Skip to content

Commit

Permalink
Use fixed version of minio image (kubeflow#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcli authored Dec 11, 2020
1 parent edaea2d commit 0ab8117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/v0.4.0/kfp-tekton.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ data:
artifact_bucket: mlpipeline
artifact_endpoint: minio-service.kubeflow:9000
artifact_endpoint_scheme: http://
artifact_image: minio/mc
artifact_image: minio/mc:RELEASE.2020-11-25T23-04-07Z
artifact_script: |-
#!/usr/bin/env sh
push_artifact() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data:
artifact_bucket: "mlpipeline"
artifact_endpoint: "minio-service.kubeflow:9000"
artifact_endpoint_scheme: "http://"
artifact_image: "minio/mc"
artifact_image: "minio/mc:RELEASE.2020-11-25T23-04-07Z"
archive_logs: "false"
track_artifacts: "true"
strip_eof: "false"
Expand Down

0 comments on commit 0ab8117

Please sign in to comment.