Skip to content

Commit

Permalink
fix default vscode-python version & update corresponding values.yaml …
Browse files Browse the repository at this point in the history
…properties
  • Loading branch information
ihiverlet committed Oct 2, 2024
1 parent b2860fb commit 18b438e
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.1.3
version: 2.1.4

dependencies:
- name: library-chart
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter-pyspark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ global:

service:
image:
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2"
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2"
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2"

spark:
sparkui: false
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.1.3
version: 2.1.4

dependencies:
- name: library-chart
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter-python/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ global:

service:
image:
version: "inseefrlab/onyxia-jupyter-python:py3.12.5"
version: "inseefrlab/onyxia-jupyter-python:py3.12.6"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-jupyter-python:py3.12.5"
version: "inseefrlab/onyxia-jupyter-python:py3.12.6"

security:
password: "changeme"
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.1.3
version: 2.1.4

dependencies:
- name: library-chart
Expand Down
4 changes: 2 additions & 2 deletions charts/vscode-pyspark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ global:

service:
image:
version: "inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2"
version: "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.2"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2"
version: "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.2"

spark:
sparkui: false
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.1.3
version: 2.1.4

dependencies:
- name: library-chart
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"version": {
"description": "vscode supported version",
"type": "string",
"default": "inseefrlab/onyxia-vscode-python:py3.12.5",
"default": "inseefrlab/onyxia-vscode-python:py3.12.6",
"listEnum": [
"inseefrlab/onyxia-vscode-python:py3.12.6",
"inseefrlab/onyxia-vscode-python:py3.11.10"
Expand Down
4 changes: 2 additions & 2 deletions charts/vscode-python/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ global:

service:
image:
version: "inseefrlab/onyxia-vscode-python:py3.12.5"
version: "inseefrlab/onyxia-vscode-python:py3.12.6"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-vscode-python:py3.12.5"
version: "inseefrlab/onyxia-vscode-python:py3.12.6"

security:
password: "changeme"
Expand Down

0 comments on commit 18b438e

Please sign in to comment.