You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
374 B
374 B
ADD HELM REPO
helm repo add bitnami https://charts.bitnami.com/bitnami
INSTALL HELM REPO
helm show values bitnami/mariadb --version=10.5.1 > values.10.5.1.yaml
helm install mariadbcur bitnami/mariadb --namespace dbs --version=11.4.4 --values values.yaml
UPGRADE HELM
helm upgrade mariadbcur bitnami/mariadb --version=10.5.1 --namespace dbs --values values.yaml