From 88b8d3b9bacc55e8c13e774e3c3ebc68e159ad11 Mon Sep 17 00:00:00 2001 From: c6ristian Date: Thu, 31 Oct 2024 23:16:45 +0100 Subject: [PATCH] Update Nextcloud to version 29 --- inventories/chaosknoten/host_vars/cloud.yaml | 4 ++-- playbooks/roles/nextcloud/templates/compose.yaml.j2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: