From 111ae84255de50cf388c473a5dd0dd79bcb68bc7 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 28 Jan 2026 12:12:23 -0300 Subject: [PATCH] chore: move flux sync to feature/atlasbot --- .../applications/bstein-dev-home/image-automation.yaml | 4 ++-- .../flux-system/applications/comms/image-automation.yaml | 4 ++-- clusters/atlas/flux-system/gotk-sync.yaml | 2 +- .../flux-system/platform/maintenance/image-automation.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 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 f1d41be3..da773572 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 @@ -13,14 +13,14 @@ spec: git: checkout: ref: - branch: feature/ariadne + branch: feature/atlasbot commit: author: email: ops@bstein.dev name: flux-bot messageTemplate: "chore(bstein-dev-home): automated image update" push: - branch: feature/ariadne + branch: feature/atlasbot update: strategy: Setters path: services/bstein-dev-home diff --git a/clusters/atlas/flux-system/applications/comms/image-automation.yaml b/clusters/atlas/flux-system/applications/comms/image-automation.yaml index 19187f34..4134337b 100644 --- a/clusters/atlas/flux-system/applications/comms/image-automation.yaml +++ b/clusters/atlas/flux-system/applications/comms/image-automation.yaml @@ -13,14 +13,14 @@ spec: git: checkout: ref: - branch: feature/ariadne + branch: feature/atlasbot commit: author: email: ops@bstein.dev name: flux-bot messageTemplate: "chore(comms): automated image update" push: - branch: feature/ariadne + branch: feature/atlasbot update: strategy: Setters path: services/comms diff --git a/clusters/atlas/flux-system/gotk-sync.yaml b/clusters/atlas/flux-system/gotk-sync.yaml index d69fa810..7593064c 100644 --- a/clusters/atlas/flux-system/gotk-sync.yaml +++ b/clusters/atlas/flux-system/gotk-sync.yaml @@ -9,7 +9,7 @@ metadata: spec: interval: 1m0s ref: - branch: feature/ariadne + branch: feature/atlasbot secretRef: name: flux-system-gitea url: ssh://git@scm.bstein.dev:2242/bstein/titan-iac.git diff --git a/clusters/atlas/flux-system/platform/maintenance/image-automation.yaml b/clusters/atlas/flux-system/platform/maintenance/image-automation.yaml index 6e8f612c..de1377f3 100644 --- a/clusters/atlas/flux-system/platform/maintenance/image-automation.yaml +++ b/clusters/atlas/flux-system/platform/maintenance/image-automation.yaml @@ -13,14 +13,14 @@ spec: git: checkout: ref: - branch: feature/ariadne + branch: feature/atlasbot commit: author: email: ops@bstein.dev name: flux-bot messageTemplate: "chore(maintenance): automated image update" push: - branch: feature/ariadne + branch: feature/atlasbot update: strategy: Setters path: services/maintenance