diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index 86a4e869..155da2ea 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: 1.32.27 +version: 1.32.28 dependencies: - name: library-chart diff --git a/charts/jupyter-pyspark/templates/statefulset.yaml b/charts/jupyter-pyspark/templates/statefulset.yaml index 490572d2..1640385d 100644 --- a/charts/jupyter-pyspark/templates/statefulset.yaml +++ b/charts/jupyter-pyspark/templates/statefulset.yaml @@ -104,6 +104,7 @@ spec: - sh - -c - | + echo 'initContainer make-configmaps-writable is started'; {{- if .Values.s3.enabled }} mkdir /dest/coresite; cp /src/coresite/core-site.xml /dest/coresite/core-site.xml; diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index cee44acb..50cd24aa 100644 --- a/charts/jupyter-python/Chart.yaml +++ b/charts/jupyter-python/Chart.yaml @@ -23,7 +23,7 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.13.21 +version: 1.13.22 dependencies: - name: library-chart diff --git a/charts/jupyter-python/templates/statefulset.yaml b/charts/jupyter-python/templates/statefulset.yaml index ceb259bc..f71017b1 100644 --- a/charts/jupyter-python/templates/statefulset.yaml +++ b/charts/jupyter-python/templates/statefulset.yaml @@ -51,9 +51,9 @@ spec: {{- else }} emptyDir: {} {{- end }} - {{- if .Values.discovery.hive }} - name: config-files emptyDir: {} + {{- if .Values.discovery.hive }} - name: secret-hive secret: secretName: {{ include "library-chart.secretNameHive" . }} @@ -79,6 +79,7 @@ spec: - sh - -c - | + echo 'initContainer make-secrets-writable is started'; {{- if .Values.discovery.hive }} mkdir /dest/hive; cp /src/hive/hive-site.xml /dest/hive/hive-site.xml; diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index 27d56003..d6704526 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: 1.3.20 +version: 1.3.21 dependencies: - name: library-chart diff --git a/charts/vscode-pyspark/templates/statefulset.yaml b/charts/vscode-pyspark/templates/statefulset.yaml index 6d5c5575..e827036d 100644 --- a/charts/vscode-pyspark/templates/statefulset.yaml +++ b/charts/vscode-pyspark/templates/statefulset.yaml @@ -80,12 +80,13 @@ spec: secret: secretName: {{ include "library-chart.secretNameMetaflow" . }} {{- end }} + - name: config-files + emptyDir: {} {{- if .Values.s3.enabled }} - name: secret-coresite secret: secretName: {{ include "library-chart.secretNameCoreSite" . }} - - name: config-files - emptyDir: {} + {{- end }} {{- with .Values.imagePullSecrets }} imagePullSecrets: @@ -101,6 +102,7 @@ spec: - sh - -c - | + echo 'initContainer make-secrets-writable is started'; {{- if .Values.s3.enabled }} mkdir /dest/coresite; cp /src/coresite/core-site.xml /dest/coresite/core-site.xml; diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index a82c8d6c..5b38e9cc 100644 --- a/charts/vscode-python/Chart.yaml +++ b/charts/vscode-python/Chart.yaml @@ -23,7 +23,7 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.11.19 +version: 1.11.20 dependencies: - name: library-chart diff --git a/charts/vscode-python/templates/statefulset.yaml b/charts/vscode-python/templates/statefulset.yaml index 3b5c9e23..5791cf68 100644 --- a/charts/vscode-python/templates/statefulset.yaml +++ b/charts/vscode-python/templates/statefulset.yaml @@ -81,6 +81,7 @@ spec: - sh - -c - | + echo 'initContainer make-secrets-writable is started'; {{- if .Values.discovery.hive }} mkdir /dest/hive; cp /src/hive/hive-site.xml /dest/hive/hive-site.xml;