From f5892cedce00470b77dab34378aae3618eaf134c Mon Sep 17 00:00:00 2001 From: Beltran Date: Thu, 24 May 2018 13:16:31 +0200 Subject: [PATCH] Use the same version in the Chart.yaml and in the values.yaml (#5738) * Do not use 'master' in release name when replication is not enabled * Do not use 'master' in release name when replication is not enabled * Use the same version in the Chart.yaml and in the values.yaml. Most of the web apps are compatible with 10.1 right now * Update minor version --- stable/mariadb/Chart.yaml | 2 +- stable/mariadb/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index 0c004ae74f..2b835c448a 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -1,5 +1,5 @@ name: mariadb -version: 4.0.1 +version: 4.1.0 appVersion: 10.1.32 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.yaml b/stable/mariadb/values.yaml index d97bd01063..41a38c2f8b 100644 --- a/stable/mariadb/values.yaml +++ b/stable/mariadb/values.yaml @@ -4,7 +4,7 @@ image: registry: docker.io repository: bitnami/mariadb - tag: 10.2.14 + tag: 10.1.32 ## 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