From 91e9df2bde31bb7aefb68f9eb77cd697c6e7daf3 Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Sun, 4 Jun 2023 08:45:55 +0000 Subject: [PATCH] Fixed theme name in init config --- .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 1d39309..3bd0225 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "0.5.10" + HELM_CHART_VERSION: "0.5.11" stages: - deploy diff --git a/Chart/templates/configmap.yaml b/Chart/templates/configmap.yaml index 0adbe28..9593893 100644 --- a/Chart/templates/configmap.yaml +++ b/Chart/templates/configmap.yaml @@ -49,7 +49,7 @@ data: "databasePath": "{{ .Values.database.importPath | default "" }}" "overwriteDatabase": {{ .Values.database.overwrite | default false }} "generateSalts": true, - "activateTheme": "{{ .Values.site.theme | default .name }}" + "activateTheme": "{{ .Values.site.theme | default .Values.site.name }}" } unit.json: |-