diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index 5380335caf..45bafa4885 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mariadb -version: 5.11.0 +version: 5.11.1 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: diff --git a/stable/mariadb/README.md b/stable/mariadb/README.md index 9523700141..4f1ac7e7ac 100644 --- a/stable/mariadb/README.md +++ b/stable/mariadb/README.md @@ -75,7 +75,7 @@ The following table lists the configurable parameters of the MariaDB chart and t | `replication.enabled` | MariaDB replication enabled | `true` | | `replication.user` |MariaDB replication user | `replicator` | | `replication.password` | MariaDB replication user password. Ignored if existing secret is provided. | _random 10 character alphanumeric string_ | -| `initdbScripts` | List of initdb scripts | `nil` | +| `initdbScripts` | Dictionary of initdb scripts | `nil` | | `initdbScriptsConfigMap` | ConfigMap with the initdb scripts (Note: Overrides `initdbScripts`) | `nil` | | `master.annotations[].key` | key for the the annotation list item | `nil` | | `master.annotations[].value` | value for the the annotation list item | `nil` | diff --git a/stable/mariadb/values-production.yaml b/stable/mariadb/values-production.yaml index d4d7ec3582..570cdb32fc 100644 --- a/stable/mariadb/values-production.yaml +++ b/stable/mariadb/values-production.yaml @@ -116,7 +116,7 @@ replication: forcePassword: true ## initdb scripts -## Specify dictionnary of scripts to be run at first boot +## Specify dictionary of scripts to be run at first boot ## Alternatively, you can put your scripts under the files/docker-entrypoint-initdb.d directory ## # initdbScripts: diff --git a/stable/mariadb/values.yaml b/stable/mariadb/values.yaml index 9a3b5d07d7..e376acfe4c 100644 --- a/stable/mariadb/values.yaml +++ b/stable/mariadb/values.yaml @@ -116,7 +116,7 @@ replication: forcePassword: false ## initdb scripts -## Specify dictionnary of scripts to be run at first boot +## Specify dictionary of scripts to be run at first boot ## Alternatively, you can put your scripts under the files/docker-entrypoint-initdb.d directory ## # initdbScripts: