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

[jupyter & vscode] upgrade to python 3.12.7 #183

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
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.18
version: 2.1.19

dependencies:
- name: library-chart
Expand Down
4 changes: 2 additions & 2 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.6-spark3.5.3",
"inseefrlab/onyxia-jupyter-pyspark:py3.12.7-spark3.5.3",
"inseefrlab/onyxia-jupyter-pyspark:py3.11.10-spark3.5.3"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.3"
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.7-spark3.5.3"
},
"custom": {
"description": "use a custom jupyter docker image",
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.6-spark3.5.3"
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.7-spark3.5.3"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.3"
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.7-spark3.5.3"
customPythonEnv: false
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.17
version: 2.1.18

dependencies:
- name: library-chart
Expand Down
4 changes: 2 additions & 2 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.6",
"inseefrlab/onyxia-jupyter-python:py3.12.7",
"inseefrlab/onyxia-jupyter-python:py3.11.10"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-python:py3.12.6"
"default": "inseefrlab/onyxia-jupyter-python:py3.12.7"
},
"custom": {
"description": "use a custom jupyter docker image",
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.6"
version: "inseefrlab/onyxia-jupyter-python:py3.12.7"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-jupyter-python:py3.12.6"
version: "inseefrlab/onyxia-jupyter-python:py3.12.7"
customPythonEnv: false

security:
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.19
version: 2.1.20

dependencies:
- name: library-chart
Expand Down
4 changes: 2 additions & 2 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.6-spark3.5.3",
"inseefrlab/onyxia-vscode-pyspark:py3.12.7-spark3.5.3",
"inseefrlab/onyxia-vscode-pyspark:py3.11.10-spark3.5.3"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.3"
"default": "inseefrlab/onyxia-vscode-pyspark:py3.12.7-spark3.5.3"
},
"custom": {
"description": "use a custom vscode docker image",
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.6-spark3.5.3"
version: "inseefrlab/onyxia-vscode-pyspark:py3.12.7-spark3.5.3"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.3"
version: "inseefrlab/onyxia-vscode-pyspark:py3.12.7-spark3.5.3"
customPythonEnv: false

spark:
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.18
version: 2.1.19

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.6",
"default": "inseefrlab/onyxia-vscode-python:py3.12.7",
"listEnum": [
"inseefrlab/onyxia-vscode-python:py3.12.6",
"inseefrlab/onyxia-vscode-python:py3.12.7",
"inseefrlab/onyxia-vscode-python:py3.11.10"
],
"render": "list",
Expand All @@ -50,7 +50,7 @@
"version": {
"description": "vscode unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-vscode-python:py3.12.6",
"default": "inseefrlab/onyxia-vscode-python:py3.12.7",
"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.6"
version: "inseefrlab/onyxia-vscode-python:py3.12.7"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-vscode-python:py3.12.6"
version: "inseefrlab/onyxia-vscode-python:py3.12.7"
customPythonEnv: false

security:
Expand Down
Loading