Files
deploy/conjurer/kustomization.yaml
T
argocd-image-updater b0aa55a8b7 build: automatic update of conjurer
updates image gitea/conjurer-librarian tag '13d2a040' to 'fdc1fa18'
updates image gitea/conjurer-bot tag 'd0c7ab61' to 'fdc1fa18'
2026-08-24 15:45:25 +00:00

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: fdc1fa18
- name: gitea.czernobog.pl/gitea/conjurer-bot
newTag: fdc1fa18
# 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