diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3196b49..6ca137f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "0.8.9" + HELM_CHART_VERSION: "0.8.10" stages: - deploy diff --git a/Chart/templates/configmap.yaml b/Chart/templates/configmap.yaml index 46da66e..5cd33b9 100644 --- a/Chart/templates/configmap.yaml +++ b/Chart/templates/configmap.yaml @@ -32,7 +32,7 @@ data: WP_ENV: "{{ .Values.site.overrideEnvironment }}" {{- else }} WP_ENV: "production" - {{- endif }} + {{- end }} {{- if .Values.site.overrideMainUrl }} WP_HOME: "https://{{ .Values.site.overrideMainUrl }}"