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