diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index f105c37376..ebf6861e8d 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -1,5 +1,5 @@ name: mariadb -version: 5.5.0 +version: 5.5.1 appVersion: 10.1.37 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/README.md b/stable/mariadb/README.md index 16bf9a0d28..705437cd28 100644 --- a/stable/mariadb/README.md +++ b/stable/mariadb/README.md @@ -141,7 +141,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm ```bash $ helm install --name my-release \ - --set root.password=secretpassword,user.database=app_database \ + --set rootUser.password=secretpassword,db.user=app_database \ stable/mariadb ```