Version bump to fix indexes

This commit is contained in:
2023-03-23 09:22:59 +01:00
parent 3b02fdd661
commit ed199f9314
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
variables: variables:
HELM_CHART_VERSION: "0.5.4" HELM_CHART_VERSION: "0.5.5"
stages: stages:
- deploy - deploy

View File

@@ -153,7 +153,7 @@ data:
index {{ .Values.site.webroot.indexes | default "index.php index.html index.htm" }}; index {{ .Values.site.webroot.indexes | default "index.php index.html index.htm" }};
{{- else }} {{- else }}
root /app/web; root /app/web;
index {{ .Values.site.webroot.indexes }}; index index.php index.html;
{{- end }} {{- end }}

View File

@@ -134,4 +134,4 @@ global:
httpAdditions: "" httpAdditions: ""
serverAdditions: "" serverAdditions: ""
rootLocationAdditions: "" rootLocationAdditions: ""
phpLocationAdditions: "" phpLocationAdditions: ""