apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - deployment.yaml - service.yaml - ingress.yaml # Images field allows Flux ImageUpdateAutomation to update the tag images: - name: ghcr.io/unchainedio/manoon-headless newTag: 467b513 # This will be updated by CI/CD