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: f4dea535 - name: gitea.czernobog.pl/gitea/conjurer-bot newTag: f4dea535 # Production bot channel - only bumped when a [deploy]-tagged build appears. # Placeholder tag; the image-updater sets the real one once the first # [deploy] build (merging conjurer#20) creates conjurer-bot-deploy. - name: gitea.czernobog.pl/gitea/conjurer-bot-deploy newTag: f4dea535