File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
manifests/kustomize/base/metadata/base Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ kind: Kustomization
33namespace : kubeflow
44resources :
55 - metadata-grpc-configmap.yaml
6- # - metadata-grpc-deployment.yaml
6+ - metadata-grpc-deployment.yaml
77 - metadata-grpc-service.yaml
8- # - metadata-envoy-deployment.yaml
8+ - metadata-envoy-deployment.yaml
99 - metadata-envoy-service.yaml
1010 - metadata-grpc-sa.yaml
1111images :
12- - name : gcr.io/ml-pipeline/ metadata-envoy
13- newTag : 2.3.0
12+ - name : na.artifactory.swg-devops.com/sys-linux-power-team-ftp3distro-docker-images-docker-local/kubeflow-ppc/ metadata-envoy:latest
13+ # newTag: 2.3.0
Original file line number Diff line number Diff line change 1818 spec :
1919 containers :
2020 - name : container
21- image : gcr.io/ml-pipeline/ metadata-envoy:dummy
21+ image : na.artifactory.swg-devops.com/sys-linux-power-team-ftp3distro-docker-images-docker-local/kubeflow-ppc/ metadata-envoy:latest
2222 ports :
2323 - name : md-envoy
2424 containerPort : 9090
Original file line number Diff line number Diff line change 2222 # * .cloudbuild.yaml and .release.cloudbuild.yaml
2323 # * manifests/kustomize/base/metadata/base/metadata-grpc-deployment.yaml
2424 # * test/tag_for_hosted.sh
25- image : gcr.io/tfx-oss-public/ml_metadata_store_server:1.14.0
25+ image : na.artifactory.swg-devops.com/sys-linux-power-team-ftp3distro-docker-images-docker-local/mlmd-grpc-server:latest_odh
2626 securityContext :
2727 allowPrivilegeEscalation : false
2828 seccompProfile :
You can’t perform that action at this time.
0 commit comments