597cbd40f8
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>
20 lines
693 B
YAML
20 lines
693 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- namespace.yaml
|
|
- librarian.yaml
|
|
- bot.yaml
|
|
- deploy-bot.yaml
|
|
- deploy-bot-backup.yaml
|
|
images:
|
|
- name: gitea.czernobog.pl/gitea/conjurer-librarian
|
|
newTag: fbd1ec9f
|
|
- name: gitea.czernobog.pl/gitea/conjurer-bot
|
|
newTag: fbd1ec9f
|
|
# Production bot channel - only bumped when a [deploy]-tagged build appears.
|
|
# Bootstrapped to fbd1ec9f: that's the image the first [deploy] build (merge
|
|
# of conjurer#20) promoted to conjurer-bot-deploy. From here the image-updater
|
|
# keeps it current across future [deploy] commits.
|
|
- name: gitea.czernobog.pl/gitea/conjurer-bot-deploy
|
|
newTag: fbd1ec9f
|