From e83451529e75f4affe3a2b5cd0db2ca5304b27ae Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Wed, 9 Oct 2019 05:18:59 +0000 Subject: [PATCH] [bitnami/mysql] Release 6.4.4 updating components versions Signed-off-by: Bitnami Containers --- bitnami/mysql/Chart.yaml | 2 +- bitnami/mysql/values-production.yaml | 4 ++-- bitnami/mysql/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/mysql/Chart.yaml b/bitnami/mysql/Chart.yaml index 2127e9e25..1a64af304 100644 --- a/bitnami/mysql/Chart.yaml +++ b/bitnami/mysql/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mysql -version: 6.4.3 +version: 6.4.4 appVersion: 8.0.17 description: Chart to create a Highly available MySQL cluster keywords: diff --git a/bitnami/mysql/values-production.yaml b/bitnami/mysql/values-production.yaml index 9a825078e..896578ccf 100644 --- a/bitnami/mysql/values-production.yaml +++ b/bitnami/mysql/values-production.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/mysql - tag: 8.0.17-debian-9-r45 + tag: 8.0.17-debian-9-r80 ## 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 @@ -303,7 +303,7 @@ metrics: image: registry: docker.io repository: bitnami/mysqld-exporter - tag: 0.12.1-debian-9-r42 + tag: 0.12.1-debian-9-r72 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/mysql/values.yaml b/bitnami/mysql/values.yaml index 96333a35b..8e7f3a613 100644 --- a/bitnami/mysql/values.yaml +++ b/bitnami/mysql/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/mysql - tag: 8.0.17-debian-9-r45 + tag: 8.0.17-debian-9-r80 ## 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 @@ -303,7 +303,7 @@ metrics: image: registry: docker.io repository: bitnami/mysqld-exporter - tag: 0.12.1-debian-9-r42 + tag: 0.12.1-debian-9-r72 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.