From 2d0e1fab34842d3c6e7cbdcc4f48233bcd54c643 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 f1d41be..da77357 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 19187f3..4134337 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 d69fa81..7593064 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 6e8f612..de1377f 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