From 349bffbc578dce2cb5e5aa9d629942318440d9de Mon Sep 17 00:00:00 2001 From: automation-bot Date: Sun, 9 Nov 2025 19:56:25 +0100 Subject: [PATCH] Update backend-push-notifications image to version 12 Linked build commit: https://git.gansejunge.com/notifier/backend-push-notifications/commit/f51a66078eca83a08611b8ec4828d2bacc7270c2 --- backend-push-notifications/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-push-notifications/deployment.yaml b/backend-push-notifications/deployment.yaml index ee16567..f73f715 100644 --- a/backend-push-notifications/deployment.yaml +++ b/backend-push-notifications/deployment.yaml @@ -33,7 +33,7 @@ spec: mountPath: /etc/secrets containers: - name: backend-push-notifications - image: ghcr.io/gansejunge/app-notifications-backend-push-notifications:11 + image: ghcr.io/gansejunge/app-notifications-backend-push-notifications:12 ports: - containerPort: 9000 name: metrics