From d4d48df4700f40200916520a16a47481ffda0250 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 21 Feb 2020 10:27:26 +0100 Subject: [PATCH] [stable/wordpress] Release 8.1.4 (#20853) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [stable/wordpress] Release 8.1.4 updating components versions Signed-off-by: Bitnami Containers * Run "helm dependency update" using latest Helm 3 version Signed-off-by: Carlos Rodriguez Hernandez * Run "helm dependency update" using latest Helm 2 Signed-off-by: Carlos Rodriguez Hernandez Co-authored-by: Carlos Rodríguez Hernández --- stable/wordpress/Chart.yaml | 2 +- stable/wordpress/requirements.lock | 4 ++-- stable/wordpress/values-production.yaml | 4 ++-- stable/wordpress/values.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index 396f82f198..83206c45d7 100755 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: wordpress -version: 8.1.3 +version: 8.1.4 appVersion: 5.3.2 description: Web publishing platform for building blogs and websites. icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png diff --git a/stable/wordpress/requirements.lock b/stable/wordpress/requirements.lock index 8fd973a098..d9c431c160 100644 --- a/stable/wordpress/requirements.lock +++ b/stable/wordpress/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://kubernetes-charts.storage.googleapis.com/ - version: 7.3.6 + version: 7.3.10 digest: sha256:0a5be71f27bb4258b63df284f5006ab452666b4c3125a1c15b8753e71ec8c118 -generated: 2020-01-24T17:55:25.479439041Z +generated: "2020-02-21T08:41:48.341760785Z" diff --git a/stable/wordpress/values-production.yaml b/stable/wordpress/values-production.yaml index 1522fb5155..c813ab9799 100644 --- a/stable/wordpress/values-production.yaml +++ b/stable/wordpress/values-production.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/wordpress - tag: 5.3.2-debian-10-r0 + tag: 5.3.2-debian-10-r21 ## 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 @@ -382,7 +382,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-10-r0 + tag: 0.7.0-debian-10-r20 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 3d19d7d256..f58efb6dba 100644 --- a/stable/wordpress/values.yaml +++ b/stable/wordpress/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/wordpress - tag: 5.3.2-debian-10-r0 + tag: 5.3.2-debian-10-r21 ## 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 @@ -377,7 +377,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-10-r0 + tag: 0.7.0-debian-10-r20 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.