mirror of
https://github.com/bitnami/charts.git
synced 2026-03-08 00:37:41 +08:00
[bitnami/spark] fix: 🐛 Move mounted configuration to /bitnami/spark (#9536)
* [bitnami/spark] fix: 🐛 Move mounted configuration to /bitnami/spark Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * [bitnami/spark] Update components versions Signed-off-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
committed by
GitHub
parent
27b7f70c6b
commit
43722a1ab4
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.11.3
|
||||
digest: sha256:d5f850d857edd58b32c0e10652f6ec3ce5018def5542f2bcef38fd7fa0079d6b
|
||||
generated: "2022-03-15T18:28:38.039974585Z"
|
||||
version: 1.12.0
|
||||
digest: sha256:7e484480451778c273e7a165dbfaa5594ec1c9a63a114ce9d458626cadd28893
|
||||
generated: "2022-03-23T15:37:50.271322618Z"
|
||||
|
||||
@@ -22,4 +22,4 @@ name: spark
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-spark
|
||||
- https://spark.apache.org/
|
||||
version: 5.9.4
|
||||
version: 5.9.5
|
||||
|
||||
@@ -156,11 +156,11 @@ spec:
|
||||
volumeMounts:
|
||||
{{- if .Values.master.configurationConfigMap }}
|
||||
- name: config
|
||||
mountPath: '/opt/bitnami/spark/conf/'
|
||||
mountPath: /bitnami/spark/conf/
|
||||
{{- end }}
|
||||
{{- if .Values.security.ssl.enabled }}
|
||||
- name: shared-certs
|
||||
mountPath: '/opt/bitnami/spark/conf/certs'
|
||||
mountPath: /bitnami/spark/conf/certs
|
||||
readOnly: true
|
||||
{{- end }}
|
||||
{{- if .Values.master.extraVolumeMounts }}
|
||||
|
||||
@@ -132,7 +132,7 @@ spec:
|
||||
- name: certs
|
||||
mountPath: /certs
|
||||
- name: shared-certs
|
||||
mountPath: /opt/bitnami/spark/conf/certs
|
||||
mountPath: /bitnami/spark/conf/certs
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
containers:
|
||||
@@ -163,11 +163,11 @@ spec:
|
||||
volumeMounts:
|
||||
{{- if .Values.worker.configurationConfigMap }}
|
||||
- name: config
|
||||
mountPath: '/opt/bitnami/spark/conf/'
|
||||
mountPath: '/bitnami/spark/conf/'
|
||||
{{- end }}
|
||||
{{- if .Values.security.ssl.enabled }}
|
||||
- name: shared-certs
|
||||
mountPath: '/opt/bitnami/spark/conf/certs'
|
||||
mountPath: '/bitnami/spark/conf/certs'
|
||||
readOnly: true
|
||||
- name: certs
|
||||
mountPath: /certs
|
||||
|
||||
@@ -58,7 +58,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/spark
|
||||
tag: 3.2.1-debian-10-r43
|
||||
tag: 3.2.1-debian-10-r51
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
Reference in New Issue
Block a user