fix flag for wp-config.php permission change (#7136)

This commit is contained in:
gaurav517
2021-08-04 19:26:31 +10:00
committed by GitHub
parent 249ae8fe07
commit f0a86da5c3
2 changed files with 2 additions and 2 deletions

View File

@@ -35,4 +35,4 @@ name: wordpress
sources:
- https://github.com/bitnami/bitnami-docker-wordpress
- https://wordpress.org/
version: 12.0.0
version: 12.0.1

View File

@@ -36,7 +36,7 @@ data:
wp total-cache flush all
# Revoke permissions to edit wp-config.php
chmod -w bitnami/wordpress/wp-config.php
chmod a-w bitnami/wordpress/wp-config.php
{{- end }}
{{- if .Values.customPostInitScripts }}
{{- include "common.tplvalues.render" (dict "value" .Values.customPostInitScripts "context" $) | nindent 2 }}