From 47166aa4592e5afa07f5fb0f77f337e9d92500e0 Mon Sep 17 00:00:00 2001 From: Gaspard FEREY Date: Wed, 30 Oct 2024 17:06:20 +0100 Subject: [PATCH] (Re)releasing interactive services with the new extraenv secret --- charts/jupyter-pyspark/Chart.yaml | 4 ++-- charts/jupyter-pyspark/templates/secret-extraenv.yaml | 1 + charts/jupyter-python/Chart.yaml | 4 ++-- charts/jupyter-python/templates/secret-extraenv.yaml | 1 + charts/rstudio-sparkr/Chart.yaml | 4 ++-- charts/rstudio-sparkr/templates/secret-extraenv.yaml | 1 + charts/rstudio/Chart.yaml | 4 ++-- charts/rstudio/templates/secret-extraenv.yaml | 1 + charts/vscode-pyspark/Chart.yaml | 4 ++-- charts/vscode-pyspark/templates/secret-extraenv.yaml | 1 + charts/vscode-python/Chart.yaml | 4 ++-- charts/vscode-python/templates/secret-extraenv.yaml | 1 + 12 files changed, 18 insertions(+), 12 deletions(-) create mode 100644 charts/jupyter-pyspark/templates/secret-extraenv.yaml create mode 100644 charts/jupyter-python/templates/secret-extraenv.yaml create mode 100644 charts/rstudio-sparkr/templates/secret-extraenv.yaml create mode 100644 charts/rstudio/templates/secret-extraenv.yaml create mode 100644 charts/vscode-pyspark/templates/secret-extraenv.yaml create mode 100644 charts/vscode-python/templates/secret-extraenv.yaml diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index e8009005..1339522a 100644 --- a/charts/jupyter-pyspark/Chart.yaml +++ b/charts/jupyter-pyspark/Chart.yaml @@ -24,9 +24,9 @@ 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.12 +version: 2.1.13 dependencies: - name: library-chart - version: 1.5.28 + version: 1.5.29 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/jupyter-pyspark/templates/secret-extraenv.yaml b/charts/jupyter-pyspark/templates/secret-extraenv.yaml new file mode 100644 index 00000000..63fa9428 --- /dev/null +++ b/charts/jupyter-pyspark/templates/secret-extraenv.yaml @@ -0,0 +1 @@ +{{ include "library-chart.secretExtraEnv" . }} \ No newline at end of file diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index 0faa57e1..e0aca92d 100644 --- a/charts/jupyter-python/Chart.yaml +++ b/charts/jupyter-python/Chart.yaml @@ -22,9 +22,9 @@ 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.11 +version: 2.1.12 dependencies: - name: library-chart - version: 1.5.28 + version: 1.5.29 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/jupyter-python/templates/secret-extraenv.yaml b/charts/jupyter-python/templates/secret-extraenv.yaml new file mode 100644 index 00000000..63fa9428 --- /dev/null +++ b/charts/jupyter-python/templates/secret-extraenv.yaml @@ -0,0 +1 @@ +{{ include "library-chart.secretExtraEnv" . }} \ No newline at end of file diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index e685e574..3e38a40e 100644 --- a/charts/rstudio-sparkr/Chart.yaml +++ b/charts/rstudio-sparkr/Chart.yaml @@ -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.1.10 +version: 2.1.11 dependencies: - name: library-chart - version: 1.5.28 + version: 1.5.29 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/rstudio-sparkr/templates/secret-extraenv.yaml b/charts/rstudio-sparkr/templates/secret-extraenv.yaml new file mode 100644 index 00000000..63fa9428 --- /dev/null +++ b/charts/rstudio-sparkr/templates/secret-extraenv.yaml @@ -0,0 +1 @@ +{{ include "library-chart.secretExtraEnv" . }} \ No newline at end of file diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index 48c3b125..75ed1938 100644 --- a/charts/rstudio/Chart.yaml +++ b/charts/rstudio/Chart.yaml @@ -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.1.8 +version: 2.1.9 dependencies: - name: library-chart - version: 1.5.28 + version: 1.5.29 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/rstudio/templates/secret-extraenv.yaml b/charts/rstudio/templates/secret-extraenv.yaml new file mode 100644 index 00000000..63fa9428 --- /dev/null +++ b/charts/rstudio/templates/secret-extraenv.yaml @@ -0,0 +1 @@ +{{ include "library-chart.secretExtraEnv" . }} \ No newline at end of file diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index 8cb44650..e1a0efc9 100644 --- a/charts/vscode-pyspark/Chart.yaml +++ b/charts/vscode-pyspark/Chart.yaml @@ -24,9 +24,9 @@ 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.13 +version: 2.1.14 dependencies: - name: library-chart - version: 1.5.28 + version: 1.5.29 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-pyspark/templates/secret-extraenv.yaml b/charts/vscode-pyspark/templates/secret-extraenv.yaml new file mode 100644 index 00000000..63fa9428 --- /dev/null +++ b/charts/vscode-pyspark/templates/secret-extraenv.yaml @@ -0,0 +1 @@ +{{ include "library-chart.secretExtraEnv" . }} \ No newline at end of file diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index 763135f1..5a6efeef 100644 --- a/charts/vscode-python/Chart.yaml +++ b/charts/vscode-python/Chart.yaml @@ -22,9 +22,9 @@ 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.12 +version: 2.1.13 dependencies: - name: library-chart - version: 1.5.28 + version: 1.5.29 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-python/templates/secret-extraenv.yaml b/charts/vscode-python/templates/secret-extraenv.yaml new file mode 100644 index 00000000..63fa9428 --- /dev/null +++ b/charts/vscode-python/templates/secret-extraenv.yaml @@ -0,0 +1 @@ +{{ include "library-chart.secretExtraEnv" . }} \ No newline at end of file