From f5963b8d1c4d70fdcc25239b0683b570cd70eb95 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 00:12:29 +0000 Subject: [PATCH] =?UTF-8?q?feat(oci/ntfy):=20update=20v2.12.0=20=E2=9E=BC?= =?UTF-8?q?=20v2.13.0=20(#2927)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com> --- kube/deploy/apps/ntfy/app/hr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/apps/ntfy/app/hr.yaml b/kube/deploy/apps/ntfy/app/hr.yaml index c7e2c80e..c3e07a24 100644 --- a/kube/deploy/apps/ntfy/app/hr.yaml +++ b/kube/deploy/apps/ntfy/app/hr.yaml @@ -27,7 +27,7 @@ spec: imagePullPolicy: "IfNotPresent" image: &img repository: "docker.io/binwiederhier/ntfy" - tag: "v2.12.0@sha256:e1a5e7324268fac1918c511105cedc2fd33d3a31f26a2abc4cf3c3c8d63dcb0c" + tag: "v2.13.0@sha256:cd107fa9ecca863b99e5cdd335bf27b0584cc54d170f1d0939253f314e0fdd4d" command: ["ntfy", "serve"] env: &env TZ: "${CONFIG_TZ}"