From 1edf1ba7f1bf14a8c3be0d52d273045f564beb01 Mon Sep 17 00:00:00 2001 From: rock Date: Tue, 15 Sep 2026 22:22:55 +0900 Subject: [PATCH] feat(gotify): upgrade to 3.1.0 for /gotifyinfo endpoint (iGotify compat) --- 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 f3efee2..f3a261b 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:2.6.1 + image: ghcr.io/gotify/server:3.1.0 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:2.6.1 + image: ghcr.io/gotify/server:3.1.0 command: - /bin/sh - -c