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"}