feat: update nextcloud to v30.0.2
Some checks failed
checks / tflint (push) Failing after 1m24s
checks / pre-commit (push) Failing after 1m39s
checks / k8s (push) Failing after 1m27s
Kaniko deployments / nextcloud (push) Failing after 1m39s
OpenTofu deployments / authentik (push) Failing after 1m28s
OpenTofu deployments / adguard (push) Successful in 1m36s

This commit is contained in:
cătălin 2024-11-11 09:56:04 +01:00
commit 2f5561f4cb
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -20,5 +20,5 @@ jobs:
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}
cache: true cache: true
registry: git.roboces.dev registry: git.roboces.dev
tag: nextcloud-30.0.1 tag: nextcloud-30.0.2
path: docker/nextcloud path: docker/nextcloud

View file

@ -14,7 +14,7 @@ services:
- nextcloud - nextcloud
nextcloud: nextcloud:
image: git.roboces.dev/catalin/fukuops:nextcloud-30.0.1 image: git.roboces.dev/catalin/fukuops:nextcloud-30.0.2
volumes: volumes:
- /mnt/nas1/legacy-storage/cloud/cloud/data:/var/www/html/data - /mnt/nas1/legacy-storage/cloud/cloud/data:/var/www/html/data
- /mnt/nas1/legacy-storage/cloud/cloud/config:/var/www/html/config - /mnt/nas1/legacy-storage/cloud/cloud/config:/var/www/html/config