diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index 9900290a91..7f8e33c5a2 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -1,5 +1,5 @@ name: mariadb -version: 2.1.15 +version: 2.1.16 appVersion: 10.1.31 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: diff --git a/stable/mariadb/values.yaml b/stable/mariadb/values.yaml index fe229de052..10f554044c 100644 --- a/stable/mariadb/values.yaml +++ b/stable/mariadb/values.yaml @@ -16,19 +16,19 @@ usePassword: true ## Defaults to a random 10-character alphanumeric string if not set and usePassword is true ## ref: https://github.com/bitnami/bitnami-docker-mariadb/blob/master/README.md#setting-the-root-password-on-first-run ## -# mariadbRootPassword: +mariadbRootPassword: ## Create a database user ## Password defaults to a random 10-character alphanumeric string if not set and usePassword is true ## ref: https://github.com/bitnami/bitnami-docker-mariadb/blob/master/README.md#creating-a-database-user-on-first-run ## -# mariadbUser: -# mariadbPassword: +mariadbUser: +mariadbPassword: ## Create a database ## ref: https://github.com/bitnami/bitnami-docker-mariadb/blob/master/README.md#creating-a-database-on-first-run ## -# mariadbDatabase: +mariadbDatabase: service: @@ -64,16 +64,16 @@ persistence: ## set, choosing the default provisioner. (gp2 on AWS, standard on ## GKE, AWS & OpenStack) ## - # storageClass: "-" + storageClass: "" accessMode: ReadWriteOnce size: 8Gi ## Configure MariaDB with a custom my.cnf file ## ref: https://mariadb.com/kb/en/mariadb/configuring-mariadb-with-mycnf/#example-of-configuration-file ## -# config: |- -# [mysqld] -# innodb_buffer_pool_size=2G +config: |- + # [mysqld] + # innodb_buffer_pool_size=2G metrics: enabled: false