From 3fe14d180f689b495b7dffcfa35c7f3b2087c12d Mon Sep 17 00:00:00 2001 From: automation-bot Date: Wed, 5 Nov 2025 21:22:27 +0000 Subject: [PATCH] Update backend-push-notifications image to version 9 Linked build commit: https://git.gansejunge.com/notifier/backend-push-notifications/commit/d21f56a2ae7cc21e9963653e4e9d5614f4f96efd --- 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 fa4bd7d..921df00 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:8 + image: ghcr.io/gansejunge/app-notifications-backend-push-notifications:9 ports: - containerPort: 9000 name: metrics