Skip to content

Commit

Permalink
Bump up pipeline version to 0.1.10 (kubeflow#2496)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongye-sun authored and k8s-ci-robot committed Feb 16, 2019
1 parent 9cb2f0d commit ddde043
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kubeflow/pipeline/prototypes/pipeline.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
// @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.9 API docker image
// @optionalParam scheduledWorkflowImage string gcr.io/ml-pipeline/scheduledworkflow:0.1.9 schedule workflow docker image
// @optionalParam persistenceAgentImage string gcr.io/ml-pipeline/persistenceagent:0.1.9 persistence agent docker image
// @optionalParam viewerCrdControllerImage string gcr.io/ml-pipeline/viewer-crd-controller:0.1.9 viewer CRD controller docker image
// @optionalParam uiImage string gcr.io/ml-pipeline/frontend:0.1.9 UI docker image
// @optionalParam apiImage string gcr.io/ml-pipeline/api-server:0.1.10 API docker image
// @optionalParam scheduledWorkflowImage string gcr.io/ml-pipeline/scheduledworkflow:0.1.10 schedule workflow docker image
// @optionalParam persistenceAgentImage string gcr.io/ml-pipeline/persistenceagent:0.1.10 persistence agent docker image
// @optionalParam viewerCrdControllerImage string gcr.io/ml-pipeline/viewer-crd-controller:0.1.10 viewer CRD controller docker image
// @optionalParam uiImage string gcr.io/ml-pipeline/frontend:0.1.10 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 ddde043

Please sign in to comment.