Skip to content

Commit

Permalink
Release v4.4.4 (#989)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Valdivia <[email protected]>
  • Loading branch information
dvaldivia authored Jan 27, 2022
1 parent 496c013 commit 86ec304
Show file tree
Hide file tree
Showing 17 changed files with 125 additions and 83 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.2022-01-08T03-11-54Z]
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2022-01-27T03-53-02Z]
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:v0.17.6]
:prometheus-image: https://quay.io/prometheus/prometheus:latest[prometheus/prometheus:latest]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.4.3]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.4.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.2022-01-08T03-11-54Z]
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2022-01-27T03-53-02Z]
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:v0.17.6]
:prometheus-image: https://quay.io/prometheus/prometheus:latest[prometheus/prometheus:latest]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.4.3]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.4.4]
:postgres-image: https://github.com/docker-library/postgres[library/postgres]

{{ range $groupVersions }}
Expand Down
4 changes: 2 additions & 2 deletions examples/kustomization/base/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,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.2022-01-08T03-11-54Z
image: quay.io/minio/minio:RELEASE.2022-01-27T03-53-02Z
imagePullSecret: { }
## Mount path where PV will be mounted inside container(s).
mountPath: /export
Expand Down Expand Up @@ -192,7 +192,7 @@ spec:
# app: minio-sm
## LogSearch API setup for MinIO Tenant.
log:
image: "" # defaults to minio/logsearchapi:v4.4.3
image: "" # defaults to minio/logsearchapi:v4.4.4
resources: { }
nodeSelector: { }
affinity:
Expand Down
Binary file added helm-releases/operator-4.4.4.tgz
Binary file not shown.
Binary file added helm-releases/tenant-4.4.4.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.4.3
appVersion: v4.4.3
version: 4.4.4
appVersion: v4.4.4
keywords:
- storage
- object-storage
Expand Down
4 changes: 2 additions & 2 deletions helm/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ operator:
# value: ""
image:
repository: minio/operator
tag: v4.4.3
tag: v4.4.4
pullPolicy: IfNotPresent
imagePullSecrets: [ ]
initcontainers: [ ]
Expand All @@ -34,7 +34,7 @@ operator:
console:
image:
repository: minio/console
tag: v0.13.2
tag: v0.14.1
pullPolicy: IfNotPresent
imagePullSecrets: [ ]
initcontainers: [ ]
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.4.3
appVersion: v4.4.3
version: 4.4.4
appVersion: v4.4.4
keywords:
- storage
- object-storage
Expand Down
Loading

0 comments on commit 86ec304

Please sign in to comment.