Skip to content

Commit

Permalink
update jupyter-web-app image path (kubeflow#2493)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielwen authored and k8s-ci-robot committed Feb 15, 2019
1 parent 67c9a4d commit eef2fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubeflow/jupyter/prototypes/jupyter-web-app.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eef2fd6

Please sign in to comment.