From b6acab8ee6474100b4629b3647bbacb5cb97d80a Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sat, 20 Dec 2025 23:59:31 -0300 Subject: [PATCH] bstein-dev-home: re-enable image automation --- .../applications/bstein-dev-home/image-automation.yaml | 1 - services/bstein-dev-home/kustomization.yaml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/clusters/atlas/flux-system/applications/bstein-dev-home/image-automation.yaml b/clusters/atlas/flux-system/applications/bstein-dev-home/image-automation.yaml index ab05c84..ddd55a1 100644 --- a/clusters/atlas/flux-system/applications/bstein-dev-home/image-automation.yaml +++ b/clusters/atlas/flux-system/applications/bstein-dev-home/image-automation.yaml @@ -6,7 +6,6 @@ metadata: namespace: bstein-dev-home spec: interval: 1m0s - suspend: true sourceRef: kind: GitRepository name: flux-system diff --git a/services/bstein-dev-home/kustomization.yaml b/services/bstein-dev-home/kustomization.yaml index a79f948..dd4d6e7 100644 --- a/services/bstein-dev-home/kustomization.yaml +++ b/services/bstein-dev-home/kustomization.yaml @@ -12,6 +12,6 @@ resources: - ingress.yaml images: - name: registry.bstein.dev/bstein/bstein-dev-home-frontend - newTag: 0.1.1-16 + newTag: latest # {"$imagepolicy": "bstein-dev-home:bstein-dev-home-frontend"} - name: registry.bstein.dev/bstein/bstein-dev-home-backend - newTag: 0.1.1-16 + newTag: latest # {"$imagepolicy": "bstein-dev-home:bstein-dev-home-backend"}