Skip to content

Commit

Permalink
Release v4.3.4 (#896)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Valdivia <[email protected]>
  • Loading branch information
dvaldivia authored Nov 9, 2021
1 parent e342eab commit 51b2afe
Show file tree
Hide file tree
Showing 13 changed files with 79 additions and 58 deletions.
4 changes: 2 additions & 2 deletions docs/crd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
[id="{p}-api-reference"]
== API Reference

:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2021-11-03T03-36-36Z]
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2021-11-09T03-21-45Z]
: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.3]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.3.4]
:postgres-image: https://github.com/docker-library/postgres[library/postgres]


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,10 +7,10 @@
[id="{p}-api-reference"]
== API Reference

:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2021-11-03T03-36-36Z]
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2021-11-09T03-21-45Z]
: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.3]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.3.4]
:postgres-image: https://github.com/docker-library/postgres[library/postgres]

{{ range $groupVersions }}
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: minio/minio:RELEASE.2021-11-03T03-36-36Z
image: minio/minio:RELEASE.2021-11-09T03-21-45Z
imagePullSecret: { }
## Mount path where PV will be mounted inside container(s).
mountPath: /export
Expand Down
Binary file added helm-releases/minio-operator-4.3.4.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions helm/minio-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: minio-operator
version: 4.3.3
appVersion: v4.3.3
version: 4.3.4
appVersion: v4.3.4
keywords:
- storage
- object-storage
Expand Down
4 changes: 2 additions & 2 deletions helm/minio-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ operator:
# value: ""
image:
repository: minio/operator
tag: v4.3.3
tag: v4.3.4
pullPolicy: IfNotPresent
imagePullSecrets: [ ]
initcontainers: [ ]
Expand All @@ -38,7 +38,7 @@ operator:
console:
image:
repository: minio/console
tag: v0.12.0
tag: v0.12.2
pullPolicy: IfNotPresent
imagePullSecrets: [ ]
initcontainers: [ ]
Expand Down
Loading

0 comments on commit 51b2afe

Please sign in to comment.