We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e672a1 commit 666c1ccCopy full SHA for 666c1cc
manifests/kustomize/base/kustomization.yaml
@@ -1,7 +1,11 @@
1
apiVersion: kustomize.config.k8s.io/v1beta1
2
kind: Kustomization
3
resources:
4
- - model-registry-configmap.yaml
5
- - model-registry-deployment.yaml
6
- - model-registry-service.yaml
7
- - model-registry-sa.yaml
+- model-registry-configmap.yaml
+- model-registry-deployment.yaml
+- model-registry-service.yaml
+- model-registry-sa.yaml
8
+images:
9
+- name: kubeflow/model-registry
10
+ newName: kubeflow/model-registry
11
+ newTag: v0.2.9
0 commit comments