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 }}