Skip to content

Commit

Permalink
upgrade minio to latest version
Browse files Browse the repository at this point in the history
Signed-off-by: soulseen <zhuxiaoyang1996@gmail.com>
  • Loading branch information
soulseen authored and bitsf committed Jul 29, 2021
1 parent 9084bb8 commit 648ae48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/image/components.go
Expand Up @@ -133,7 +133,7 @@ func init() { // nolint:gochecknoinits

RegisterRepository("cluster-minio", "minio", "*") // the minio repository of dockerhub
RegisterImageName("cluster-minio", "minio", "*")
RegisterTag("cluster-minio", "RELEASE.2021-04-06T23-11-00Z", "~2.2.0", "~2.3.0")
RegisterTag("cluster-minio", "RELEASE.2021-07-27T02-40-15Z", "~2.2.0", "~2.3.0")

RegisterRepository("cluster-minio-init", "minio", "*") // the minio repository of dockerhub
RegisterImageName("cluster-minio-init", "mc", "*")
Expand Down

0 comments on commit 648ae48

Please sign in to comment.