From bb7d3ff005ace771d31b9c68974f783778f3f1b0 Mon Sep 17 00:00:00 2001 From: bitnami-bot Date: Thu, 7 Mar 2019 18:36:29 +0000 Subject: [PATCH] Synchronize upstreamed folder to 6d79a9d62 --- upstreamed/wordpress/Chart.yaml | 2 +- upstreamed/wordpress/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/upstreamed/wordpress/Chart.yaml b/upstreamed/wordpress/Chart.yaml index ae7c1e4750..c8a0b579f4 100644 --- a/upstreamed/wordpress/Chart.yaml +++ b/upstreamed/wordpress/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: wordpress -version: 5.4.0 +version: 5.4.1 appVersion: 5.1.0 description: Web publishing platform for building blogs and websites. icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png diff --git a/upstreamed/wordpress/templates/deployment.yaml b/upstreamed/wordpress/templates/deployment.yaml index 4f990a4fd1..abc6376567 100644 --- a/upstreamed/wordpress/templates/deployment.yaml +++ b/upstreamed/wordpress/templates/deployment.yaml @@ -174,7 +174,7 @@ spec: name: wordpress-data subPath: php {{- if and .Values.allowOverrideNone .Values.customHTAccessCM}} - - mountPath: /opt/bitnami/wordpress + - mountPath: /opt/bitnami/wordpress/wordpress-htaccess.conf name: custom-htaccess subPath: wordpress-htaccess.conf {{- end }}