Fixed theme name in init config

This commit is contained in:
2023-06-04 08:45:55 +00:00
parent 7d8a473457
commit 91e9df2bde
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
variables: variables:
HELM_CHART_VERSION: "0.5.10" HELM_CHART_VERSION: "0.5.11"
stages: stages:
- deploy - deploy

View File

@@ -49,7 +49,7 @@ data:
"databasePath": "{{ .Values.database.importPath | default "" }}" "databasePath": "{{ .Values.database.importPath | default "" }}"
"overwriteDatabase": {{ .Values.database.overwrite | default false }} "overwriteDatabase": {{ .Values.database.overwrite | default false }}
"generateSalts": true, "generateSalts": true,
"activateTheme": "{{ .Values.site.theme | default .name }}" "activateTheme": "{{ .Values.site.theme | default .Values.site.name }}"
} }
unit.json: |- unit.json: |-