Compare commits

...

2 commits

Author SHA1 Message Date
ee839e647c Update docker.io/library/postgres Docker tag to v18
All checks were successful
/ build (pull_request) Successful in 28s
/ Ansible Lint (push) Successful in 2m31s
/ Ansible Lint (pull_request) Successful in 2m23s
2026-06-28 12:45:57 +00:00
9b8da29cae
auth-dns(host): update ip of xr18 in ccchh.net
All checks were successful
/ build (pull_request) Successful in 51s
/ Ansible Lint (pull_request) Successful in 2m29s
/ cleanup-staging (pull_request) Successful in 7s
/ build (push) Successful in 25s
/ Ansible Lint (push) Successful in 2m30s
2026-06-28 14:24:28 +02:00
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# renovate: datasource=docker depName=git.hamburg.ccc.de/ccchh/oci-images/nextcloud
nextcloud__version: 33
# renovate: datasource=docker depName=docker.io/library/postgres
nextcloud__postgres_version: 15.18
nextcloud__postgres_version: 18.4
nextcloud__fqdn: cloud.hamburg.ccc.de
nextcloud__data_dir: /data/nextcloud
nextcloud__extra_configuration: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/cloud/nextcloud/extra_configuration.config.php.j2') }}"

View file

@ -46,7 +46,7 @@ unifi A 10.89.213.21
;
; Club-Services
;
xr18 A 172.31.200.21
xr18 A 172.31.200.29
;club-assistant AAAA 2a07:c481:1:d0::a
;;_acme-challenge.club-assistant CNAME d50ad73a-f82d-4244-87f0-6f5195b37d21.auth.acmedns.hamburg.ccc.de

View file

@ -62,7 +62,7 @@ services:
- POSTGRES_DB=mailmandb
- POSTGRES_USER=mailman
- "POSTGRES_PASSWORD={{ secret__lists__postgres_password }}"
image: docker.io/library/postgres:12-alpine
image: docker.io/library/postgres:18-alpine
volumes:
- /opt/mailman/database:/var/lib/postgresql/data
networks:

View file

@ -3,7 +3,7 @@
services:
database:
image: docker.io/library/postgres:15-alpine
image: docker.io/library/postgres:18-alpine
environment:
- "POSTGRES_USER=pretalx"
- "POSTGRES_PASSWORD={{ secret__pretalx_db_password }}"