From d9d4cb6447db1948634610b55713f7820c4c88c7 Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Wed, 7 Jun 2023 19:12:08 +0200 Subject: [PATCH] WebP conv change to bool --- .gitlab-ci.yml | 2 +- Chart/templates/configmap.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0234dff..b7d9f35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "0.6.5" + HELM_CHART_VERSION: "0.6.6" stages: - deploy diff --git a/Chart/templates/configmap.yaml b/Chart/templates/configmap.yaml index 108cc43..300d3a5 100644 --- a/Chart/templates/configmap.yaml +++ b/Chart/templates/configmap.yaml @@ -50,7 +50,7 @@ data: "overwriteDatabase": {{ .Values.database.overwrite | default false }}, "generateSalts": true, "activateTheme": "{{ .Values.site.theme | default .Values.site.name }}", - "convertUploadsToWebp": "{{ .Values.site.enableWebpConversion | default false }}", + "convertUploadsToWebp": {{ .Values.site.enableWebpConversion | default false }}, "convertMissingOnly": true }