modified: .gitea/workflows/app-continuous-deploy.yaml modified: ops-scripts/apply-app.sh
This commit is contained in:
@@ -82,5 +82,12 @@ jobs:
|
|||||||
chmod 600 deploy/app/onlyoffice/.env.d/*
|
chmod 600 deploy/app/onlyoffice/.env.d/*
|
||||||
chmod 600 deploy/app/whiteboard/.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
|
# invoke deploy script
|
||||||
ops-scripts/apply-app.sh
|
ops-scripts/apply-app.sh
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ helm upgrade --install nextcloud nextcloud/nextcloud --version "9.0" \
|
|||||||
--set nextcloud.password=${NEXTCLOUD_PASSWORD:?Missing NEXTCLOUD_PASSWORD} \
|
--set nextcloud.password=${NEXTCLOUD_PASSWORD:?Missing NEXTCLOUD_PASSWORD} \
|
||||||
--namespace cloud-limbosolutions-com
|
--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" \
|
helm upgrade --install nextcloud-redis bitnami/redis --version "25.3" \
|
||||||
--values ./deploy/app/redis-helm-values.yaml \
|
--values ./deploy/app/redis-helm-values.yaml \
|
||||||
|
|||||||
Reference in New Issue
Block a user