feat(gotify): upgrade to 3.1.0 for /gotifyinfo endpoint (iGotify compat)

This commit is contained in:
2026-09-15 22:22:55 +09:00
parent 44d5207622
commit 1edf1ba7f1
+2 -2
View File
@@ -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