From 3a888b764b6d10dbf2e023bf363205aaa761379a Mon Sep 17 00:00:00 2001 From: automation-bot Date: Fri, 7 Nov 2025 17:25:28 +0000 Subject: [PATCH] Update backend-push-notifications image to version 10 Linked build commit: https://git.gansejunge.com/notifier/backend-push-notifications/commit/c16c6371357742df315eedfe75a25a2c500e19e7 --- 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 921df00..bab974f 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:9 + image: ghcr.io/gansejunge/app-notifications-backend-push-notifications:10 ports: - containerPort: 9000 name: metrics