fix: deployment.yaml should use latest, not testing
All checks were successful
/ build (push) Successful in 7m43s

This commit is contained in:
Tamipes 2026-06-07 16:12:41 +02:00
parent 46c3a994c6
commit 02ff2c5b40

View file

@ -18,7 +18,7 @@ spec:
terminationGracePeriodSeconds: 5 terminationGracePeriodSeconds: 5
containers: containers:
- name: minecraft-ingress - name: minecraft-ingress
image: git.tami.moe/tamipes/minecraft-ingress:testing image: git.tami.moe/tamipes/minecraft-ingress:latest
env: env:
- name: FILTER_CONN - name: FILTER_CONN
value: '(addr == "87.229.85.222") || (addr == "") || (addr == "ogmur.xyz") || (addr == "@mat:matdoes.dev (hi honeypots) ") || (addr == "@mat:matdoes.dev ") || (addr == "slowstack.tv")' value: '(addr == "87.229.85.222") || (addr == "") || (addr == "ogmur.xyz") || (addr == "@mat:matdoes.dev (hi honeypots) ") || (addr == "@mat:matdoes.dev ") || (addr == "slowstack.tv")'