From 81b16a04cbe6c769755221f0f68b04bc8b01b9a0 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Sun, 5 Jul 2026 10:40:29 +0200 Subject: [PATCH 1/2] Explain why this is necessary --- roles/transmission/files/update-transmission-settings | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/transmission/files/update-transmission-settings b/roles/transmission/files/update-transmission-settings index d51730a..27cf1c0 100644 --- a/roles/transmission/files/update-transmission-settings +++ b/roles/transmission/files/update-transmission-settings @@ -2,7 +2,8 @@ # # Update the transmission settings.json. For the update, stop transmission, -# put the new file in place, and restart it. +# put the new file in place, and restart it. This is necessary because +# transmission is constantly rewriting the settings file while it is running. # set -e From 6084503d7f18e2235262121ca7710fec57afa222 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 5 Jul 2026 08:46:18 +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 }}"