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.