flux: keep feature branch tracking until main push is available

This commit is contained in:
Brad Stein 2026-03-30 07:57:13 -03:00
parent 31ffaedf2a
commit dc62a84e2e
8 changed files with 15 additions and 15 deletions

View File

@ -13,14 +13,14 @@ spec:
git: git:
checkout: checkout:
ref: ref:
branch: main branch: feature/atlasbot
commit: commit:
author: author:
email: ops@bstein.dev email: ops@bstein.dev
name: flux-bot name: flux-bot
messageTemplate: "chore(atlasbot): automated image update" messageTemplate: "chore(atlasbot): automated image update"
push: push:
branch: main branch: feature/atlasbot
update: update:
strategy: Setters strategy: Setters
path: services/atlasbot path: services/atlasbot

View File

@ -13,14 +13,14 @@ spec:
git: git:
checkout: checkout:
ref: ref:
branch: main branch: feature/atlasbot
commit: commit:
author: author:
email: ops@bstein.dev email: ops@bstein.dev
name: flux-bot name: flux-bot
messageTemplate: "chore(bstein-dev-home): automated image update" messageTemplate: "chore(bstein-dev-home): automated image update"
push: push:
branch: main branch: feature/atlasbot
update: update:
strategy: Setters strategy: Setters
path: services/bstein-dev-home path: services/bstein-dev-home

View File

@ -13,14 +13,14 @@ spec:
git: git:
checkout: checkout:
ref: ref:
branch: main branch: feature/atlasbot
commit: commit:
author: author:
email: ops@bstein.dev email: ops@bstein.dev
name: flux-bot name: flux-bot
messageTemplate: "chore(comms): automated image update" messageTemplate: "chore(comms): automated image update"
push: push:
branch: main branch: feature/atlasbot
update: update:
strategy: Setters strategy: Setters
path: services/comms path: services/comms

View File

@ -14,14 +14,14 @@ spec:
git: git:
checkout: checkout:
ref: ref:
branch: main branch: feature/ci-gitops
commit: commit:
author: author:
email: ops@bstein.dev email: ops@bstein.dev
name: flux-bot name: flux-bot
messageTemplate: "chore(harbor): apply image updates" messageTemplate: "chore(harbor): apply image updates"
push: push:
branch: main branch: feature/ci-gitops
update: update:
strategy: Setters strategy: Setters
path: ./services/harbor path: ./services/harbor

View File

@ -13,14 +13,14 @@ spec:
git: git:
checkout: checkout:
ref: ref:
branch: main branch: feature/ci-gitops
commit: commit:
author: author:
email: ops@bstein.dev email: ops@bstein.dev
name: flux-bot name: flux-bot
messageTemplate: "chore(pegasus): apply image updates" messageTemplate: "chore(pegasus): apply image updates"
push: push:
branch: main branch: feature/ci-gitops
update: update:
strategy: Setters strategy: Setters
path: services/pegasus path: services/pegasus

View File

@ -9,7 +9,7 @@ metadata:
spec: spec:
interval: 1m0s interval: 1m0s
ref: ref:
branch: main branch: feature/atlasbot
secretRef: secretRef:
name: flux-system-gitea name: flux-system-gitea
url: ssh://git@scm.bstein.dev:2242/bstein/titan-iac.git url: ssh://git@scm.bstein.dev:2242/bstein/titan-iac.git

View File

@ -13,14 +13,14 @@ spec:
git: git:
checkout: checkout:
ref: ref:
branch: main branch: feature/atlasbot
commit: commit:
author: author:
email: ops@bstein.dev email: ops@bstein.dev
name: flux-bot name: flux-bot
messageTemplate: "chore(maintenance): automated image update" messageTemplate: "chore(maintenance): automated image update"
push: push:
branch: main branch: feature/atlasbot
update: update:
strategy: Setters strategy: Setters
path: services/maintenance path: services/maintenance

View File

@ -13,14 +13,14 @@ spec:
git: git:
checkout: checkout:
ref: ref:
branch: main branch: feature/atlasbot
commit: commit:
author: author:
name: flux-bot name: flux-bot
email: ops@bstein.dev email: ops@bstein.dev
messageTemplate: "chore(atlasbot): automated image update" messageTemplate: "chore(atlasbot): automated image update"
push: push:
branch: main branch: feature/atlasbot
update: update:
path: services/atlasbot path: services/atlasbot
strategy: Setters strategy: Setters