From 27bce41bf63a2dfd28984f2f94c3f22b940e5720 Mon Sep 17 00:00:00 2001 From: rock Date: Tue, 15 Sep 2026 22:34:53 +0900 Subject: [PATCH] =?UTF-8?q?fix(gotify):=20rollback=20to=202.9.1=20?= =?UTF-8?q?=E2=80=94=20iGotify=20stable=20incompatible=20with=203.x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/apps/gotify/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/apps/gotify/deployment.yaml b/k8s/apps/gotify/deployment.yaml index f3a261b..4126cae 100644 --- a/k8s/apps/gotify/deployment.yaml +++ b/k8s/apps/gotify/deployment.yaml @@ -23,7 +23,7 @@ spec: containers: # --- Gotify server --- - name: gotify - image: ghcr.io/gotify/server:3.1.0 + image: ghcr.io/gotify/server:2.9.1 command: ["/bin/sh", "-c"] args: - | @@ -84,7 +84,7 @@ spec: # Watches Gotify WebSocket stream, forwards messages as email. # https://github.com/eternal-flame-AD/gotify-broadcast - name: smtp-emailer - image: ghcr.io/gotify/server:3.1.0 + image: ghcr.io/gotify/server:2.9.1 command: - /bin/sh - -c