Skip to content

Commit

Permalink
Update pipelines version to 0.1.8 (kubeflow#2295)
Browse files Browse the repository at this point in the history
  • Loading branch information
yebrahim authored and k8s-ci-robot committed Feb 4, 2019
1 parent bf7e8ec commit 8a69546
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/tensorflow-notebook-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG TF_PACKAGE_PY_27=https://storage.googleapis.com/tensorflow/linux/cpu/tensorf
ARG TF_SERVING_VERSION=0.0.0
ARG TFMA_VERSION
ARG TFDV_VERSION
ARG PIPELINE_SDK_PACKAGE=https://storage.googleapis.com/ml-pipeline/release/0.1.7/kfp.tar.gz
ARG PIPELINE_SDK_PACKAGE=https://storage.googleapis.com/ml-pipeline/release/0.1.8/kfp.tar.gz

USER root

Expand Down
8 changes: 4 additions & 4 deletions kubeflow/pipeline/prototypes/pipeline.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
// @description a Kubeflow pipeline deployment.
// @shortDescription Kubeflow pipeline
// @param name string Name to give to each of the components
// @optionalParam apiImage string gcr.io/ml-pipeline/api-server:0.1.7 API docker image
// @optionalParam scheduledWorkflowImage string gcr.io/ml-pipeline/scheduledworkflow:0.1.7 schedule workflow docker image
// @optionalParam persistenceAgentImage string gcr.io/ml-pipeline/persistenceagent:0.1.7 persistence agent docker image
// @optionalParam uiImage string gcr.io/ml-pipeline/frontend:0.1.7 UI docker image
// @optionalParam apiImage string gcr.io/ml-pipeline/api-server:0.1.8 API docker image
// @optionalParam scheduledWorkflowImage string gcr.io/ml-pipeline/scheduledworkflow:0.1.8 schedule workflow docker image
// @optionalParam persistenceAgentImage string gcr.io/ml-pipeline/persistenceagent:0.1.8 persistence agent docker image
// @optionalParam uiImage string gcr.io/ml-pipeline/frontend:0.1.8 UI docker image
// @optionalParam mysqlImage string mysql:5.6 mysql image
// @optionalParam minioImage string minio/minio:RELEASE.2018-02-09T22-40-05Z minio image
// @optionalParam nfsImage string k8s.gcr.io/volume-nfs:0.8 nfs image
Expand Down

0 comments on commit 8a69546

Please sign in to comment.