apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - namespace.yaml - configmap.yaml - deployment.yaml - service.yaml - ingress.yaml # CI updates newTag to the immutable git-sha via `kustomize edit set image` (see .gitea/workflows/ci.yml). images: - name: 10.66.15.22:3000/bmr_bluecap/bcs-website newTag: latest