From ed199f9314e34ff9b7f971fcff13e6929e1dd77f Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Thu, 23 Mar 2023 09:22:59 +0100 Subject: [PATCH] Version bump to fix indexes --- .gitlab-ci.yml | 2 +- Chart/templates/configmap.yaml | 2 +- Chart/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d422ae..0bba7f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "0.5.4" + HELM_CHART_VERSION: "0.5.5" stages: - deploy diff --git a/Chart/templates/configmap.yaml b/Chart/templates/configmap.yaml index 10e2e4f..dd69a78 100644 --- a/Chart/templates/configmap.yaml +++ b/Chart/templates/configmap.yaml @@ -153,7 +153,7 @@ data: index {{ .Values.site.webroot.indexes | default "index.php index.html index.htm" }}; {{- else }} root /app/web; - index {{ .Values.site.webroot.indexes }}; + index index.php index.html; {{- end }} diff --git a/Chart/values.yaml b/Chart/values.yaml index a9dc390..5fec249 100644 --- a/Chart/values.yaml +++ b/Chart/values.yaml @@ -134,4 +134,4 @@ global: httpAdditions: "" serverAdditions: "" rootLocationAdditions: "" - phpLocationAdditions: "" \ No newline at end of file + phpLocationAdditions: ""