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