From cfd33b98c46ab58de5b9ad4c3f705fb03bdafcbe Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Hernandez Date: Mon, 13 May 2019 14:17:32 +0000 Subject: [PATCH] [bitnami/mysql] Update chart to MySQL 8.X --- bitnami/mysql/Chart.yaml | 4 ++-- bitnami/mysql/values-production.yaml | 2 +- bitnami/mysql/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/mysql/Chart.yaml b/bitnami/mysql/Chart.yaml index 8af85a634..8e7f8e742 100644 --- a/bitnami/mysql/Chart.yaml +++ b/bitnami/mysql/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: mysql -version: 4.5.2 -appVersion: 5.7.26 +version: 5.0.0 +appVersion: 8.0.15 description: Chart to create a Highly available MySQL cluster keywords: - mysql diff --git a/bitnami/mysql/values-production.yaml b/bitnami/mysql/values-production.yaml index c1c0d9236..131e3f2db 100644 --- a/bitnami/mysql/values-production.yaml +++ b/bitnami/mysql/values-production.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/mysql - tag: 5.7.26 + tag: 8.0.15 ## 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 diff --git a/bitnami/mysql/values.yaml b/bitnami/mysql/values.yaml index 5301a5f9d..9a81de065 100644 --- a/bitnami/mysql/values.yaml +++ b/bitnami/mysql/values.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/mysql - tag: 5.7.26 + tag: 8.0.15 ## 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