Skip to content

Commit

Permalink
Release v4.4.6 (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaldivia authored Feb 4, 2022
1 parent 931a81b commit 86a57b5
Show file tree
Hide file tree
Showing 22 changed files with 2,915 additions and 1,419 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,10 @@ getconsoleuiyaml:

generate-code:
@./k8s/update-codegen.sh

generate-openshift-manifests:
@operator-sdk generate packagemanifests --package minio-operator --version 4.4.6 --deploy-dir resources/base --crds-dir resources/base/crds --output-dir manifests --channel stable


release: generate-openshift-manifests
@./helm-reindex.sh
2 changes: 1 addition & 1 deletion docs/crd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2022-02-01T18-00-14Z]
: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/operator/tags[minio/operator:v4.4.5]
:logsearch-image: https://hub.docker.com/r/minio/operator/tags[minio/operator:v4.4.6]
:postgres-image: https://github.com/docker-library/postgres[library/postgres]


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 @@ -10,7 +10,7 @@
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2022-02-01T18-00-14Z]
: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/operator/tags[minio/operator:v4.4.5]
:logsearch-image: https://hub.docker.com/r/minio/operator/tags[minio/operator:v4.4.6]
: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 @@ -192,7 +192,7 @@ spec:
# app: minio-sm
## LogSearch API setup for MinIO Tenant.
log:
image: "" # defaults to minio/operator:v4.4.5
image: "" # defaults to minio/operator:v4.4.6
resources: { }
nodeSelector: { }
affinity:
Expand Down
Binary file added helm-releases/operator-4.4.6.tgz
Binary file not shown.
Binary file added helm-releases/tenant-4.4.6.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.5
appVersion: v4.4.5
version: 4.4.6
appVersion: v4.4.6
keywords:
- storage
- object-storage
Expand Down
2 changes: 1 addition & 1 deletion 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.5
tag: v4.4.6
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.5
appVersion: v4.4.5
version: 4.4.6
appVersion: v4.4.6
keywords:
- storage
- object-storage
Expand Down
Loading

0 comments on commit 86a57b5

Please sign in to comment.