From 282cbee0f43d2510bf4ac143fbfa86d1d323e2d5 Mon Sep 17 00:00:00 2001 From: myonlyzzy Date: Tue, 26 Jan 2021 01:28:54 +0800 Subject: [PATCH] update pytorch-operator deployment manifests file (#295) Co-authored-by: keliang1 --- manifests/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index f18505f75..129f546bf 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -28,6 +28,6 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: gcr.io/kubeflow-images-public/pytorch-operator:v0.6.0 + image: gcr.io/kubeflow-images-public/pytorch-operator:latest name: pytorch-operator serviceAccountName: pytorch-operator