Skip to content

Commit

Permalink
Charts use the new python 3.12.5 images
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaspi committed Sep 17, 2024
1 parent 2319920 commit 9a3dae2
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 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.0.7
version: 2.0.8

dependencies:
- name: library-chart
Expand Down
6 changes: 3 additions & 3 deletions charts/jupyter-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"description": "supported versions",
"type": "string",
"listEnum": [
"inseefrlab/onyxia-jupyter-pyspark:py3.12.4-spark3.5.2",
"inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2",
"inseefrlab/onyxia-jupyter-pyspark:py3.11.9-spark3.5.2"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.4-spark3.5.2"
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2"
},
"custom": {
"description": "use a custom jupyter docker image",
Expand All @@ -50,7 +50,7 @@
"version": {
"description": "jupyter unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.4-spark3.5.2",
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
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.4-spark3.5.2"
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.4-spark3.5.2"
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-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.0.7
version: 2.0.8

dependencies:
- name: library-chart
Expand Down
6 changes: 3 additions & 3 deletions charts/jupyter-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"description": "supported versions",
"type": "string",
"listEnum": [
"inseefrlab/onyxia-jupyter-python:py3.12.4",
"inseefrlab/onyxia-jupyter-python:py3.12.5",
"inseefrlab/onyxia-jupyter-python:py3.11.9"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-python:py3.12.4"
"default": "inseefrlab/onyxia-jupyter-python:py3.12.5"
},
"custom": {
"description": "use a custom jupyter docker image",
Expand All @@ -50,7 +50,7 @@
"version": {
"description": "jupyter unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-jupyter-python:py3.12.4",
"default": "inseefrlab/onyxia-jupyter-python:py3.12.5",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
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.4"
version: "inseefrlab/onyxia-jupyter-python:py3.12.5"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-jupyter-python:py3.12.4"
version: "inseefrlab/onyxia-jupyter-python:py3.12.5"

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.0.6
version: 2.0.7

dependencies:
- name: library-chart
Expand Down
6 changes: 3 additions & 3 deletions charts/vscode-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"description": "supported versions",
"type": "string",
"listEnum": [
"inseefrlab/onyxia-vscode-pyspark:py3.12.4-spark3.5.2",
"inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2",
"inseefrlab/onyxia-vscode-pyspark:py3.11.9-spark3.5.2"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-vscode-pyspark:py3.12.4-spark3.5.2"
"default": "inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2"
},
"custom": {
"description": "use a custom vscode docker image",
Expand All @@ -50,7 +50,7 @@
"version": {
"description": "vscode unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-vscode-pyspark:py3.12.4-spark3.5.2",
"default": "inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
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.4-spark3.5.2"
version: "inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-vscode-pyspark:py3.12.4-spark3.5.2"
version: "inseefrlab/onyxia-vscode-pyspark:py3.12.5-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.0.6
version: 2.0.7

dependencies:
- name: library-chart
Expand Down
6 changes: 3 additions & 3 deletions charts/vscode-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"version": {
"description": "vscode supported version",
"type": "string",
"default": "inseefrlab/onyxia-vscode-python:py3.12.4",
"default": "inseefrlab/onyxia-vscode-python:py3.12.5",
"listEnum": [
"inseefrlab/onyxia-vscode-python:py3.12.4",
"inseefrlab/onyxia-vscode-python:py3.12.5",
"inseefrlab/onyxia-vscode-python:py3.11.9"
],
"render": "list",
Expand All @@ -50,7 +50,7 @@
"version": {
"description": "vscode unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-vscode-python:py3.12.4",
"default": "inseefrlab/onyxia-vscode-python:py3.12.5",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
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.4"
version: "inseefrlab/onyxia-vscode-python:py3.12.5"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-vscode-python:py3.12.4"
version: "inseefrlab/onyxia-vscode-python:py3.12.5"

security:
password: "changeme"
Expand Down

0 comments on commit 9a3dae2

Please sign in to comment.