From b2d1dc4e3f6a71a20e7e57aa76e0518baa6b9a32 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 30 Mar 2026 07:47:56 -0300 Subject: [PATCH] flux: return sync and image automation branches to master --- .../flux-system/applications/atlasbot/image-automation.yaml | 4 ++-- .../applications/bstein-dev-home/image-automation.yaml | 4 ++-- .../flux-system/applications/comms/image-automation.yaml | 4 ++-- .../flux-system/applications/harbor/image-automation.yaml | 4 ++-- .../flux-system/applications/pegasus/image-automation.yaml | 4 ++-- clusters/atlas/flux-system/gotk-sync.yaml | 2 +- .../flux-system/platform/maintenance/image-automation.yaml | 4 ++-- services/atlasbot/image-automation.yaml | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/clusters/atlas/flux-system/applications/atlasbot/image-automation.yaml b/clusters/atlas/flux-system/applications/atlasbot/image-automation.yaml index ec8672cd..a407efa9 100644 --- a/clusters/atlas/flux-system/applications/atlasbot/image-automation.yaml +++ b/clusters/atlas/flux-system/applications/atlasbot/image-automation.yaml @@ -13,14 +13,14 @@ spec: git: checkout: ref: - branch: feature/atlasbot + branch: master commit: author: email: ops@bstein.dev name: flux-bot messageTemplate: "chore(atlasbot): automated image update" push: - branch: feature/atlasbot + branch: master update: strategy: Setters path: services/atlasbot 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 da773572..fc820a10 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/atlasbot + branch: master commit: author: email: ops@bstein.dev name: flux-bot messageTemplate: "chore(bstein-dev-home): automated image update" push: - branch: feature/atlasbot + branch: master 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 4134337b..aa20f92c 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/atlasbot + branch: master commit: author: email: ops@bstein.dev name: flux-bot messageTemplate: "chore(comms): automated image update" push: - branch: feature/atlasbot + branch: master update: strategy: Setters path: services/comms diff --git a/clusters/atlas/flux-system/applications/harbor/image-automation.yaml b/clusters/atlas/flux-system/applications/harbor/image-automation.yaml index c1e867be..1efad727 100644 --- a/clusters/atlas/flux-system/applications/harbor/image-automation.yaml +++ b/clusters/atlas/flux-system/applications/harbor/image-automation.yaml @@ -14,14 +14,14 @@ spec: git: checkout: ref: - branch: feature/ci-gitops + branch: master commit: author: email: ops@bstein.dev name: flux-bot messageTemplate: "chore(harbor): apply image updates" push: - branch: feature/ci-gitops + branch: master update: strategy: Setters path: ./services/harbor diff --git a/clusters/atlas/flux-system/applications/pegasus/image-automation.yaml b/clusters/atlas/flux-system/applications/pegasus/image-automation.yaml index d11422a8..2e7850ef 100644 --- a/clusters/atlas/flux-system/applications/pegasus/image-automation.yaml +++ b/clusters/atlas/flux-system/applications/pegasus/image-automation.yaml @@ -13,14 +13,14 @@ spec: git: checkout: ref: - branch: feature/ci-gitops + branch: master commit: author: email: ops@bstein.dev name: flux-bot messageTemplate: "chore(pegasus): apply image updates" push: - branch: feature/ci-gitops + branch: master update: strategy: Setters path: services/pegasus diff --git a/clusters/atlas/flux-system/gotk-sync.yaml b/clusters/atlas/flux-system/gotk-sync.yaml index 7593064c..2d868280 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/atlasbot + branch: master 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 de1377f3..18760980 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/atlasbot + branch: master commit: author: email: ops@bstein.dev name: flux-bot messageTemplate: "chore(maintenance): automated image update" push: - branch: feature/atlasbot + branch: master update: strategy: Setters path: services/maintenance diff --git a/services/atlasbot/image-automation.yaml b/services/atlasbot/image-automation.yaml index fdd75475..62077dc8 100644 --- a/services/atlasbot/image-automation.yaml +++ b/services/atlasbot/image-automation.yaml @@ -13,14 +13,14 @@ spec: git: checkout: ref: - branch: feature/atlasbot + branch: master commit: author: name: flux-bot email: ops@bstein.dev messageTemplate: "chore(atlasbot): automated image update" push: - branch: feature/atlasbot + branch: master update: path: services/atlasbot strategy: Setters