fix(gotify): rollback to 2.9.1 — iGotify stable incompatible with 3.x

This commit is contained in:
2026-09-15 22:34:53 +09:00
parent 1edf1ba7f1
commit 27bce41bf6
+2 -2
View File
@@ -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