apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: headscale resources: - namespace.yaml - headscale-config.configmap.yaml - headplane-config.configmap.yaml - pvc.yaml - deployment.yaml - serviceaccount.yaml - service.yaml - ingress.yaml images: - name: headscale newName: headscale/headscale # has all plugins newTag: v0.25.1 - name: headplane newName: ghcr.io/tale/headplane newTag: "0.5.10"