From 269b5baa40d840a7afc15c0ae0a8dfad243dff2d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 18 Feb 2020 21:00:25 +0100 Subject: [PATCH] [stable/mariadb] Release 7.3.10 updating components versions (#20845) Signed-off-by: Bitnami Containers --- stable/mariadb/Chart.yaml | 2 +- stable/mariadb/values-production.yaml | 4 ++-- stable/mariadb/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index 85343029d4..87dfdd5ca0 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mariadb -version: 7.3.9 +version: 7.3.10 appVersion: 10.3.22 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: diff --git a/stable/mariadb/values-production.yaml b/stable/mariadb/values-production.yaml index 459586646e..964ad9b5b3 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.22-debian-10-r0 + tag: 10.3.22-debian-10-r17 ## 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 @@ -459,7 +459,7 @@ metrics: image: registry: docker.io repository: bitnami/mysqld-exporter - tag: 0.12.1-debian-10-r4 + tag: 0.12.1-debian-10-r19 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 3cb9508bf7..d8ccf895fa 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.22-debian-10-r0 + tag: 10.3.22-debian-10-r17 ## 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 @@ -461,7 +461,7 @@ metrics: image: registry: docker.io repository: bitnami/mysqld-exporter - tag: 0.12.1-debian-10-r4 + tag: 0.12.1-debian-10-r19 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.