[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:
Javier J. Salmerón-García
2022-03-02 17:05:49 +01:00
committed by GitHub
parent 0bcac35609
commit e1029cdee5
6 changed files with 69 additions and 45 deletions

View File

@@ -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 -}}