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.
Alexander Morales 3b33f3d45d
add backup gitops
7 months ago
..
mariadb-cur add backup gitops 7 months ago
readme.md add backup gitops 7 months ago
values.10.5.1.yaml add backup gitops 7 months ago
values.yaml add backup gitops 7 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 mariadb bitnami/mariadb --namespace dbs --version=10.5.1 --values values.yaml

UPGRADE HELM

helm upgrade mariadb bitnami/mariadb --version=10.5.1 --namespace dbs --values values.yaml