From eef2fd66272719ebb7fd65779c7e5d320cdeedfe Mon Sep 17 00:00:00 2001 From: Hung-Ting Wen Date: Fri, 15 Feb 2019 14:16:36 -0800 Subject: [PATCH] update jupyter-web-app image path (#2493) --- kubeflow/jupyter/prototypes/jupyter-web-app.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubeflow/jupyter/prototypes/jupyter-web-app.jsonnet b/kubeflow/jupyter/prototypes/jupyter-web-app.jsonnet index d7740d2c301..70f62d00a86 100644 --- a/kubeflow/jupyter/prototypes/jupyter-web-app.jsonnet +++ b/kubeflow/jupyter/prototypes/jupyter-web-app.jsonnet @@ -2,7 +2,7 @@ // @name io.ksonnet.pkg.jupyter-web-app // @shortDescription A WebApp that controlls Jupyter Notebooks // @param name string Name to give to the Jupyter UI -// @optionalParam image string jupyter-web-app/image Docker Image used for the Jupyter UI +// @optionalParam image string gcr.io/kubeflow-images-public/jupyter-web-app:v20190215-v0.4.0-rc.1-138-g1f61e52d Docker Image used for the Jupyter UI // @optionalParam ui string default Choose the UI to use. Supported: default | rok // @optionalParam port string 80 Port to expose the UI's Service // @optionalParam policy string IfNotPresent imagePullPolicy for the UI's image