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