From 504cd2800bb20882e00459fed47abfd297dd92fa Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 12 Sep 2019 11:16:27 +0200 Subject: [PATCH] [stable/mariadb] Release 6.8.10 updating components versions (#17086) Signed-off-by: Bitnami Containers --- stable/mariadb/Chart.yaml | 4 ++-- stable/mariadb/values-production.yaml | 4 ++-- stable/mariadb/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index ad3e7203be..7b1fdce48c 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: mariadb -version: 6.8.9 -appVersion: 10.3.17 +version: 6.8.10 +appVersion: 10.3.18 description: Fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. Highly available MariaDB cluster. keywords: - mariadb diff --git a/stable/mariadb/values-production.yaml b/stable/mariadb/values-production.yaml index d256cc2929..efb8b9f965 100644 --- a/stable/mariadb/values-production.yaml +++ b/stable/mariadb/values-production.yaml @@ -19,7 +19,7 @@ image: registry: docker.io repository: bitnami/mariadb - tag: 10.3.17-debian-9-r42 + tag: 10.3.18-debian-9-r0 ## 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 @@ -413,7 +413,7 @@ metrics: image: registry: docker.io repository: bitnami/mysqld-exporter - tag: 0.12.1-debian-9-r42 + tag: 0.12.1-debian-9-r44 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/stable/mariadb/values.yaml b/stable/mariadb/values.yaml index d91d432384..e94bda318e 100644 --- a/stable/mariadb/values.yaml +++ b/stable/mariadb/values.yaml @@ -19,7 +19,7 @@ image: registry: docker.io repository: bitnami/mariadb - tag: 10.3.17-debian-9-r42 + tag: 10.3.18-debian-9-r0 ## 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 @@ -413,7 +413,7 @@ metrics: image: registry: docker.io repository: bitnami/mysqld-exporter - tag: 0.12.1-debian-9-r42 + tag: 0.12.1-debian-9-r44 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.