mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 06:47:25 +08:00
* [bitnami/ejbca] Adapt volumes to persistence refactorization Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com> * Bump chart version Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com> * Bump major version * [bitnami/ejbca] 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
3d09c7b8b4
commit
e7da7f91f0
@@ -30,4 +30,4 @@ name: ejbca
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-ejbca
|
||||
- https://www.ejbca.org/
|
||||
version: 3.1.3
|
||||
version: 4.0.0
|
||||
|
||||
@@ -160,8 +160,8 @@ spec:
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
- name: ejbca-data
|
||||
mountPath: /bitnami/ejbca
|
||||
subPath: ejbca
|
||||
mountPath: /bitnami/wildfly
|
||||
subPath: wildfly
|
||||
{{- if .Values.ejbcaKeystoreExistingSecret }}
|
||||
- name: ejbca-keystore
|
||||
mountPath: /opt/bitnami/ejbca/mounted-jks/keystore.jks
|
||||
|
||||
@@ -66,7 +66,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/ejbca
|
||||
tag: 7.4.3-2-debian-10-r68
|
||||
tag: 7.4.3-2-debian-10-r69
|
||||
## 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