From 41eaf5b596e3752ef5d9e8bfd18ac447c15ecf7e Mon Sep 17 00:00:00 2001 From: avouacr Date: Sun, 20 Apr 2025 23:35:57 +0200 Subject: [PATCH 1/4] adapt spark hadoop hive paths --- charts/jupyter-pyspark/Chart.yaml | 2 +- charts/jupyter-pyspark/templates/statefulset.yaml | 8 ++++---- charts/jupyter-python/Chart.yaml | 2 +- charts/jupyter-python/templates/statefulset.yaml | 2 +- charts/rstudio-sparkr/Chart.yaml | 2 +- charts/rstudio-sparkr/templates/statefulset.yaml | 8 ++++---- charts/rstudio/Chart.yaml | 2 +- charts/vscode-pyspark/Chart.yaml | 2 +- charts/vscode-pyspark/templates/statefulset.yaml | 8 ++++---- charts/vscode-python/Chart.yaml | 2 +- charts/vscode-python/templates/statefulset.yaml | 2 +- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index 030254b96..240d30e6a 100644 --- a/charts/jupyter-pyspark/Chart.yaml +++ b/charts/jupyter-pyspark/Chart.yaml @@ -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.2.11 +version: 2.3.0 dependencies: - name: library-chart version: 1.6.17 diff --git a/charts/jupyter-pyspark/templates/statefulset.yaml b/charts/jupyter-pyspark/templates/statefulset.yaml index bfadd724a..cf12e5887 100644 --- a/charts/jupyter-pyspark/templates/statefulset.yaml +++ b/charts/jupyter-pyspark/templates/statefulset.yaml @@ -308,23 +308,23 @@ spec: - mountPath: /dev/shm name: dshm {{- if (.Values.s3).enabled }} - - mountPath: /opt/hadoop/etc/hadoop/core-site.xml + - mountPath: /usr/local/lib/hadoop/etc/hadoop/core-site.xml subPath: coresite/core-site.xml name: config-files {{- end }} {{- if (.Values.spark).default }} - name: config-files - mountPath: /opt/spark/conf/spark-defaults.conf + mountPath: /usr/local/lib/spark/conf/spark-defaults.conf subPath: spark/spark-defaults.conf {{- end }} {{- if and (.Values.spark.default) (.Values.repository.mavenRepository) }} - name: config-files - mountPath: /opt/spark/conf/ivysettings.xml + mountPath: /usr/local/lib/spark/conf/ivysettings.xml subPath: ivysettings/ivysettings.xml {{- end }} {{- if (.Values.discovery).hive }} - name: config-files - mountPath: /opt/hive/conf/hive-site.xml + mountPath: /usr/local/lib/hive/conf/hive-site.xml subPath: hive/hive-site.xml {{- end }} {{- if (.Values.discovery).metaflow }} diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index 0d1f98b6d..93da4d164 100644 --- a/charts/jupyter-python/Chart.yaml +++ b/charts/jupyter-python/Chart.yaml @@ -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.2.12 +version: 2.3.0 dependencies: - name: library-chart version: 1.6.17 diff --git a/charts/jupyter-python/templates/statefulset.yaml b/charts/jupyter-python/templates/statefulset.yaml index 9924ac72d..d59d5b3fa 100644 --- a/charts/jupyter-python/templates/statefulset.yaml +++ b/charts/jupyter-python/templates/statefulset.yaml @@ -260,7 +260,7 @@ spec: name: dshm {{- if (.Values.discovery).hive }} - name: config-files - mountPath: /opt/hive/conf/hive-site.xml + mountPath: /usr/local/lib/hive/conf/hive-site.xml subPath: hive/hive-site.xml {{- end }} {{- if (.Values.discovery).metaflow }} diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index 740c1e06a..f2624d8a3 100644 --- a/charts/rstudio-sparkr/Chart.yaml +++ b/charts/rstudio-sparkr/Chart.yaml @@ -23,7 +23,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.2.10 +version: 2.3.0 dependencies: - name: library-chart version: 1.6.17 diff --git a/charts/rstudio-sparkr/templates/statefulset.yaml b/charts/rstudio-sparkr/templates/statefulset.yaml index 62d6efde6..8cfacd392 100644 --- a/charts/rstudio-sparkr/templates/statefulset.yaml +++ b/charts/rstudio-sparkr/templates/statefulset.yaml @@ -268,23 +268,23 @@ spec: - mountPath: /dev/shm name: dshm {{- if .Values.s3.enabled }} - - mountPath: /opt/hadoop/etc/hadoop/core-site.xml + - mountPath: /usr/local/lib/hadoop/etc/hadoop/core-site.xml subPath: coresite/core-site.xml name: config-files {{- end }} {{- if .Values.spark.default }} - name: config-files - mountPath: /opt/spark/conf/spark-defaults.conf + mountPath: /usr/local/lib/spark/conf/spark-defaults.conf subPath: spark/spark-defaults.conf {{- end }} {{- if and (.Values.spark.default) (.Values.repository.mavenRepository) }} - name: config-files - mountPath: /opt/spark/conf/ivysettings.xml + mountPath: /usr/local/lib/spark/conf/ivysettings.xml subPath: ivysettings/ivysettings.xml {{- end }} {{- if .Values.discovery.hive }} - name: config-files - mountPath: /opt/hive/conf/hive-site.xml + mountPath: /usr/local/lib/hive/conf/hive-site.xml subPath: hive/hive-site.xml {{- end }} {{- if and .Values.certificates .Values.certificates.pathToCaBundle }} diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index add134da9..724dc79ba 100644 --- a/charts/rstudio/Chart.yaml +++ b/charts/rstudio/Chart.yaml @@ -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.2.8 +version: 2.3.0 dependencies: - name: library-chart version: 1.6.17 diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index 60b9de010..c77234501 100644 --- a/charts/vscode-pyspark/Chart.yaml +++ b/charts/vscode-pyspark/Chart.yaml @@ -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.2.14 +version: 2.3.0 dependencies: - name: library-chart version: 1.6.17 diff --git a/charts/vscode-pyspark/templates/statefulset.yaml b/charts/vscode-pyspark/templates/statefulset.yaml index fb122906b..22ae01fd2 100644 --- a/charts/vscode-pyspark/templates/statefulset.yaml +++ b/charts/vscode-pyspark/templates/statefulset.yaml @@ -323,23 +323,23 @@ spec: name: config-files {{- end }} {{- if (.Values.s3).enabled }} - - mountPath: /opt/hadoop/etc/hadoop/core-site.xml + - mountPath: /usr/local/lib/hadoop/etc/hadoop/core-site.xml subPath: coresite/core-site.xml name: config-files {{- end }} {{- if (.Values.spark).default }} - name: config-files - mountPath: /opt/spark/conf/spark-defaults.conf + mountPath: /usr/local/lib/spark/conf/spark-defaults.conf subPath: spark/spark-defaults.conf {{- end }} {{- if and (.Values.spark.default) (.Values.repository.mavenRepository) }} - name: config-files - mountPath: /opt/spark/conf/ivysettings.xml + mountPath: /usr/local/lib/spark/conf/ivysettings.xml subPath: ivysettings/ivysettings.xml {{- end }} {{- if (.Values.discovery).hive }} - name: config-files - mountPath: /opt/hive/conf/hive-site.xml + mountPath: /usr/local/lib/hive/conf/hive-site.xml subPath: hive/hive-site.xml {{- end }} {{- if (.Values.discovery).metaflow }} diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index a69760314..e33d7aa93 100644 --- a/charts/vscode-python/Chart.yaml +++ b/charts/vscode-python/Chart.yaml @@ -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.2.14 +version: 2.3.0 dependencies: - name: library-chart version: 1.6.17 diff --git a/charts/vscode-python/templates/statefulset.yaml b/charts/vscode-python/templates/statefulset.yaml index 00b2331de..8cfa2a438 100644 --- a/charts/vscode-python/templates/statefulset.yaml +++ b/charts/vscode-python/templates/statefulset.yaml @@ -264,7 +264,7 @@ spec: {{- end }} {{- if (.Values.discovery).hive }} - name: config-files - mountPath: /opt/hive/conf/hive-site.xml + mountPath: /usr/local/lib/hive/conf/hive-site.xml subPath: hive/hive-site.xml {{- end }} {{- if (.Values.discovery).metaflow }} From 7c93b48f86df1b880ab1d3631074bfb8236d376a Mon Sep 17 00:00:00 2001 From: avouacr Date: Sun, 20 Apr 2025 23:47:24 +0200 Subject: [PATCH 2/4] bump r python versions --- charts/jupyter-pyspark/values.schema.json | 2 +- charts/jupyter-python/values.schema.json | 2 +- charts/rstudio-sparkr/README.md | 4 ++-- charts/rstudio-sparkr/values.schema.json | 8 ++++---- charts/rstudio-sparkr/values.yaml | 4 ++-- charts/rstudio/README.md | 4 ++-- charts/rstudio/values.schema.json | 8 ++++---- charts/rstudio/values.yaml | 4 ++-- charts/vscode-pyspark/values.schema.json | 2 +- charts/vscode-python/values.schema.json | 2 +- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/charts/jupyter-pyspark/values.schema.json b/charts/jupyter-pyspark/values.schema.json index c142ab4b9..53f6b7106 100644 --- a/charts/jupyter-pyspark/values.schema.json +++ b/charts/jupyter-pyspark/values.schema.json @@ -25,7 +25,7 @@ "type": "string", "listEnum": [ "inseefrlab/onyxia-jupyter-pyspark:py3.12.9-spark3.5.5", - "inseefrlab/onyxia-jupyter-pyspark:py3.11.11-spark3.5.5" + "inseefrlab/onyxia-jupyter-pyspark:py3.11.12-spark3.5.5" ], "render": "list", "hidden": { diff --git a/charts/jupyter-python/values.schema.json b/charts/jupyter-python/values.schema.json index ab6809505..4c54e0dfd 100644 --- a/charts/jupyter-python/values.schema.json +++ b/charts/jupyter-python/values.schema.json @@ -25,7 +25,7 @@ "type": "string", "listEnum": [ "inseefrlab/onyxia-jupyter-python:py3.12.9", - "inseefrlab/onyxia-jupyter-python:py3.11.11" + "inseefrlab/onyxia-jupyter-python:py3.11.12" ], "render": "list", "hidden": { diff --git a/charts/rstudio-sparkr/README.md b/charts/rstudio-sparkr/README.md index f336b02d0..fbc55aa8e 100644 --- a/charts/rstudio-sparkr/README.md +++ b/charts/rstudio-sparkr/README.md @@ -108,9 +108,9 @@ The RStudio IDE with a collection of standard data science packages. It includes | security.password | string | `"changeme"` | | | securityContext | object | `{}` | | | service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-rstudio-sparkr:r4.4.2-spark3.5.5"` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.5"` | | | service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-rstudio-sparkr:r4.4.2-spark3.5.5"` | | +| service.image.version | string | `"inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.5"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | diff --git a/charts/rstudio-sparkr/values.schema.json b/charts/rstudio-sparkr/values.schema.json index 8b100318c..e3c398254 100644 --- a/charts/rstudio-sparkr/values.schema.json +++ b/charts/rstudio-sparkr/values.schema.json @@ -24,15 +24,15 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-rstudio-sparkr:r4.4.2-spark3.5.5", - "inseefrlab/onyxia-rstudio-sparkr:r4.3.3-spark3.5.5" + "inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.5", + "inseefrlab/onyxia-rstudio-sparkr:r4.4.3-spark3.5.5" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-rstudio-sparkr:r4.4.2-spark3.5.5" + "default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.5" }, "custom": { "title": "Custom image", @@ -49,7 +49,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-rstudio-sparkr:r4.4.2-spark3.5.5", + "default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.5", "hidden": { "value": false, "path": "enabled", diff --git a/charts/rstudio-sparkr/values.yaml b/charts/rstudio-sparkr/values.yaml index d34e391d6..a74de3f9c 100644 --- a/charts/rstudio-sparkr/values.yaml +++ b/charts/rstudio-sparkr/values.yaml @@ -4,11 +4,11 @@ global: service: image: - version: "inseefrlab/onyxia-rstudio-sparkr:r4.4.2-spark3.5.5" + version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.5" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-rstudio-sparkr:r4.4.2-spark3.5.5" + version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.5" spark: sparkui: false diff --git a/charts/rstudio/README.md b/charts/rstudio/README.md index 7855a5462..20aa4db2e 100644 --- a/charts/rstudio/README.md +++ b/charts/rstudio/README.md @@ -101,9 +101,9 @@ The RStudio IDE with a collection of standard data science packages. | security.password | string | `"changeme"` | | | securityContext | object | `{}` | | | service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-rstudio:r4.4.2"` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-rstudio:r4.5.0"` | | | service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-rstudio:r4.4.2"` | | +| service.image.version | string | `"inseefrlab/onyxia-rstudio:r4.5.0"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | diff --git a/charts/rstudio/values.schema.json b/charts/rstudio/values.schema.json index 4583c36cd..c88710c2f 100644 --- a/charts/rstudio/values.schema.json +++ b/charts/rstudio/values.schema.json @@ -24,15 +24,15 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-rstudio:r4.4.2", - "inseefrlab/onyxia-rstudio:r4.3.3" + "inseefrlab/onyxia-rstudio:r4.5.0", + "inseefrlab/onyxia-rstudio:r4.4.3" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-rstudio:r4.4.2" + "default": "inseefrlab/onyxia-rstudio:r4.5.0" }, "custom": { "title": "Custom image", @@ -49,7 +49,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-rstudio:r4.4.2", + "default": "inseefrlab/onyxia-rstudio:r4.5.0", "hidden": { "value": false, "path": "enabled", diff --git a/charts/rstudio/values.yaml b/charts/rstudio/values.yaml index dfddfc647..5e5e12b5a 100644 --- a/charts/rstudio/values.yaml +++ b/charts/rstudio/values.yaml @@ -4,11 +4,11 @@ global: service: image: - version: "inseefrlab/onyxia-rstudio:r4.4.2" + version: "inseefrlab/onyxia-rstudio:r4.5.0" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-rstudio:r4.4.2" + version: "inseefrlab/onyxia-rstudio:r4.5.0" security: password: "changeme" diff --git a/charts/vscode-pyspark/values.schema.json b/charts/vscode-pyspark/values.schema.json index 777ba022d..e91ec7cce 100644 --- a/charts/vscode-pyspark/values.schema.json +++ b/charts/vscode-pyspark/values.schema.json @@ -25,7 +25,7 @@ "type": "string", "listEnum": [ "inseefrlab/onyxia-vscode-pyspark:py3.12.9-spark3.5.5", - "inseefrlab/onyxia-vscode-pyspark:py3.11.11-spark3.5.5" + "inseefrlab/onyxia-vscode-pyspark:py3.11.12-spark3.5.5" ], "render": "list", "hidden": { diff --git a/charts/vscode-python/values.schema.json b/charts/vscode-python/values.schema.json index f4d140ce6..4b876d916 100644 --- a/charts/vscode-python/values.schema.json +++ b/charts/vscode-python/values.schema.json @@ -26,7 +26,7 @@ "default": "inseefrlab/onyxia-vscode-python:py3.12.9", "listEnum": [ "inseefrlab/onyxia-vscode-python:py3.12.9", - "inseefrlab/onyxia-vscode-python:py3.11.11" + "inseefrlab/onyxia-vscode-python:py3.11.12" ], "render": "list", "hidden": { From c29eb1bb22d5f550f563831082c6afc7dde289b5 Mon Sep 17 00:00:00 2001 From: avouacr Date: Sun, 20 Apr 2025 23:52:14 +0200 Subject: [PATCH 3/4] remove dev tag --- charts/jupyter-r-python-julia/README.md | 4 ++-- charts/jupyter-r-python-julia/templates/statefulset.yaml | 2 +- charts/jupyter-r-python-julia/values.schema.json | 6 +++--- charts/jupyter-r-python-julia/values.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/jupyter-r-python-julia/README.md b/charts/jupyter-r-python-julia/README.md index a229024e1..2089c29a5 100644 --- a/charts/jupyter-r-python-julia/README.md +++ b/charts/jupyter-r-python-julia/README.md @@ -115,9 +115,9 @@ The JupyterLab IDE with Python, R, Julia, and a collection of standard data scie | securityContext | object | `{}` | | | service.customPythonEnv | bool | `false` | | | service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-r-python-julia:r4.4.2-py3.12.9-dev"` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-r-python-julia:r4.5.0-py3.12.9"` | | | service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-r-python-julia:r4.4.2-py3.12.9-dev"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-r-python-julia:r4.5.0-py3.12.9"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | diff --git a/charts/jupyter-r-python-julia/templates/statefulset.yaml b/charts/jupyter-r-python-julia/templates/statefulset.yaml index 9924ac72d..d59d5b3fa 100644 --- a/charts/jupyter-r-python-julia/templates/statefulset.yaml +++ b/charts/jupyter-r-python-julia/templates/statefulset.yaml @@ -260,7 +260,7 @@ spec: name: dshm {{- if (.Values.discovery).hive }} - name: config-files - mountPath: /opt/hive/conf/hive-site.xml + mountPath: /usr/local/lib/hive/conf/hive-site.xml subPath: hive/hive-site.xml {{- end }} {{- if (.Values.discovery).metaflow }} diff --git a/charts/jupyter-r-python-julia/values.schema.json b/charts/jupyter-r-python-julia/values.schema.json index ed4cd0ad1..428d2091d 100644 --- a/charts/jupyter-r-python-julia/values.schema.json +++ b/charts/jupyter-r-python-julia/values.schema.json @@ -24,14 +24,14 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-r-python-julia:r4.4.2-py3.12.9-dev" + "inseefrlab/onyxia-jupyter-r-python-julia:r4.5.0-py3.12.9" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-r-python-julia:r4.4.2-py3.12.9-dev" + "default": "inseefrlab/onyxia-jupyter-r-python-julia:r4.5.0-py3.12.9" }, "custom": { "title": "Custom image", @@ -48,7 +48,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-jupyter-r-python-julia:r4.4.2-py3.12.9-dev", + "default": "inseefrlab/onyxia-jupyter-r-python-julia:r4.5.0-py3.12.9", "hidden": { "value": false, "path": "enabled", diff --git a/charts/jupyter-r-python-julia/values.yaml b/charts/jupyter-r-python-julia/values.yaml index 5cb1b29ed..8c91e2a91 100644 --- a/charts/jupyter-r-python-julia/values.yaml +++ b/charts/jupyter-r-python-julia/values.yaml @@ -2,11 +2,11 @@ global: suspend: false service: image: - version: inseefrlab/onyxia-jupyter-r-python-julia:r4.4.2-py3.12.9-dev + version: inseefrlab/onyxia-jupyter-r-python-julia:r4.5.0-py3.12.9 pullPolicy: IfNotPresent custom: enabled: false - version: inseefrlab/onyxia-jupyter-r-python-julia:r4.4.2-py3.12.9-dev + version: inseefrlab/onyxia-jupyter-r-python-julia:r4.5.0-py3.12.9 customPythonEnv: false security: password: changeme From fef1f509a1ec853109e74442bebcc8fb37f4db1a Mon Sep 17 00:00:00 2001 From: avouacr Date: Sun, 20 Apr 2025 23:54:19 +0200 Subject: [PATCH 4/4] bump lib chart --- charts/jupyter-pyspark/Chart.yaml | 2 +- charts/jupyter-pyspark/README.md | 2 +- charts/jupyter-python/Chart.yaml | 2 +- charts/jupyter-python/README.md | 2 +- charts/rstudio-sparkr/Chart.yaml | 2 +- charts/rstudio-sparkr/README.md | 2 +- charts/rstudio/Chart.yaml | 2 +- charts/rstudio/README.md | 2 +- charts/vscode-pyspark/Chart.yaml | 2 +- charts/vscode-pyspark/README.md | 2 +- charts/vscode-python/Chart.yaml | 2 +- charts/vscode-python/README.md | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index 240d30e6a..9409cd73f 100644 --- a/charts/jupyter-pyspark/Chart.yaml +++ b/charts/jupyter-pyspark/Chart.yaml @@ -27,5 +27,5 @@ type: application version: 2.3.0 dependencies: - name: library-chart - version: 1.6.17 + version: 1.7.0 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/jupyter-pyspark/README.md b/charts/jupyter-pyspark/README.md index 2623fb268..396990267 100644 --- a/charts/jupyter-pyspark/README.md +++ b/charts/jupyter-pyspark/README.md @@ -15,7 +15,7 @@ The JupyterLab IDE with PySpark, an interface to use Apache Spark from Python. | Repository | Name | Version | |------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.6.17 | +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.7.0 | ## Values diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index 93da4d164..f141bba0e 100644 --- a/charts/jupyter-python/Chart.yaml +++ b/charts/jupyter-python/Chart.yaml @@ -25,5 +25,5 @@ type: application version: 2.3.0 dependencies: - name: library-chart - version: 1.6.17 + version: 1.7.0 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/jupyter-python/README.md b/charts/jupyter-python/README.md index a469a20ba..0b5138cc2 100644 --- a/charts/jupyter-python/README.md +++ b/charts/jupyter-python/README.md @@ -15,7 +15,7 @@ The JupyterLab IDE with Python and a collection of standard data science package | Repository | Name | Version | |------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.6.17 | +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.7.0 | ## Values diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index f2624d8a3..1e592ac47 100644 --- a/charts/rstudio-sparkr/Chart.yaml +++ b/charts/rstudio-sparkr/Chart.yaml @@ -26,5 +26,5 @@ type: application version: 2.3.0 dependencies: - name: library-chart - version: 1.6.17 + version: 1.7.0 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/rstudio-sparkr/README.md b/charts/rstudio-sparkr/README.md index fbc55aa8e..756ab7666 100644 --- a/charts/rstudio-sparkr/README.md +++ b/charts/rstudio-sparkr/README.md @@ -15,7 +15,7 @@ The RStudio IDE with a collection of standard data science packages. It includes | Repository | Name | Version | |------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.6.17 | +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.7.0 | ## Values diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index 724dc79ba..8f5cfa443 100644 --- a/charts/rstudio/Chart.yaml +++ b/charts/rstudio/Chart.yaml @@ -25,5 +25,5 @@ type: application version: 2.3.0 dependencies: - name: library-chart - version: 1.6.17 + version: 1.7.0 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/rstudio/README.md b/charts/rstudio/README.md index 20aa4db2e..3da9c2d59 100644 --- a/charts/rstudio/README.md +++ b/charts/rstudio/README.md @@ -15,7 +15,7 @@ The RStudio IDE with a collection of standard data science packages. | Repository | Name | Version | |------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.6.17 | +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.7.0 | ## Values diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index c77234501..de7b9cf4e 100644 --- a/charts/vscode-pyspark/Chart.yaml +++ b/charts/vscode-pyspark/Chart.yaml @@ -27,5 +27,5 @@ type: application version: 2.3.0 dependencies: - name: library-chart - version: 1.6.17 + version: 1.7.0 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-pyspark/README.md b/charts/vscode-pyspark/README.md index 2aad0daec..c9d7ac471 100644 --- a/charts/vscode-pyspark/README.md +++ b/charts/vscode-pyspark/README.md @@ -15,7 +15,7 @@ The Visual Studio Code IDE with PySpark, an interface to use Apache Spark from P | Repository | Name | Version | |------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.6.17 | +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.7.0 | ## Values diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index e33d7aa93..79afa6c44 100644 --- a/charts/vscode-python/Chart.yaml +++ b/charts/vscode-python/Chart.yaml @@ -25,5 +25,5 @@ type: application version: 2.3.0 dependencies: - name: library-chart - version: 1.6.17 + version: 1.7.0 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-python/README.md b/charts/vscode-python/README.md index 108ba6bb8..7d6e4d5ec 100644 --- a/charts/vscode-python/README.md +++ b/charts/vscode-python/README.md @@ -15,7 +15,7 @@ The Visual Studio Code IDE with Python, Julia, and a collection of standard data | Repository | Name | Version | |------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.6.17 | +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.7.0 | ## Values