Skip to content

Commit 8393905

Browse files
committed
Merge branch 'master' into add-certificate-rotate-threshold
2 parents 8362bfe + 10d1190 commit 8393905

File tree

20 files changed

+123
-28
lines changed

20 files changed

+123
-28
lines changed

docs/job_crd.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
[id="{p}-api-reference"]
55
== API Reference
66

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]
88
: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]
1010

1111

1212
[id="{anchor_prefix}-job-min-io-v1alpha1"]

docs/policybinding_crd.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
[id="{p}-api-reference"]
55
== API Reference
66

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]
88
: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]
1010

1111

1212
[id="{anchor_prefix}-sts-min-io-v1beta1"]

docs/templates/asciidoctor/gv_list.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
[id="{p}-api-reference"]
88
== API Reference
99

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]
1111
: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]
1313

1414
{{ range $groupVersions }}
1515
{{ template "gvDetails" . }}

docs/tenant_crd.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
[id="{p}-api-reference"]
55
== API Reference
66

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]
88
: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]
1010

1111

1212
[id="{anchor_prefix}-minio-min-io-v2"]

examples/kustomization/base/tenant.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ spec:
144144
## https://github.com/minio/minio/tree/master/docs/tls/kubernetes#2-create-kubernetes-secret
145145
externalClientCertSecrets: [ ]
146146
## 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
148148
imagePullSecret: { }
149149
## Mount path where PV will be mounted inside container(s).
150150
mountPath: /export
@@ -229,7 +229,7 @@ spec:
229229
# certExpiryAlertThreshold: 1
230230
## Prometheus setup for MinIO Tenant.
231231
# 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
233233
# env: [ ]
234234
# sidecarimage: "" # defaults to alpine
235235
# initimage: "" # defaults to busybox:1.33.1

helm/operator/templates/job.min.io_jobs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.15.0
7-
operator.min.io/version: v6.0.0
7+
operator.min.io/version: v6.0.1
88
name: miniojobs.job.min.io
99
spec:
1010
group: job.min.io
@@ -1080,7 +1080,7 @@ spec:
10801080
x-kubernetes-map-type: atomic
10811081
type: array
10821082
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
10841084
type: string
10851085
securityContext:
10861086
properties:

helm/operator/templates/minio.min.io_tenants.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.15.0
7-
operator.min.io/version: v6.0.0
7+
operator.min.io/version: v6.0.1
88
name: tenants.minio.min.io
99
spec:
1010
group: minio.min.io

helm/operator/templates/sts.min.io_policybindings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.15.0
7-
operator.min.io/version: v6.0.0
7+
operator.min.io/version: v6.0.1
88
name: policybindings.sts.min.io
99
spec:
1010
group: sts.min.io

helm/operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ operator:
7575
#
7676
# sidecarImage:
7777
# repository: quay.io/minio/operator-sidecar@sha256
78-
# digest: 28c80b379c75242c6fe793dfbf212f43c602140a0de5ebe3d9c2a3a7b9f9f983
78+
# digest: a11947a230b80fb1b0bffa97173147a505d4f1207958f722e348d11ab9e972c1
7979
# pullPolicy: IfNotPresent
8080
#
8181
sidecarImage: {}

helm/tenant/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tenant:
5555
#
5656
# image:
5757
# repository: quay.io/minio/minio
58-
# tag: RELEASE.2024-07-13T01-46-15Z
58+
# tag: RELEASE.2024-07-16T23-46-41Z
5959
# pullPolicy: IfNotPresent
6060
#
6161
# The chart also supports specifying an image based on digest value:
@@ -70,7 +70,7 @@ tenant:
7070
#
7171
image:
7272
repository: quay.io/minio/minio
73-
tag: RELEASE.2024-07-13T01-46-15Z
73+
tag: RELEASE.2024-07-16T23-46-41Z
7474
pullPolicy: IfNotPresent
7575
###
7676
#

0 commit comments

Comments
 (0)