From b993f922a95d31a75a96c7336e0d6234ae7f9fc1 Mon Sep 17 00:00:00 2001 From: Juan Ariza Date: Thu, 15 Sep 2016 18:39:36 +0200 Subject: [PATCH] New WP 4.6.1-1 revision --- wordpress/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordpress/values.yaml b/wordpress/values.yaml index 360143b16..5e551f389 100644 --- a/wordpress/values.yaml +++ b/wordpress/values.yaml @@ -1,7 +1,7 @@ ## Bitnami Wordpress image version ## ref: https://hub.docker.com/r/bitnami/wordpress/tags/ ## -imageTag: 4.6.1-r0 +imageTag: 4.6.1-r1 ## Specify a imagePullPolicy ## Defaults to 'Always' if imageTag is 'latest', else set to 'IfNotPresent'