Skip to content

Commit

Permalink
Release 5.0.13 (#2015)
Browse files Browse the repository at this point in the history
Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>
  • Loading branch information
pjuarezd committed Mar 5, 2024
1 parent 75d4028 commit 57c07bc
Show file tree
Hide file tree
Showing 34 changed files with 199 additions and 199 deletions.
2 changes: 1 addition & 1 deletion api/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (

// Image versions

KESImageVersion = "minio/kes:2024-02-29T08-12-28Z"
KESImageVersion = "minio/kes:2024-03-01T18-06-46Z"

// Constants for common configuration
MinioImage = "OPERATOR_MINIO_IMAGE"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metadata:
"bucketDNS": false,
"domains": {}
},
"image": "quay.io/minio/minio:RELEASE.2024-03-03T17-50-39Z",
"image": "quay.io/minio/minio:RELEASE.2024-03-05T04-48-44Z",
"imagePullSecret": {},
"mountPath": "/export",
"podManagementPolicy": "Parallel",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metadata:
"bucketDNS": false,
"domains": {}
},
"image": "quay.io/minio/minio:RELEASE.2024-03-03T17-50-39Z",
"image": "quay.io/minio/minio:RELEASE.2024-03-05T04-48-44Z",
"imagePullSecret": {},
"mountPath": "/export",
"podManagementPolicy": "Parallel",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metadata:
"bucketDNS": false,
"domains": {}
},
"image": "quay.io/minio/minio:RELEASE.2024-03-03T17-50-39Z",
"image": "quay.io/minio/minio:RELEASE.2024-03-05T04-48-44Z",
"imagePullSecret": {},
"mountPath": "/export",
"podManagementPolicy": "Parallel",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metadata:
"bucketDNS": false,
"domains": {}
},
"image": "quay.io/minio/minio:RELEASE.2024-03-03T17-50-39Z",
"image": "quay.io/minio/minio:RELEASE.2024-03-05T04-48-44Z",
"imagePullSecret": {},
"mountPath": "/export",
"podManagementPolicy": "Parallel",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metadata:
"bucketDNS": false,
"domains": {}
},
"image": "quay.io/minio/minio:RELEASE.2024-03-03T17-50-39Z",
"image": "quay.io/minio/minio:RELEASE.2024-03-05T04-48-44Z",
"imagePullSecret": {},
"mountPath": "/export",
"podManagementPolicy": "Parallel",
Expand Down
4 changes: 2 additions & 2 deletions docs/policybinding_crd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[id="{p}-api-reference"]
== API Reference

:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-03-03T17-50-39Z]
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2024-02-29T08-12-28Z]
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-03-05T04-48-44Z]
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2024-03-01T18-06-46Z]


[id="{anchor_prefix}-sts-min-io-v1alpha1"]
Expand Down
4 changes: 2 additions & 2 deletions docs/templates/asciidoctor/gv_list.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[id="{p}-api-reference"]
== API Reference

:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-03-03T17-50-39Z]
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2024-02-29T08-12-28Z]
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-03-05T04-48-44Z]
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2024-03-01T18-06-46Z]

{{ range $groupVersions }}
{{ template "gvDetails" . }}
Expand Down
4 changes: 2 additions & 2 deletions docs/tenant_crd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[id="{p}-api-reference"]
== API Reference

:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-03-03T17-50-39Z]
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2024-02-29T08-12-28Z]
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-03-05T04-48-44Z]
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2024-03-01T18-06-46Z]


[id="{anchor_prefix}-minio-min-io-v2"]
Expand Down
2 changes: 1 addition & 1 deletion examples/kustomization/base/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ spec:
## https://github.com/minio/minio/tree/master/docs/tls/kubernetes#2-create-kubernetes-secret
externalClientCertSecrets: [ ]
## Registry location and Tag to download MinIO Server image
image: quay.io/minio/minio:RELEASE.2024-03-03T17-50-39Z
image: quay.io/minio/minio:RELEASE.2024-03-05T04-48-44Z
imagePullSecret: { }
## Mount path where PV will be mounted inside container(s).
mountPath: /export
Expand Down
2 changes: 1 addition & 1 deletion examples/kustomization/tenant-certmanager-kes/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
externalCertSecret:
name: tenant-certmanager-2-tls
type: cert-manager.io/v1
image: minio/kes:2024-02-29T08-12-28Z
image: minio/kes:2024-03-01T18-06-46Z
imagePullPolicy: IfNotPresent
kesSecret:
name: kes-configuration
Expand Down
2 changes: 1 addition & 1 deletion examples/kustomization/tenant-kes-encryption/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
## Define configuration for KES (stateless and distributed key-management system)
## Refer https://github.com/minio/kes
kes:
image: "" # minio/kes:2024-02-29T08-12-28Z
image: "" # minio/kes:2024-03-01T18-06-46Z
env: [ ]
replicas: 2
kesSecret:
Expand Down
Binary file modified helm-releases/operator-5.0.13.tgz
Binary file not shown.
Binary file modified helm-releases/tenant-5.0.13.tgz
Binary file not shown.
8 changes: 4 additions & 4 deletions helm/tenant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tenant:
#
# image:
# repository: quay.io/minio/minio
# tag: RELEASE.2024-03-03T17-50-39Z
# tag: RELEASE.2024-03-05T04-48-44Z
# pullPolicy: IfNotPresent
#
# The chart also supports specifying an image based on digest value:
Expand All @@ -67,7 +67,7 @@ tenant:
#
image:
repository: quay.io/minio/minio
tag: RELEASE.2024-03-03T17-50-39Z
tag: RELEASE.2024-03-05T04-48-44Z
pullPolicy: IfNotPresent
###
#
Expand Down Expand Up @@ -335,14 +335,14 @@ tenant:
# # Image from tag (original behavior), for example:
# # image:
# # repository: quay.io/minio/kes
# # tag: 2024-02-29T08-12-28Z
# # tag: 2024-03-01T18-06-46Z
# # Image from digest (added after original behavior), for example:
# # image:
# # repository: quay.io/minio/kes@sha256
# # digest: fb15af611149892f357a8a99d1bcd8bf5dae713bd64c15e6eb27fbdb88fc208b
# image:
# repository: quay.io/minio/kes
# tag: 2024-02-29T08-12-28Z
# tag: 2024-03-01T18-06-46Z
# pullPolicy: IfNotPresent
# env: [ ]
# replicas: 2
Expand Down

0 comments on commit 57c07bc

Please sign in to comment.