From 30cedd23679fc42caa2a35792e52bf8baabaa00a Mon Sep 17 00:00:00 2001 From: dot-ai-bot Date: Sat, 13 Jun 2026 01:48:45 +0000 Subject: [PATCH] fix: Update image tag to valid nginx image in source deployment manifest [skip ci] --- tests/integration/fixtures/gitops/broken-app/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/fixtures/gitops/broken-app/deployment.yaml b/tests/integration/fixtures/gitops/broken-app/deployment.yaml index 581bcd07..99c28018 100644 --- a/tests/integration/fixtures/gitops/broken-app/deployment.yaml +++ b/tests/integration/fixtures/gitops/broken-app/deployment.yaml @@ -16,6 +16,6 @@ spec: spec: containers: - name: app - image: nginx:v999-nonexistent + image: nginx:latest ports: - containerPort: 80