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.
|
|
8 months ago | |
|---|---|---|
| .. | ||
| readme.md | 8 months ago | |
| values.11.4.4.yaml | 8 months ago | |
| values.yaml | 8 months ago | |
readme.md
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