Skip to content
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
4 changes: 2 additions & 2 deletions charts/jupyter-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ 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
version: 1.7.0
repository: https://inseefrlab.github.io/helm-charts-interactive-services
2 changes: 1 addition & 1 deletion charts/jupyter-pyspark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions charts/jupyter-pyspark/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ 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
version: 1.7.0
repository: https://inseefrlab.github.io/helm-charts-interactive-services
2 changes: 1 addition & 1 deletion charts/jupyter-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-python/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter-r-python-julia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-r-python-julia/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions charts/jupyter-r-python-julia/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter-r-python-julia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/rstudio-sparkr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ 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
version: 1.7.0
repository: https://inseefrlab.github.io/helm-charts-interactive-services
6 changes: 3 additions & 3 deletions charts/rstudio-sparkr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 | `""` | |
Expand Down
8 changes: 4 additions & 4 deletions charts/rstudio-sparkr/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
8 changes: 4 additions & 4 deletions charts/rstudio-sparkr/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions charts/rstudio-sparkr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/rstudio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ 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
version: 1.7.0
repository: https://inseefrlab.github.io/helm-charts-interactive-services
6 changes: 3 additions & 3 deletions charts/rstudio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 | `""` | |
Expand Down
8 changes: 4 additions & 4 deletions charts/rstudio/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions charts/rstudio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions charts/vscode-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ 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
version: 1.7.0
repository: https://inseefrlab.github.io/helm-charts-interactive-services
2 changes: 1 addition & 1 deletion charts/vscode-pyspark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions charts/vscode-pyspark/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions charts/vscode-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ 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
version: 1.7.0
repository: https://inseefrlab.github.io/helm-charts-interactive-services
Loading
Loading