From ba7563b0e50d3ea42cd4af35f75cf2bfa76fbb0b Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sat, 20 Dec 2025 23:29:40 -0300 Subject: [PATCH] bstein-dev-home: fix image tags, pause automation --- .../applications/bstein-dev-home/image-automation.yaml | 1 + services/bstein-dev-home/kustomization.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 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 ddd55a1..ab05c84 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,6 +6,7 @@ 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 b69e4fd..e4509eb 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: registry.bstein.dev/bstein/bstein-dev-home-frontend:0.1.1-16 # {"$imagepolicy": "bstein-dev-home:bstein-dev-home-frontend"} + newTag: 0.1.1-16 # {"$imagepolicy": "bstein-dev-home:bstein-dev-home-frontend"} - name: registry.bstein.dev/bstein/bstein-dev-home-backend - newTag: registry.bstein.dev/bstein/bstein-dev-home-backend:0.1.1-16 # {"$imagepolicy": "bstein-dev-home:bstein-dev-home-backend"} + newTag: 0.1.1-16 # {"$imagepolicy": "bstein-dev-home:bstein-dev-home-backend"}