mariadb helm

No introduction found. Create it?

Install

Install with:

helm repo add bitnami oci://registry-1.docker.io/bitnamicharts/
helm install mariadb bitnami/mariadb -f values.yaml

Examples

See examples from other people.

Top Repositories (1 out of 5)

NameRepoStarsVersionTimestamp
mariadbgavinmcfall/home-ops3723.2.44 months ago

Values

See the most popular values for this chart:

KeyTypes
boolean
boolean
boolean
string
string
boolean
string
auth.rootPassword (1)
ENC[AES256_GCM,data:xXFugsWMcPqOjLtcZWGF61TG0NfZHoAebTQP9Sw+UuI=,iv:3Ztm4zGVEa1NbMlNl5LgsjP0XKGaIknO2OwyIM3fMjk=,tag:Hfbr2OKaJq/fzm85pzyfXw==,type:str]
string
boolean
string
primary.persistence.configuration (1)
[mysql] default-character-set=utf8mb4 [mysqld] skip-name-resolve explicit_defaults_for_timestamp basedir=/opt/bitnami/mariadb plugin_dir=/opt/bitnami/mariadb/plugin port=3306 socket=/opt/bitnami/mariadb/tmp/mysql.sock tmpdir=/opt/bitnami/mariadb/tmp max_allowed_packet=64M bind-address=* pid-file=/opt/bitnami/mariadb/tmp/mysqld.pid log-error=/opt/bitnami/mariadb/logs/mysqld.log character-set-server=UTF8 collation-server=utf8mb4_unicode_ci init-connect='SET NAMES utf8mb4' character-set-server = utf8mb4 slow_query_log=0 slow_query_log_file=/opt/bitnami/mariadb/logs/mysqld.log long_query_time=10.0 [client] port=3306 socket=/opt/bitnami/mariadb/tmp/mysql.sock default-character-set=UTF8 plugin_dir=/opt/bitnami/mariadb/plugin [manager] port=3306 socket=/opt/bitnami/mariadb/tmp/mysql.sock pid-file=/opt/bitnami/mariadb/tmp/mysqld.pid
string
string
string
primary.extraEnvVars[].name (1)
BOOKLORE_DB_USERNAME
BOOKLORE_DB_PASSWORD
string
primary.extraEnvVars[].valueFrom.secretKeyRef.key (1)
BOOKLORE_DB_USERNAME
BOOKLORE_DB_PASSWORD
string
string
string
primary.initdbScripts."init-booklore.sql" (1)
CREATE DATABASE IF NOT EXISTS booklore; CREATE USER IF NOT EXISTS '$BOOKLORE_DB_USERNAME'@'%' IDENTIFIED BY '$BOOKLORE_DB_PASSWORD'; GRANT ALL PRIVILEGES ON booklore.* TO '$BOOKLORE_DB_USERNAME'@'%'; FLUSH PRIVILEGES;
string
boolean
string
string
string
string
boolean
string
image.repository (1)
bitnami/mariadb
string
string
initdbScripts."create-bookstack.sql" (1)
CREATE DATABASE IF NOT EXISTS bookstackapp; CREATE USER IF NOT EXISTS 'bookstack'@'%' IDENTIFIED BY '${BOOKSTACK_MARIADB_PASSWORD}'; GRANT ALL PRIVILEGES ON bookstackapp.* to 'bookstack'@'%';
string
initdbScripts."create-pelican-dev.sql" (1)
CREATE DATABASE IF NOT EXISTS pelican_dev; CREATE USER IF NOT EXISTS 'pelican_dev'@'%' IDENTIFIED BY '${PELICAN_DEV_MARIADB_PASSWORD}'; GRANT ALL PRIVILEGES ON pelican_dev.* to 'pelican_dev'@'%';
string
initdbScripts."create-pelican.sql" (1)
CREATE DATABASE IF NOT EXISTS pelican; CREATE USER IF NOT EXISTS 'pelican'@'%' IDENTIFIED BY '${PELICAN_MARIADB_PASSWORD}'; GRANT ALL PRIVILEGES ON pelican.* to 'pelican'@'%';
string
initdbScripts."create-pterodactyl.sql" (1)
CREATE DATABASE IF NOT EXISTS pterodactyl; CREATE USER IF NOT EXISTS 'pterodactyl'@'%' IDENTIFIED BY '${PTERODACTYL_MARIADB_PASSWORD}'; GRANT ALL PRIVILEGES ON pterodactyl.* to 'pterodactyl'@'%';
string
initdbScripts."luncher-box.sql" (1)
CREATE DATABASE "${LUNCHERBOX_DB}";
string
initdbScripts."n8n.sql" (1)
CREATE DATABASE "${N8N_DB}";
string
string
string
string