[stable/mariadb] Release 0.5.10 (#697)

* mariadb: update to `bitnami/mariadb:10.1.21-r1`

* mariadb: bump chart version to `0.5.10`

* mariadb: update to `bitnami/mariadb:10.1.21-r2`

* mariadb: add `ALLOW_EMPTY_PASSWORD=yes` to pod environment
This commit is contained in:
Bitnami Bot
2017-03-08 11:06:40 -08:00
committed by Lachlan Evenson
parent 30e9523ff2
commit c33bc2eff1
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: mariadb
version: 0.5.9
version: 0.5.10
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.
keywords:
- mariadb
+2
View File
@@ -52,6 +52,8 @@ spec:
key: mariadb-password
- name: MARIADB_DATABASE
value: {{ default "" .Values.mariadbDatabase | quote }}
- name: ALLOW_EMPTY_PASSWORD
value: "yes"
ports:
- name: mysql
containerPort: 3306
+1 -1
View File
@@ -2,7 +2,7 @@
## ref: https://hub.docker.com/r/bitnami/mariadb/tags/
##
## Default: none
image: bitnami/mariadb:10.1.21-r0
image: bitnami/mariadb:10.1.21-r2
## Specify an imagePullPolicy (Required)
## It's recommended to change this to 'Always' if the image tag is 'latest'