261b41240d
updates image gitea/conjurer-librarian tag 'fbd1ec9f' to '9f22dbf9'
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: 9f22dbf9
|
|
- 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
|