From f57b83b0ff1f85265e2d29cf7e44ac8bf79c0676 Mon Sep 17 00:00:00 2001 From: Jiaxiao Zheng Date: Mon, 30 Dec 2019 17:55:39 -0800 Subject: [PATCH] bump v (#2785) --- manifests/kustomize/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/kustomize/README.md b/manifests/kustomize/README.md index 6cc769873462..bb790d8be351 100644 --- a/manifests/kustomize/README.md +++ b/manifests/kustomize/README.md @@ -6,7 +6,7 @@ This folder contains Kubeflow Pipelines Kustomize manifests for a light weight d Deploy latest version of Kubeflow Pipelines ``` -export PIPELINE_VERSION=0.1.31 +export PIPELINE_VERSION=0.1.38 kubectl apply -f https://storage.googleapis.com/ml-pipeline/pipeline-lite/$PIPELINE_VERSION/namespaced-install.yaml ```