File tree Expand file tree Collapse file tree 20 files changed +123
-28
lines changed
examples/kustomization/base Expand file tree Collapse file tree 20 files changed +123
-28
lines changed Original file line number Diff line number Diff line change 4
4
[id="{p}-api-reference"]
5
5
== API Reference
6
6
7
- :minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-07-13T01 -46-15Z ]
7
+ :minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-07-16T23 -46-41Z ]
8
8
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2024-06-17T15-47-05Z]
9
- :mc-image: https://hub.docker.com/r/minio/mc/tags[minio/mc:RELEASE.2024-07-11T18-01-28Z ]
9
+ :mc-image: https://hub.docker.com/r/minio/mc/tags[minio/mc:RELEASE.2024-07-16T23-46-41Z ]
10
10
11
11
12
12
[id="{anchor_prefix}-job-min-io-v1alpha1"]
Original file line number Diff line number Diff line change 4
4
[id="{p}-api-reference"]
5
5
== API Reference
6
6
7
- :minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-07-13T01 -46-15Z ]
7
+ :minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-07-16T23 -46-41Z ]
8
8
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2024-06-17T15-47-05Z]
9
- :mc-image: https://hub.docker.com/r/minio/mc/tags[minio/mc:RELEASE.2024-07-11T18-01-28Z ]
9
+ :mc-image: https://hub.docker.com/r/minio/mc/tags[minio/mc:RELEASE.2024-07-16T23-46-41Z ]
10
10
11
11
12
12
[id="{anchor_prefix}-sts-min-io-v1beta1"]
Original file line number Diff line number Diff line change 7
7
[id="{ p} -api-reference"]
8
8
== API Reference
9
9
10
- :minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-07-13T01 -46-15Z ]
10
+ :minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-07-16T23 -46-41Z ]
11
11
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2024-06-17T15-47-05Z]
12
- :mc-image: https://hub.docker.com/r/minio/mc/tags[minio/mc:RELEASE.2024-07-11T18-01-28Z ]
12
+ :mc-image: https://hub.docker.com/r/minio/mc/tags[minio/mc:RELEASE.2024-07-16T23-46-41Z ]
13
13
14
14
{ { range $groupVersions } }
15
15
{ { template " gvDetails" . } }
Original file line number Diff line number Diff line change 4
4
[id="{p}-api-reference"]
5
5
== API Reference
6
6
7
- :minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-07-13T01 -46-15Z ]
7
+ :minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-07-16T23 -46-41Z ]
8
8
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2024-06-17T15-47-05Z]
9
- :mc-image: https://hub.docker.com/r/minio/mc/tags[minio/mc:RELEASE.2024-07-11T18-01-28Z ]
9
+ :mc-image: https://hub.docker.com/r/minio/mc/tags[minio/mc:RELEASE.2024-07-16T23-46-41Z ]
10
10
11
11
12
12
[id="{anchor_prefix}-minio-min-io-v2"]
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ spec:
144
144
# # https://github.com/minio/minio/tree/master/docs/tls/kubernetes#2-create-kubernetes-secret
145
145
externalClientCertSecrets : [ ]
146
146
# # Registry location and Tag to download MinIO Server image
147
- image : quay.io/minio/minio:RELEASE.2024-07-13T01 -46-15Z
147
+ image : quay.io/minio/minio:RELEASE.2024-07-16T23 -46-41Z
148
148
imagePullSecret : { }
149
149
# # Mount path where PV will be mounted inside container(s).
150
150
mountPath : /export
@@ -229,7 +229,7 @@ spec:
229
229
# certExpiryAlertThreshold: 1
230
230
# # Prometheus setup for MinIO Tenant.
231
231
# prometheus:
232
- # image: "" # defaults to quay.io/prometheus/prometheus:RELEASE.2024-07-11T18-01-28Z
232
+ # image: "" # defaults to quay.io/prometheus/prometheus:RELEASE.2024-07-16T23-46-41Z
233
233
# env: [ ]
234
234
# sidecarimage: "" # defaults to alpine
235
235
# initimage: "" # defaults to busybox:1.33.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: CustomResourceDefinition
4
4
metadata :
5
5
annotations :
6
6
controller-gen.kubebuilder.io/version : v0.15.0
7
- operator.min.io/version : v6.0.0
7
+ operator.min.io/version : v6.0.1
8
8
name : miniojobs.job.min.io
9
9
spec :
10
10
group : job.min.io
@@ -1080,7 +1080,7 @@ spec:
1080
1080
x-kubernetes-map-type : atomic
1081
1081
type : array
1082
1082
mcImage :
1083
- default : quay.io/minio/mc:RELEASE.2024-07-11T18-01-28Z
1083
+ default : quay.io/minio/mc:RELEASE.2024-07-16T23-46-41Z
1084
1084
type : string
1085
1085
securityContext :
1086
1086
properties :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: CustomResourceDefinition
4
4
metadata :
5
5
annotations :
6
6
controller-gen.kubebuilder.io/version : v0.15.0
7
- operator.min.io/version : v6.0.0
7
+ operator.min.io/version : v6.0.1
8
8
name : tenants.minio.min.io
9
9
spec :
10
10
group : minio.min.io
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: CustomResourceDefinition
4
4
metadata :
5
5
annotations :
6
6
controller-gen.kubebuilder.io/version : v0.15.0
7
- operator.min.io/version : v6.0.0
7
+ operator.min.io/version : v6.0.1
8
8
name : policybindings.sts.min.io
9
9
spec :
10
10
group : sts.min.io
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ operator:
75
75
#
76
76
# sidecarImage:
77
77
# repository: quay.io/minio/operator-sidecar@sha256
78
- # digest: 28c80b379c75242c6fe793dfbf212f43c602140a0de5ebe3d9c2a3a7b9f9f983
78
+ # digest: a11947a230b80fb1b0bffa97173147a505d4f1207958f722e348d11ab9e972c1
79
79
# pullPolicy: IfNotPresent
80
80
#
81
81
sidecarImage : {}
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ tenant:
55
55
#
56
56
# image:
57
57
# repository: quay.io/minio/minio
58
- # tag: RELEASE.2024-07-13T01 -46-15Z
58
+ # tag: RELEASE.2024-07-16T23 -46-41Z
59
59
# pullPolicy: IfNotPresent
60
60
#
61
61
# The chart also supports specifying an image based on digest value:
@@ -70,7 +70,7 @@ tenant:
70
70
#
71
71
image :
72
72
repository : quay.io/minio/minio
73
- tag : RELEASE.2024-07-13T01 -46-15Z
73
+ tag : RELEASE.2024-07-16T23 -46-41Z
74
74
pullPolicy : IfNotPresent
75
75
# ##
76
76
#
You can’t perform that action at this time.
0 commit comments