From 57a0b458e9b50e51e173f91f39c9069646108374 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 ab05c84f..ddd55a12 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 a79f9481..dd4d6e7c 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"}