Update Nextcloud to version 29

This commit is contained in:
christian 2024-10-31 23:16:45 +01:00
parent d526e9fdfa
commit 88b8d3b9ba
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
nextcloud__version: 28 nextcloud__version: 29
nextcloud__postgres_version: 15.3 nextcloud__postgres_version: 15.8
nextcloud__fqdn: cloud.hamburg.ccc.de nextcloud__fqdn: cloud.hamburg.ccc.de
nextcloud__data_dir: /data/nextcloud nextcloud__data_dir: /data/nextcloud
nextcloud__admin_password: "{{ lookup('community.general.passwordstore', 'noc/vm-secrets/chaosknoten/cloud/admin', create=false, missing='error') }}" nextcloud__admin_password: "{{ lookup('community.general.passwordstore', 'noc/vm-secrets/chaosknoten/cloud/admin', create=false, missing='error') }}"

View file

@ -1,7 +1,7 @@
--- ---
services: services:
nextcloud: nextcloud:
image: git.hamburg.ccc.de/ccchh/oci-images/nextcloud:28 image: git.hamburg.ccc.de/ccchh/oci-images/nextcloud:{{ nextcloud__version }}
pull_policy: always pull_policy: always
restart: unless-stopped restart: unless-stopped
ports: ports: