diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c79949..242d0fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "99.6.23" + HELM_CHART_VERSION: "99.6.24" stages: - deploy diff --git a/Chart/templates/configmap.yaml b/Chart/templates/configmap.yaml index 7aab475..4551a3b 100644 --- a/Chart/templates/configmap.yaml +++ b/Chart/templates/configmap.yaml @@ -81,29 +81,6 @@ data: ] } }, - { - "action": { - "return": 404 - }, - "match": { - "uri": [ - "/app/uploads/*.php", - "/app/uploads/*.php/*" - ] - } - }, - { - "action": { - "pass": "applications/php/direct" - }, - "match": { - "uri": [ - "*.php", - "*.php/*", - "/wp/wp-admin/" - ] - } - }, { "action": { "return": 302, @@ -128,6 +105,29 @@ data: ] } }, + { + "action": { + "return": 404 + }, + "match": { + "uri": [ + "/app/uploads/*.php", + "/app/uploads/*.php/*" + ] + } + }, + { + "action": { + "pass": "applications/php/direct" + }, + "match": { + "uri": [ + "*.php", + "*.php/*", + "/wp/wp-admin/" + ] + } + }, {{- if eq .Values.site.enableWebpRoute "true" }} { "match": {