diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d7ce07..30ea8be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "1.0.23" + HELM_CHART_VERSION: "1.0.24" stages: - deploy diff --git a/Chart/Chart.yaml b/Chart/Chart.yaml index c082d4a..8f5b296 100644 --- a/Chart/Chart.yaml +++ b/Chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: wordyne description: Helm chart for deploying pre-built website containers to kubernetes clusters type: application -version: "99.6.29" +version: "1.0.24" appVersion: "6.2.2" diff --git a/Chart/templates/configmap.yaml b/Chart/templates/configmap.yaml index 506789f..214292c 100644 --- a/Chart/templates/configmap.yaml +++ b/Chart/templates/configmap.yaml @@ -70,7 +70,7 @@ data: "generateSalts": true, "activateTheme": "{{ .Values.init.wp.theme | default .Values.site.name }}", {{- if .Values.init.asJob }} - "convertUploadsToWebp": true, + "convertUploadsToWebp": {{ .Values.init.content.webpConverter | default true }}, {{- else }} "convertUploadsToWebp": {{ .Values.init.content.webpConverter | default false }}, {{- end }}