Version bump to fix indexes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
HELM_CHART_VERSION: "0.5.4"
|
||||
HELM_CHART_VERSION: "0.5.5"
|
||||
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user