conjurer: deploy bot on its own [deploy]-gated image channel

The production bot now tracks conjurer-bot-deploy instead of conjurer-bot,
so it updates only when the conjurer CI promotes a build (commit message
contains [deploy]). Adds the image-updater 'deploy-bot' alias and the
kustomization images entry for it; DEPLOY-BOT.md documents the channel and
the one-time bootstrap. Test bot + librarian keep tracking every build.

Pairs with conjurer#20 (the CI promotion step).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-08-03 20:12:29 +02:00
parent cc3c2b512d
commit b2f0c45832
4 changed files with 38 additions and 3 deletions
+5
View File
@@ -11,3 +11,8 @@ images:
newTag: f4dea535
- name: gitea.czernobog.pl/gitea/conjurer-bot
newTag: f4dea535
# Production bot channel - only bumped when a [deploy]-tagged build appears.
# Placeholder tag; the image-updater sets the real one once the first
# [deploy] build (merging conjurer#20) creates conjurer-bot-deploy.
- name: gitea.czernobog.pl/gitea/conjurer-bot-deploy
newTag: f4dea535