Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v4.4.4 #989

Merged
merged 1 commit into from
Jan 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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