# TODO(jlewi): This kustomization.yaml is deprecated. We want the # base_v3 version. This version uses a bunch of problematic patterns e.g. # i) Using vars to do command line substitution # ii) Not using a configmap to make application and global config available apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../default patchesStrategicMerge: - patches/manager.yaml images: - name: ghcr.io/kubeflow/kubeflow/profile-controller newName: ghcr.io/kubeflow/kubeflow/profile-controller newTag: v1.10.0 configMapGenerator: - name: namespace-labels-data files: - namespace-labels.yaml