From 63023fff2e47b2249de59b1d856838ee0846d421 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 17 Dec 2025 23:12:03 -0300 Subject: [PATCH] ci-demo: bump to v0.0.0-2 --- .../flux-system/applications/ci-demo/image-automation.yaml | 3 +-- services/ci-demo/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/clusters/atlas/flux-system/applications/ci-demo/image-automation.yaml b/clusters/atlas/flux-system/applications/ci-demo/image-automation.yaml index 0050a88b..8fa42827 100644 --- a/clusters/atlas/flux-system/applications/ci-demo/image-automation.yaml +++ b/clusters/atlas/flux-system/applications/ci-demo/image-automation.yaml @@ -23,5 +23,4 @@ spec: branch: feature/ci-gitops update: strategy: Setters - path: ./services/ci-demo - + path: services/ci-demo diff --git a/services/ci-demo/kustomization.yaml b/services/ci-demo/kustomization.yaml index f24037f5..9280678b 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: v0.0.0-1 # {"$imagepolicy": "ci-demo:ci-demo:tag"} + newTag: v0.0.0-2 # {"$imagepolicy": "ci-demo:ci-demo:tag"}