mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/argo-workflows]: feat!: ⬆️ Bump PostgreSQL subchart (#9257)
* [bitnami/argo-workflows]: feat!: :arrow-up: Bump PostgreSQL subchart Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * [bitnami/harbor] Chart standardized Signed-off-by: juan131 <juanariza@vmware.com> * Update Clair image Signed-off-by: juan131 <juanariza@vmware.com> * Fix harbor Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * Remove harbor Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * Fix secret Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * [bitnami/argo-workflows] Update components versions Signed-off-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: juan131 <juanariza@vmware.com> Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
committed by
GitHub
parent
0bcac35609
commit
e1029cdee5
@@ -48,9 +48,6 @@ Obtain the Argo Workflows access token:
|
||||
|
||||
{{- if .Release.IsUpgrade -}}
|
||||
{{- $passwordValidationErrors := list -}}
|
||||
{{- if and .Values.postgresql.enabled (not .Values.postgresql.postgresqlPassword) -}}
|
||||
{{- $passwordValidationErrors = append $passwordValidationErrors "Missing 'postgresql.password', please use the same than the current one" -}}
|
||||
{{- end -}}
|
||||
{{- if and .Values.mysql.enabled (not .Values.mysql.auth.password) -}}
|
||||
{{- $passwordValidationErrors = append $passwordValidationErrors "Missing 'mysql.auth.password', please use the same than the current one" -}}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user