Skip to content

Commit

Permalink
Release v4.3.8 (#927)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Valdivia <[email protected]>
  • Loading branch information
dvaldivia authored Dec 21, 2021
1 parent 6057992 commit 5e2de61
Show file tree
Hide file tree
Showing 19 changed files with 118 additions and 79 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-09T03-21-45Z]
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2021-12-20T22-07-16Z]
: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.7]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.3.8]
: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-09T03-21-45Z]
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2021-12-20T22-07-16Z]
: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.7]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.3.8]
: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 @@ -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-09T03-21-45Z
image: quay.io/minio/minio:RELEASE.2021-12-20T22-07-16Z
imagePullSecret: { }
## Mount path where PV will be mounted inside container(s).
mountPath: /export
Expand Down Expand Up @@ -184,7 +184,7 @@ spec:
# app: minio-sm
## LogSearch API setup for MinIO Tenant.
log:
image: "" # defaults to minio/logsearchapi:v4.3.2
image: "" # defaults to minio/logsearchapi:v4.3.8
resources: { }
nodeSelector: { }
affinity:
Expand Down
Binary file added helm-releases/operator-4.3.8.tgz
Binary file not shown.
Binary file added helm-releases/tenant-4.3.8.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.7
appVersion: v4.3.7
version: 4.3.8
appVersion: v4.3.8
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.3.5
tag: v4.3.8
pullPolicy: IfNotPresent
imagePullSecrets: [ ]
initcontainers: [ ]
Expand All @@ -34,7 +34,7 @@ operator:
console:
image:
repository: minio/console
tag: v0.12.3
tag: v0.12.9
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.3.7
appVersion: v4.3.7
version: 4.3.8
appVersion: v4.3.8
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-10-06T23-36-31Z" . }}
image: {{ dig "image" "repository" "minio/minio" . }}:{{ dig "image" "tag" "RELEASE.2021-12-20T22-07-16Z" . }}
imagePullPolicy: {{ dig "image" "pullPolicy" "IfNotPresent" . }}
{{ if dig "imagePullSecret" "name" "" . }}
imagePullSecret:
Expand Down
4 changes: 2 additions & 2 deletions helm/tenant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ tenants:
- name: minio1
## Registry location and Tag to download MinIO Server image
image:
repository: minio/minio
tag: RELEASE.2021-11-09T03-21-45Z
repository: quay.io/minio/minio
tag: RELEASE.2021-12-20T22-07-16Z
pullPolicy: IfNotPresent
## Customize namespace for tenant deployment
namespace: default
Expand Down
Loading

0 comments on commit 5e2de61

Please sign in to comment.