Skip to content

Commit 50bff40

Browse files
authored
Adapt charts to new images (#222)
* adapt spark hadoop hive paths * bump r python versions * remove dev tag * bump lib chart
1 parent af5ce54 commit 50bff40

29 files changed

Lines changed: 60 additions & 60 deletions

charts/jupyter-pyspark/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ 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.2.11
27+
version: 2.3.0
2828
dependencies:
2929
- name: library-chart
30-
version: 1.6.17
30+
version: 1.7.0
3131
repository: https://inseefrlab.github.io/helm-charts-interactive-services

charts/jupyter-pyspark/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The JupyterLab IDE with PySpark, an interface to use Apache Spark from Python.
1515

1616
| Repository | Name | Version |
1717
|------------|------|---------|
18-
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.6.17 |
18+
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.7.0 |
1919

2020
## Values
2121

charts/jupyter-pyspark/templates/statefulset.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,23 +308,23 @@ spec:
308308
- mountPath: /dev/shm
309309
name: dshm
310310
{{- if (.Values.s3).enabled }}
311-
- mountPath: /opt/hadoop/etc/hadoop/core-site.xml
311+
- mountPath: /usr/local/lib/hadoop/etc/hadoop/core-site.xml
312312
subPath: coresite/core-site.xml
313313
name: config-files
314314
{{- end }}
315315
{{- if (.Values.spark).default }}
316316
- name: config-files
317-
mountPath: /opt/spark/conf/spark-defaults.conf
317+
mountPath: /usr/local/lib/spark/conf/spark-defaults.conf
318318
subPath: spark/spark-defaults.conf
319319
{{- end }}
320320
{{- if and (.Values.spark.default) (.Values.repository.mavenRepository) }}
321321
- name: config-files
322-
mountPath: /opt/spark/conf/ivysettings.xml
322+
mountPath: /usr/local/lib/spark/conf/ivysettings.xml
323323
subPath: ivysettings/ivysettings.xml
324324
{{- end }}
325325
{{- if (.Values.discovery).hive }}
326326
- name: config-files
327-
mountPath: /opt/hive/conf/hive-site.xml
327+
mountPath: /usr/local/lib/hive/conf/hive-site.xml
328328
subPath: hive/hive-site.xml
329329
{{- end }}
330330
{{- if (.Values.discovery).metaflow }}

charts/jupyter-pyspark/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"type": "string",
2626
"listEnum": [
2727
"inseefrlab/onyxia-jupyter-pyspark:py3.12.9-spark3.5.5",
28-
"inseefrlab/onyxia-jupyter-pyspark:py3.11.11-spark3.5.5"
28+
"inseefrlab/onyxia-jupyter-pyspark:py3.11.12-spark3.5.5"
2929
],
3030
"render": "list",
3131
"hidden": {

charts/jupyter-python/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ 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.2.12
25+
version: 2.3.0
2626
dependencies:
2727
- name: library-chart
28-
version: 1.6.17
28+
version: 1.7.0
2929
repository: https://inseefrlab.github.io/helm-charts-interactive-services

charts/jupyter-python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The JupyterLab IDE with Python and a collection of standard data science package
1515

1616
| Repository | Name | Version |
1717
|------------|------|---------|
18-
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.6.17 |
18+
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.7.0 |
1919

2020
## Values
2121

charts/jupyter-python/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ spec:
260260
name: dshm
261261
{{- if (.Values.discovery).hive }}
262262
- name: config-files
263-
mountPath: /opt/hive/conf/hive-site.xml
263+
mountPath: /usr/local/lib/hive/conf/hive-site.xml
264264
subPath: hive/hive-site.xml
265265
{{- end }}
266266
{{- if (.Values.discovery).metaflow }}

charts/jupyter-python/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"type": "string",
2626
"listEnum": [
2727
"inseefrlab/onyxia-jupyter-python:py3.12.9",
28-
"inseefrlab/onyxia-jupyter-python:py3.11.11"
28+
"inseefrlab/onyxia-jupyter-python:py3.11.12"
2929
],
3030
"render": "list",
3131
"hidden": {

charts/jupyter-r-python-julia/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ The JupyterLab IDE with Python, R, Julia, and a collection of standard data scie
115115
| securityContext | object | `{}` | |
116116
| service.customPythonEnv | bool | `false` | |
117117
| service.image.custom.enabled | bool | `false` | |
118-
| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-r-python-julia:r4.4.2-py3.12.9-dev"` | |
118+
| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-r-python-julia:r4.5.0-py3.12.9"` | |
119119
| service.image.pullPolicy | string | `"IfNotPresent"` | |
120-
| service.image.version | string | `"inseefrlab/onyxia-jupyter-r-python-julia:r4.4.2-py3.12.9-dev"` | |
120+
| service.image.version | string | `"inseefrlab/onyxia-jupyter-r-python-julia:r4.5.0-py3.12.9"` | |
121121
| serviceAccount.annotations | object | `{}` | |
122122
| serviceAccount.create | bool | `true` | |
123123
| serviceAccount.name | string | `""` | |

charts/jupyter-r-python-julia/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ spec:
260260
name: dshm
261261
{{- if (.Values.discovery).hive }}
262262
- name: config-files
263-
mountPath: /opt/hive/conf/hive-site.xml
263+
mountPath: /usr/local/lib/hive/conf/hive-site.xml
264264
subPath: hive/hive-site.xml
265265
{{- end }}
266266
{{- if (.Values.discovery).metaflow }}

0 commit comments

Comments
 (0)