File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ require (
2020 github.com/minio/mc v0.0.0-20200725183142-90d22b271f60
2121 github.com/minio/minio v0.0.0-20200725154241-abbf6ce6ccf8
2222 github.com/minio/minio-go/v7 v7.0.2-0.20200722162308-e0105ca08252
23- github.com/minio/operator v0.0.0-20200725185636-4a625e4fbb31
23+ github.com/minio/operator v0.0.0-20200726122325-9efe901afebb
2424 github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
2525 github.com/satori/go.uuid v1.2.0
2626 github.com/stretchr/testify v1.6.1
Original file line number Diff line number Diff line change @@ -463,10 +463,8 @@ github.com/minio/minio v0.0.0-20200725154241-abbf6ce6ccf8/go.mod h1:NBWtYp4t5pt3
463463github.com/minio/minio-go/v7 v7.0.1 /go.mod h1:dJ80Mv2HeGkYLH1sqS/ksz07ON6csH3S6JUMSQ2zAns =
464464github.com/minio/minio-go/v7 v7.0.2-0.20200722162308-e0105ca08252 h1:V2JkMDoSmEIhRcMJwX3qeJVOzy1B5bHpHbZaQu77vbs =
465465github.com/minio/minio-go/v7 v7.0.2-0.20200722162308-e0105ca08252 /go.mod h1:dJ80Mv2HeGkYLH1sqS/ksz07ON6csH3S6JUMSQ2zAns =
466- github.com/minio/operator v0.0.0-20200725185636-4a625e4fbb31 h1:FzB4mwu62LnVgOFhB7fLu15fAgIh6+1PHJoytkQPEsY =
467- github.com/minio/operator v0.0.0-20200725185636-4a625e4fbb31 h1:FzB4mwu62LnVgOFhB7fLu15fAgIh6+1PHJoytkQPEsY =
468- github.com/minio/operator v0.0.0-20200725185636-4a625e4fbb31 /go.mod h1:G0pMmQFV5b5OrH7/OmVKtPoHzj3SmHNgqDlTew1NM/Y =
469- github.com/minio/operator v0.0.0-20200725185636-4a625e4fbb31 /go.mod h1:G0pMmQFV5b5OrH7/OmVKtPoHzj3SmHNgqDlTew1NM/Y =
466+ github.com/minio/operator v0.0.0-20200726122325-9efe901afebb h1:xAfr+GIP+4c6fU+Ad8oWHVWKtbQ60Su3dfEv3nPPyWM =
467+ github.com/minio/operator v0.0.0-20200726122325-9efe901afebb /go.mod h1:G0pMmQFV5b5OrH7/OmVKtPoHzj3SmHNgqDlTew1NM/Y =
470468github.com/minio/selfupdate v0.3.0 h1:1qfaZscU3hWwX1cF5m5Dov8Z5aZNvPHk9LROzIkas1k =
471469github.com/minio/selfupdate v0.3.0 /go.mod h1:b8ThJzzH7u2MkF6PcIra7KaXO9Khf6alWPvMSyTDCFM =
472470github.com/minio/sha256-simd v0.1.1 h1:5QHSlgo3nt5yKOJrC7W8w7X+NFl8cMPZm96iu8kKUJU =
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ spec:
276276 name : minio-operator
277277 spec :
278278 containers :
279- - image : minio/k8s-operator:v3.0.1
279+ - image : minio/k8s-operator:v3.0.2
280280 imagePullPolicy : IfNotPresent
281281 name : minio-operator
282282 serviceAccountName : minio-operator
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ spec:
276276 name : minio-operator
277277 spec :
278278 containers :
279- - image : minio/k8s-operator:v3.0.1
279+ - image : minio/k8s-operator:v3.0.2
280280 imagePullPolicy : IfNotPresent
281281 name : minio-operator
282282 serviceAccountName : minio-operator
You can’t perform that action at this time.
0 commit comments