Files
deploy/conjurer/kustomization.yaml
T
argocd-image-updater c1a88ef573 build: automatic update of conjurer
updates image gitea/conjurer-librarian tag '9b6666dc' to 'c91ec03b'
updates image gitea/conjurer-bot tag '9b6666dc' to 'c91ec03b'
2026-08-27 18:10:20 +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: c91ec03b
- name: gitea.czernobog.pl/gitea/conjurer-bot
newTag: c91ec03b
# 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