From 5c334d38f316b73e7b8bc32ebc6bebc8d1ac62f4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Oct 2025 08:29:55 +0000 Subject: [PATCH] chore(deps): update gotify/server docker tag to v2.7.3 --- apps/gotify/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gotify/deployment.yaml b/apps/gotify/deployment.yaml index 9a89b396c..db768d3c4 100644 --- a/apps/gotify/deployment.yaml +++ b/apps/gotify/deployment.yaml @@ -28,7 +28,7 @@ spec: type: "RuntimeDefault" containers: - name: "gotify" - image: "gotify/server:2.6.3" + image: "gotify/server:2.7.3" imagePullPolicy: "IfNotPresent" securityContext: runAsUser: 43444