fix(gotify): rollback to 2.9.1 — iGotify stable incompatible with 3.x
This commit is contained in:
@@ -23,7 +23,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
# --- Gotify server ---
|
# --- Gotify server ---
|
||||||
- name: gotify
|
- name: gotify
|
||||||
image: ghcr.io/gotify/server:3.1.0
|
image: ghcr.io/gotify/server:2.9.1
|
||||||
command: ["/bin/sh", "-c"]
|
command: ["/bin/sh", "-c"]
|
||||||
args:
|
args:
|
||||||
- |
|
- |
|
||||||
@@ -84,7 +84,7 @@ spec:
|
|||||||
# Watches Gotify WebSocket stream, forwards messages as email.
|
# Watches Gotify WebSocket stream, forwards messages as email.
|
||||||
# https://github.com/eternal-flame-AD/gotify-broadcast
|
# https://github.com/eternal-flame-AD/gotify-broadcast
|
||||||
- name: smtp-emailer
|
- name: smtp-emailer
|
||||||
image: ghcr.io/gotify/server:3.1.0
|
image: ghcr.io/gotify/server:2.9.1
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
|
|||||||
Reference in New Issue
Block a user