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 (
20
20
github.com/minio/mc v0.0.0-20200725183142-90d22b271f60
21
21
github.com/minio/minio v0.0.0-20200725154241-abbf6ce6ccf8
22
22
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
24
24
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
25
25
github.com/satori/go.uuid v1.2.0
26
26
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
463
463
github.com/minio/minio-go/v7 v7.0.1 /go.mod h1:dJ80Mv2HeGkYLH1sqS/ksz07ON6csH3S6JUMSQ2zAns =
464
464
github.com/minio/minio-go/v7 v7.0.2-0.20200722162308-e0105ca08252 h1:V2JkMDoSmEIhRcMJwX3qeJVOzy1B5bHpHbZaQu77vbs =
465
465
github.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 =
470
468
github.com/minio/selfupdate v0.3.0 h1:1qfaZscU3hWwX1cF5m5Dov8Z5aZNvPHk9LROzIkas1k =
471
469
github.com/minio/selfupdate v0.3.0 /go.mod h1:b8ThJzzH7u2MkF6PcIra7KaXO9Khf6alWPvMSyTDCFM =
472
470
github.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:
276
276
name : minio-operator
277
277
spec :
278
278
containers :
279
- - image : minio/k8s-operator:v3.0.1
279
+ - image : minio/k8s-operator:v3.0.2
280
280
imagePullPolicy : IfNotPresent
281
281
name : minio-operator
282
282
serviceAccountName : minio-operator
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ spec:
276
276
name : minio-operator
277
277
spec :
278
278
containers :
279
- - image : minio/k8s-operator:v3.0.1
279
+ - image : minio/k8s-operator:v3.0.2
280
280
imagePullPolicy : IfNotPresent
281
281
name : minio-operator
282
282
serviceAccountName : minio-operator
You can’t perform that action at this time.
0 commit comments