From 9bbdbb5fabc922c685b095bc0357929cfc1d613f Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 24 Dec 2025 21:49:59 -0300 Subject: [PATCH] ci-demo: fix image tag value --- services/ci-demo/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ci-demo/kustomization.yaml b/services/ci-demo/kustomization.yaml index 3eb503f..3d68ef1 100644 --- a/services/ci-demo/kustomization.yaml +++ b/services/ci-demo/kustomization.yaml @@ -8,4 +8,4 @@ resources: - service.yaml images: - name: registry.bstein.dev/infra/ci-demo - newTag: registry.bstein.dev/infra/ci-demo:v0.0.0-3 # {"$imagepolicy": "flux-system:ci-demo"} + newTag: v0.0.0-3 # {"$imagepolicy": "flux-system:ci-demo"}