anges to be committed:
Some checks failed
/ continuous-deploy (push) Failing after 15m38s

modified:   .gitea/workflows/app-continuous-deploy.yaml
modified:   ops-scripts/apply-app.sh
This commit is contained in:
Márcio Fernandes
2026-04-18 20:36:54 +00:00
parent 6b89f0f2b3
commit a2e8b42539
2 changed files with 9 additions and 2 deletions

View File

@@ -82,5 +82,12 @@ jobs:
chmod 600 deploy/app/onlyoffice/.env.d/*
chmod 600 deploy/app/whiteboard/.env.d/*
echo "add nextcloud helm chart"
helm repo add nextcloud https://nextcloud.github.io/helm
echo "add bitnami helm chart"
helm repo add bitnami https://charts.bitnami.com/bitnami
# invoke deploy script
ops-scripts/apply-app.sh

View File

@@ -32,7 +32,7 @@ helm upgrade --install nextcloud nextcloud/nextcloud --version "9.0" \
--set nextcloud.password=${NEXTCLOUD_PASSWORD:?Missing NEXTCLOUD_PASSWORD} \
--namespace cloud-limbosolutions-com
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add bitnami https://charts.bitnami.com/bitnami --force-update
helm upgrade --install nextcloud-redis bitnami/redis --version "25.3" \
--values ./deploy/app/redis-helm-values.yaml \