Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python version update] Charts use the new python 3.12.5 images #159

Merged
merged 5 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
Loading