mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Lachlan Evenson
parent
30e9523ff2
commit
c33bc2eff1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user