update kubeflow dip-catalog
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# 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: docker.io/kubeflownotebookswg/profile-controller
|
||||
newName: docker.io/kubeflownotebookswg/profile-controller
|
||||
newTag: v1.9.0
|
||||
|
||||
configMapGenerator:
|
||||
- name: namespace-labels-data
|
||||
files:
|
||||
- namespace-labels.yaml
|
||||
Reference in New Issue
Block a user