diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index f12061bfc4..dce8030126 100644 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -1,5 +1,5 @@ name: wordpress -version: 0.3.3 +version: 0.3.4 description: Web publishing platform for building blogs and websites. keywords: - wordpress diff --git a/stable/wordpress/values.yaml b/stable/wordpress/values.yaml index be494dd1bc..e25b7ff3dc 100644 --- a/stable/wordpress/values.yaml +++ b/stable/wordpress/values.yaml @@ -1,7 +1,7 @@ ## Bitnami WordPress image version ## ref: https://hub.docker.com/r/bitnami/wordpress/tags/ ## -image: bitnami/wordpress:4.6.1-r2 +image: bitnami/wordpress:4.7-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'