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