diff --git a/inventories/chaosknoten/host_vars/cloud.yaml b/inventories/chaosknoten/host_vars/cloud.yaml index 19aca7b..8f299b2 100644 --- a/inventories/chaosknoten/host_vars/cloud.yaml +++ b/inventories/chaosknoten/host_vars/cloud.yaml @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=git.hamburg.ccc.de/ccchh/oci-images/nextcloud -nextcloud__version: 33 +nextcloud__version: 34 # renovate: datasource=docker depName=docker.io/library/postgres nextcloud__postgres_version: 15.18 nextcloud__fqdn: cloud.hamburg.ccc.de diff --git a/roles/alloy/tasks/install.yaml b/roles/alloy/tasks/install.yaml index 68b2963..438e5d5 100644 --- a/roles/alloy/tasks/install.yaml +++ b/roles/alloy/tasks/install.yaml @@ -5,7 +5,7 @@ name: grafana types: deb uris: https://apt.grafana.com - suites: "{{ ansible_facts['distribution_release'] }}" + suites: stable components: - main signed_by: https://apt.grafana.com/gpg.key