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