From 8a8ce7206d5bdb73fc84d35233abdd949be67e4c Mon Sep 17 00:00:00 2001
From: lilly
Date: Tue, 19 May 2026 16:27:59 +0200
Subject: [PATCH 1/2] add infrastructure-authorized-keys to lists host
---
inventories/chaosknoten/hosts.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/inventories/chaosknoten/hosts.yaml b/inventories/chaosknoten/hosts.yaml
index 9dab323..c737f34 100644
--- a/inventories/chaosknoten/hosts.yaml
+++ b/inventories/chaosknoten/hosts.yaml
@@ -249,6 +249,7 @@ infrastructure_authorized_keys_hosts:
www2:
www3:
auth-dns:
+ lists:
wiki_hosts:
hosts:
eh22-wiki:
From f08343fb609b838b5d2d79135def271b21d997b4 Mon Sep 17 00:00:00 2001
From: Renovate
Date: Tue, 19 May 2026 14:31:03 +0000
Subject: [PATCH 2/2] Update docker.io/pretix/standalone Docker tag to v2026.4
---
resources/chaosknoten/tickets/docker_compose/compose.yaml.j2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/chaosknoten/tickets/docker_compose/compose.yaml.j2 b/resources/chaosknoten/tickets/docker_compose/compose.yaml.j2
index b8a4cf2..6d35465 100644
--- a/resources/chaosknoten/tickets/docker_compose/compose.yaml.j2
+++ b/resources/chaosknoten/tickets/docker_compose/compose.yaml.j2
@@ -25,7 +25,7 @@ services:
backend:
pretix:
- image: docker.io/pretix/standalone:2026.3
+ image: docker.io/pretix/standalone:2026.4
command: ["all"]
ports:
- "8345:80"