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.
17 lines
543 B
17 lines
543 B
## ADD REPO
|
|
|
|
helm repo add gitea-charts https://dl.gitea.io/charts/
|
|
|
|
## SYNK PVC
|
|
|
|
krsync -avz --progress --stats sapiantools-59d74f89c5-bnhrr:/gitea-ceph-rdb-pvc/ /home/cristian/Documentos/pvc-cur/gitea/2022-10-06/
|
|
|
|
krsync -avz --progress --stats /home/cristian/Documentos/pvc-cur/gitea/2022-10-06/ sapiantools-8688c6cdc9-gmmft:/data-gitea-0/
|
|
|
|
## INSTALL HELM
|
|
|
|
helm install gitea -n gitea --version=6.0.1 --values values.yaml gitea-charts/gitea
|
|
|
|
## UPGRADE
|
|
|
|
helm upgrade gitea -n gitea --version=6.0.1 --values values.yaml gitea-charts/gitea |