From 6d922b7c8b295a5c85f119ccfb46cbc7be151267 Mon Sep 17 00:00:00 2001
From: lilly
Date: Wed, 10 Jun 2026 13:11:55 +0200
Subject: [PATCH 1/2] dns: also notify erfadns.ber.ccc.de for catalog zone
changes
---
inventories/chaosknoten/host_vars/auth-dns.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/inventories/chaosknoten/host_vars/auth-dns.yaml b/inventories/chaosknoten/host_vars/auth-dns.yaml
index 01fadbc..9b94479 100644
--- a/inventories/chaosknoten/host_vars/auth-dns.yaml
+++ b/inventories/chaosknoten/host_vars/auth-dns.yaml
@@ -12,7 +12,7 @@ knot__remotes:
knot__catalog_zones:
- domain: "hamburg.ccc.de.catalog."
- notify_targets: [ "ns.vie.ccc.de" ]
+ notify_targets: [ "erfadns.ber.ccc.de", "ns.vie.ccc.de" ]
knot__zones:
- domain: "hh.ccc.de."
From 700e1530ee4165d1de8ee3ae953697520cf5496b Mon Sep 17 00:00:00 2001
From: Renovate
Date: Wed, 10 Jun 2026 11:16:01 +0000
Subject: [PATCH 2/2] Update docker.io/library/mariadb Docker tag to v12
---
resources/chaosknoten/ccchoir/docker_compose/compose.yaml.j2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/chaosknoten/ccchoir/docker_compose/compose.yaml.j2 b/resources/chaosknoten/ccchoir/docker_compose/compose.yaml.j2
index c2108d8..f359f47 100644
--- a/resources/chaosknoten/ccchoir/docker_compose/compose.yaml.j2
+++ b/resources/chaosknoten/ccchoir/docker_compose/compose.yaml.j2
@@ -3,7 +3,7 @@
services:
database:
- image: docker.io/library/mariadb:11
+ image: docker.io/library/mariadb:12
environment:
- "MARIADB_DATABASE=wordpress"
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"