Skip to content

Commit d53a9f2

Browse files
authored
chore(deps): upgrade python versions (#240)
* upgrade py versions * set UV_CACHE_DIR * fix: single tag for tf images * fix: py version for tf images
1 parent 6a4c979 commit d53a9f2

17 files changed

Lines changed: 46 additions & 30 deletions

File tree

charts/jupyter-pyspark/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type: application
2424
# This is the chart version. This version number should be incremented each time you make changes
2525
# to the chart and its templates, including the app version.
2626
# Versions are expected to follow Semantic Versioning (https://semver.org/)
27-
version: 2.3.11
27+
version: 2.3.12
2828
dependencies:
2929
- name: library-chart
3030
version: 1.7.5

charts/jupyter-pyspark/templates/statefulset.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ spec:
244244
- name: DARK_MODE
245245
value: "true"
246246
{{- end }}
247+
- name: UV_CACHE_DIR
248+
value: /home/{{ .Values.environment.user }}/work/.cache/uv
247249
envFrom:
248250
- secretRef:
249251
name: {{ include "library-chart.secretNameToken" . }}

charts/jupyter-pyspark/values.schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"title": "Name of the service's Docker image",
2525
"type": "string",
2626
"listEnum": [
27-
"inseefrlab/onyxia-jupyter-pyspark:py3.12.11-spark3.5.5",
28-
"inseefrlab/onyxia-jupyter-pyspark:py3.11.13-spark3.5.5"
27+
"inseefrlab/onyxia-jupyter-pyspark:py3.13.5-spark3.5.5",
28+
"inseefrlab/onyxia-jupyter-pyspark:py3.12.11-spark3.5.5"
2929
],
3030
"render": "list",
3131
"hidden": {
3232
"value": true,
3333
"path": "service/image/custom/enabled"
3434
},
35-
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.11-spark3.5.5"
35+
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.5-spark3.5.5"
3636
},
3737
"custom": {
3838
"title": "Custom image",
@@ -49,7 +49,7 @@
4949
"version": {
5050
"title": "Name of the custom image",
5151
"type": "string",
52-
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.11-spark3.5.5",
52+
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.5-spark3.5.5",
5353
"hidden": {
5454
"value": false,
5555
"path": "enabled",

charts/jupyter-pyspark/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ global:
44

55
service:
66
image:
7-
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.11-spark3.5.5"
7+
version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.5-spark3.5.5"
88
pullPolicy: IfNotPresent
99
custom:
1010
enabled: false
11-
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.11-spark3.5.5"
11+
version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.5-spark3.5.5"
1212

1313
spark:
1414
sparkui: false

charts/jupyter-python/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type: application
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 2.3.12
25+
version: 2.3.13
2626
dependencies:
2727
- name: library-chart
2828
version: 1.7.5

charts/jupyter-python/templates/statefulset.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ spec:
195195
- name: DARK_MODE
196196
value: "true"
197197
{{- end }}
198+
- name: UV_CACHE_DIR
199+
value: /home/{{ .Values.environment.user }}/work/.cache/uv
198200
envFrom:
199201
- secretRef:
200202
name: {{ include "library-chart.secretNameToken" . }}

charts/jupyter-python/values.schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"title": "Name of the service's Docker image",
2525
"type": "string",
2626
"listEnum": [
27-
"inseefrlab/onyxia-jupyter-python:py3.12.11",
28-
"inseefrlab/onyxia-jupyter-python:py3.11.13"
27+
"inseefrlab/onyxia-jupyter-python:py3.13.5",
28+
"inseefrlab/onyxia-jupyter-python:py3.12.11"
2929
],
3030
"render": "list",
3131
"hidden": {
3232
"value": true,
3333
"path": "service/image/custom/enabled"
3434
},
35-
"default": "inseefrlab/onyxia-jupyter-python:py3.12.11"
35+
"default": "inseefrlab/onyxia-jupyter-python:py3.13.5"
3636
},
3737
"custom": {
3838
"title": "Custom image",
@@ -49,7 +49,7 @@
4949
"version": {
5050
"title": "Name of the custom image",
5151
"type": "string",
52-
"default": "inseefrlab/onyxia-jupyter-python:py3.12.11",
52+
"default": "inseefrlab/onyxia-jupyter-python:py3.13.5",
5353
"hidden": {
5454
"value": false,
5555
"path": "enabled",

charts/jupyter-python/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ global:
44

55
service:
66
image:
7-
version: "inseefrlab/onyxia-jupyter-python:py3.12.11"
7+
version: "inseefrlab/onyxia-jupyter-python:py3.13.5"
88
pullPolicy: IfNotPresent
99
custom:
1010
enabled: false
11-
version: "inseefrlab/onyxia-jupyter-python:py3.12.11"
11+
version: "inseefrlab/onyxia-jupyter-python:py3.13.5"
1212

1313
security:
1414
password: "changeme"

charts/vscode-pyspark/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type: application
2424
# This is the chart version. This version number should be incremented each time you make changes
2525
# to the chart and its templates, including the app version.
2626
# Versions are expected to follow Semantic Versioning (https://semver.org/)
27-
version: 2.3.11
27+
version: 2.3.12
2828
dependencies:
2929
- name: library-chart
3030
version: 1.7.5

charts/vscode-pyspark/templates/statefulset.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ spec:
254254
- name: DARK_MODE
255255
value: "true"
256256
{{- end }}
257+
- name: UV_CACHE_DIR
258+
value: /home/{{ .Values.environment.user }}/work/.cache/uv
257259
envFrom:
258260
- secretRef:
259261
name: {{ include "library-chart.secretNameToken" . }}

0 commit comments

Comments
 (0)