diff --git a/inventories/chaosknoten/host_vars/cloud.yaml b/inventories/chaosknoten/host_vars/cloud.yaml index e05dd54..b0abb25 100644 --- a/inventories/chaosknoten/host_vars/cloud.yaml +++ b/inventories/chaosknoten/host_vars/cloud.yaml @@ -1,5 +1,5 @@ -nextcloud__version: 28 -nextcloud__postgres_version: 15.3 +nextcloud__version: 29 +nextcloud__postgres_version: 15.8 nextcloud__fqdn: cloud.hamburg.ccc.de nextcloud__data_dir: /data/nextcloud nextcloud__admin_password: "{{ lookup('community.general.passwordstore', 'noc/vm-secrets/chaosknoten/cloud/admin', create=false, missing='error') }}" diff --git a/playbooks/roles/nextcloud/templates/compose.yaml.j2 b/playbooks/roles/nextcloud/templates/compose.yaml.j2 index 520be37..4644d8b 100644 --- a/playbooks/roles/nextcloud/templates/compose.yaml.j2 +++ b/playbooks/roles/nextcloud/templates/compose.yaml.j2 @@ -1,7 +1,7 @@ --- services: 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 restart: unless-stopped ports: