--- apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: kpm commonLabels: app.kubernetes.io/name: kpm app.kubernetes.io/version: "0.0.0" images: - name: docker.io/alpine newName: docker.io/alpine newTag: "3.12.0" - name: docker.io/colstrom/lockpipe newName: docker.io/alpine newTag: "3.12.0" - name: docker.io/colstrom/kpm newName: docker.io/alpine newTag: "3.12.0" resources: - Namespace.yaml - ConfigMap.yaml - DaemonSet.yaml