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