From ad683ddab742dc34357eb58d9b8f86f6a4ea4c4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Tue, 29 May 2018 10:04:32 +0200 Subject: [PATCH] Revert "[stable/wordpress] Release 1.0.8" (#5802) * Revert "[stable/wordpress] Release 1.0.8 (#5795)" This reverts commit 8a55202895cd7711d60475d24d7754d10cba0a2c. * Update Chart.yaml --- stable/wordpress/Chart.yaml | 4 ++-- stable/wordpress/values-production.yaml | 2 +- stable/wordpress/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index 8301ff9f00..d516d0bc97 100644 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -1,6 +1,6 @@ name: wordpress -version: 1.0.8 -appVersion: 4.9.6-ol-7 +version: 1.0.9 +appVersion: 4.9.6 description: Web publishing platform for building blogs and websites. icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png keywords: diff --git a/stable/wordpress/values-production.yaml b/stable/wordpress/values-production.yaml index e2d412a327..1b9815f537 100644 --- a/stable/wordpress/values-production.yaml +++ b/stable/wordpress/values-production.yaml @@ -4,7 +4,7 @@ image: registry: docker.io repository: bitnami/wordpress - tag: 4.9.6-ol-7 + tag: 4.9.6 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/stable/wordpress/values.yaml b/stable/wordpress/values.yaml index 2468d72b7a..173fb13209 100644 --- a/stable/wordpress/values.yaml +++ b/stable/wordpress/values.yaml @@ -4,7 +4,7 @@ image: registry: docker.io repository: bitnami/wordpress - tag: 4.9.6-ol-7 + tag: 4.9.6 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images