Skip to content

Commit

Permalink
Release v4.3.9
Browse files Browse the repository at this point in the history
Signed-off-by: Harshavardhana <harsha@minio.io>
  • Loading branch information
harshavardhana committed Dec 27, 2021
1 parent 58f0ecf commit 0ac55eb
Show file tree
Hide file tree
Showing 17 changed files with 105 additions and 63 deletions.
2 changes: 1 addition & 1 deletion docs/crd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[id="{p}-api-reference"]
== API Reference

:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2021-12-20T22-07-16Z]
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2021-12-27T07-23-18Z]
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:v0.16.1]
:prometheus-image: https://quay.io/prometheus/prometheus:latest[prometheus/prometheus:latest]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.3.8]
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/asciidoctor/gv_list.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[id="{p}-api-reference"]
== API Reference

:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2021-12-20T22-07-16Z]
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2021-12-27T07-23-18Z]
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:v0.16.1]
:prometheus-image: https://quay.io/prometheus/prometheus:latest[prometheus/prometheus:latest]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.3.8]
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 @@ -103,7 +103,7 @@ spec:
## https://github.com/minio/minio/tree/master/docs/tls/kubernetes#2-create-kubernetes-secret
# externalClientCertSecret: {}
## Registry location and Tag to download MinIO Server image
image: quay.io/minio/minio:RELEASE.2021-12-20T22-07-16Z
image: quay.io/minio/minio:RELEASE.2021-12-27T07-23-18Z
imagePullSecret: { }
## Mount path where PV will be mounted inside container(s).
mountPath: /export
Expand Down
Binary file modified helm-releases/operator-4.3.8.tgz
Binary file not shown.
Binary file added helm-releases/operator-4.3.9.tgz
Binary file not shown.
Binary file added helm-releases/tenant-4.3.9.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions helm/operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: A Helm chart for MinIO Operator
name: operator
version: 4.3.8
appVersion: v4.3.8
version: 4.3.9
appVersion: v4.3.9
keywords:
- storage
- object-storage
Expand Down
4 changes: 2 additions & 2 deletions helm/tenant/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: A Helm chart for MinIO Operator
name: tenant
version: 4.3.8
appVersion: v4.3.8
version: 4.3.9
appVersion: v4.3.9
keywords:
- storage
- object-storage
Expand Down
2 changes: 1 addition & 1 deletion helm/tenant/templates/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
name: {{ dig "scheduler" "name" "" . }}
{{ end }}
spec:
image: {{ dig "image" "repository" "minio/minio" . }}:{{ dig "image" "tag" "RELEASE.2021-12-20T22-07-16Z" . }}
image: {{ dig "image" "repository" "minio/minio" . }}:{{ dig "image" "tag" "RELEASE.2021-12-27T07-23-18Z" . }}
imagePullPolicy: {{ dig "image" "pullPolicy" "IfNotPresent" . }}
{{ if dig "imagePullSecret" "name" "" . }}
imagePullSecret:
Expand Down
2 changes: 1 addition & 1 deletion helm/tenant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tenants:
## Registry location and Tag to download MinIO Server image
image:
repository: quay.io/minio/minio
tag: RELEASE.2021-12-20T22-07-16Z
tag: RELEASE.2021-12-27T07-23-18Z
pullPolicy: IfNotPresent
## Customize namespace for tenant deployment
namespace: default
Expand Down
Loading

0 comments on commit 0ac55eb

Please sign in to comment.