From 9816354d0fe59b7072ee0e19395daaa8b6692b46 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 0050a88..8fa4282 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 f24037f..9280678 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"}