diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09a16f8..fa493ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "99.6.18" + HELM_CHART_VERSION: "99.6.19" stages: - deploy diff --git a/Chart/templates/deployment.yaml b/Chart/templates/deployment.yaml index 8c2354f..aa8ee5a 100644 --- a/Chart/templates/deployment.yaml +++ b/Chart/templates/deployment.yaml @@ -84,7 +84,7 @@ spec: name: {{ include "..fullname" . }}-db-auth - secretRef: name: global-secrets - {{- if (.Values.site.container_base | default "debian" ) == "debian" }} + {{- if eq (.Values.site.container_base | default "debian" ) "debian" }} command: [ "/init-go/init-go" ] {{- else }} command: