From 85a033f50d6027fa8113c3e93c2c0a6723ab426a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Thu, 9 May 2019 16:06:51 +0200 Subject: [PATCH] [stable/mariadb] Upgrade app version from 10.1 to 10.3 (#13649) * [stable/odoo] Release 7.0.0 Signed-off-by: Carlos Rodriguez Hernandez * [stable/mariadb] Upgrade app version from 10.1 to 10.3 Signed-off-by: Carlos Rodriguez Hernandez --- stable/mariadb/Chart.yaml | 4 ++-- stable/mariadb/README.md | 7 +++++++ stable/mariadb/values-production.yaml | 2 +- stable/mariadb/values.yaml | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index 096bf12fae..af007289f2 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: mariadb -version: 5.11.3 -appVersion: 10.1.40 +version: 6.0.0 +appVersion: 10.3.14 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/README.md b/stable/mariadb/README.md index 4f1ac7e7ac..ca86fefcf3 100644 --- a/stable/mariadb/README.md +++ b/stable/mariadb/README.md @@ -205,6 +205,13 @@ $ helm upgrade my-release stable/mariadb --set rootUser.password=[ROOT_PASSWORD] | Note: you need to substitute the placeholder _[ROOT_PASSWORD]_ with the value obtained in the installation notes. +### To 6.0.0 + +MariaDB version was updated from 10.1 to 10.3, there are no changes in the chart itself. According to the official documentation, upgrading from 10.1 should be painless. However, there are some things that have changed which could affect an upgrade: + +- [Incompatible changes upgrading from MariaDB 10.1 to MariaDB 10.2](https://mariadb.com/kb/en/library/upgrading-from-mariadb-101-to-mariadb-102//#incompatible-changes-between-101-and-102) +- [Incompatible changes upgrading from MariaDB 10.2 to MariaDB 10.3](https://mariadb.com/kb/en/library/upgrading-from-mariadb-102-to-mariadb-103/#incompatible-changes-between-102-and-103) + ### To 5.0.0 Backwards compatibility is not guaranteed unless you modify the labels used on the chart's deployments. diff --git a/stable/mariadb/values-production.yaml b/stable/mariadb/values-production.yaml index 72d0ede696..acdd38e613 100644 --- a/stable/mariadb/values-production.yaml +++ b/stable/mariadb/values-production.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/mariadb - tag: 10.1.40 + tag: 10.3.14 ## 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/stable/mariadb/values.yaml b/stable/mariadb/values.yaml index 83acb4076d..f47d3252cc 100644 --- a/stable/mariadb/values.yaml +++ b/stable/mariadb/values.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/mariadb - tag: 10.1.40 + tag: 10.3.14 ## 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