From ebb95eac3eeb51c9d4ab96af2b64dc4f6f5796f5 Mon Sep 17 00:00:00 2001 From: jotadrilo Date: Thu, 15 Dec 2016 22:14:29 +0100 Subject: [PATCH] update WordPress image version to 4.7-r0 (#297) --- stable/wordpress/Chart.yaml | 2 +- stable/wordpress/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'