Compare commits

...

2 commits

Author SHA1 Message Date
7c1ab814da Update docker.io/pretalx/standalone Docker tag to v2025.2.3
Some checks failed
/ Ansible Lint (push) Successful in 2m37s
/ Ansible Lint (pull_request) Successful in 2m31s
/ build (pull_request) Failing after 2m41s
2026-06-03 22:46:01 +00:00
7b48f1ebe7
status(host): fix auth-dns ccchh.net check by moving to new entry
Some checks failed
/ Ansible Lint (push) Successful in 2m27s
/ build (push) Failing after 2m41s
Check entry for pve01 instead of no longer present entry for
club-assistant for the auth-dns ccchh.net check.
2026-06-04 00:39:07 +02:00
2 changed files with 4 additions and 4 deletions

View file

@ -33,7 +33,7 @@ services:
- pretalx_net
pretalx:
image: docker.io/pretalx/standalone:v2025.1.0
image: docker.io/pretalx/standalone:v2025.2.3
entrypoint: gunicorn
command:
- "pretalx.wsgi"
@ -78,7 +78,7 @@ services:
- pretalx_net
celery:
image: docker.io/pretalx/standalone:v2025.1.0
image: docker.io/pretalx/standalone:v2025.2.3
command:
- taskworker
restart: unless-stopped

View file

@ -75,11 +75,11 @@ endpoints:
conditions:
- "[DNS_RCODE] == NOERROR"
- name: auth-dns (club-assistant.ccchh.net)
- name: auth-dns (pve01.ccchh.net)
url: "auth-dns.hamburg.ccc.de"
<<: *services_chaosknoten_defaults
dns:
query-name: "club-assistant.ccchh.net"
query-name: "pve01.ccchh.net"
query-type: "AAAA"
conditions:
- "[DNS_RCODE] == NOERROR"