diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index ebf6861e8d..fe4a5c3043 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -1,6 +1,6 @@ name: mariadb -version: 5.5.1 -appVersion: 10.1.37 +version: 5.5.2 +appVersion: 10.1.38 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 f8e3b0dae3..25e09842e2 100644 --- a/stable/mariadb/values-production.yaml +++ b/stable/mariadb/values-production.yaml @@ -10,7 +10,7 @@ image: registry: docker.io repository: bitnami/mariadb - tag: 10.1.37 + tag: 10.1.38 ## 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 9a2dfd52ab..15ee10f278 100644 --- a/stable/mariadb/values.yaml +++ b/stable/mariadb/values.yaml @@ -10,7 +10,7 @@ image: registry: docker.io repository: bitnami/mariadb - tag: 10.1.37 + tag: 10.1.38 ## 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