From 8b12a2f02db80de048bb03916bb2ef574c0d9bd2 Mon Sep 17 00:00:00 2001 From: automation-bot Date: Sat, 8 Nov 2025 12:43:01 +0100 Subject: [PATCH] Update backend-push-notifications image to version 11 Linked build commit: https://git.gansejunge.com/notifier/backend-push-notifications/commit/3363c0e9dee26ae4bbc6a9b1beefaf269a8f34d9 --- 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 bab974f..c3b1b4a 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:10 + image: ghcr.io/gansejunge/app-notifications-backend-push-notifications:11 ports: - containerPort: 9000 name: metrics