diff --git a/docs/crd.adoc b/docs/crd.adoc index ef4194c905d..b2ee76ec145 100644 --- a/docs/crd.adoc +++ b/docs/crd.adoc @@ -7,7 +7,7 @@ :minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2021-10-06T23-36-31Z] :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.2.10] +:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.2.12] :postgres-image: https://github.com/docker-library/postgres[library/postgres] diff --git a/docs/templates/asciidoctor/gv_list.tpl b/docs/templates/asciidoctor/gv_list.tpl index 763e2fe6d6d..90e5e80c26e 100644 --- a/docs/templates/asciidoctor/gv_list.tpl +++ b/docs/templates/asciidoctor/gv_list.tpl @@ -10,7 +10,7 @@ :minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2021-10-06T23-36-31Z] :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.2.10] +:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.2.12] :postgres-image: https://github.com/docker-library/postgres[library/postgres] {{ range $groupVersions }} diff --git a/examples/kustomization/base/tenant.yaml b/examples/kustomization/base/tenant.yaml index 62fb82d9565..64ef0a0dcfc 100644 --- a/examples/kustomization/base/tenant.yaml +++ b/examples/kustomization/base/tenant.yaml @@ -184,7 +184,7 @@ spec: # app: minio-sm ## LogSearch API setup for MinIO Tenant. log: - image: "" # defaults to minio/logsearchapi:v4.2.10 + image: "" # defaults to minio/logsearchapi:v4.2.12 resources: {} nodeSelector: {} affinity: diff --git a/helm-releases/minio-operator-4.2.12.tgz b/helm-releases/minio-operator-4.2.12.tgz new file mode 100644 index 00000000000..fffdd2b572b Binary files /dev/null and b/helm-releases/minio-operator-4.2.12.tgz differ diff --git a/helm/minio-operator/Chart.yaml b/helm/minio-operator/Chart.yaml index 22b12b30e38..d4842fb7846 100644 --- a/helm/minio-operator/Chart.yaml +++ b/helm/minio-operator/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: A Helm chart for MinIO Operator name: minio-operator -version: 4.2.10 -appVersion: v4.2.10 +version: 4.2.12 +appVersion: v4.2.12 keywords: - storage - object-storage diff --git a/helm/minio-operator/values.yaml b/helm/minio-operator/values.yaml index eee87da5229..a65c69eebc3 100644 --- a/helm/minio-operator/values.yaml +++ b/helm/minio-operator/values.yaml @@ -15,7 +15,7 @@ operator: # value: "" image: repository: minio/operator - tag: v4.2.8 + tag: v4.2.12 pullPolicy: IfNotPresent imagePullSecrets: [] initcontainers: [] diff --git a/index.yaml b/index.yaml index 0d9187466e1..754362fb1b7 100644 --- a/index.yaml +++ b/index.yaml @@ -1,6 +1,27 @@ apiVersion: v1 entries: minio-operator: + - apiVersion: v2 + appVersion: v4.2.12 + created: "2021-10-07T17:59:14.287184-07:00" + description: A Helm chart for MinIO Operator + digest: a1233b80a3658502d6871e12b7c0a2897d12cf8df859c9c531efc32e62d48c9d + home: https://min.io + icon: https://min.io/resources/img/logo/MINIO_wordmark.png + keywords: + - storage + - object-storage + - S3 + maintainers: + - email: dev@minio.io + name: MinIO, Inc + name: minio-operator + sources: + - https://github.com/minio/operator + type: application + urls: + - https://operator.min.io/helm-releases/minio-operator-4.2.12.tgz + version: 4.2.12 - apiVersion: v2 appVersion: v4.2.10 created: "2021-09-17T21:39:37.198918-07:00" diff --git a/kubectl-minio/README.md b/kubectl-minio/README.md index 8d12980c29b..c5ab43e7407 100644 --- a/kubectl-minio/README.md +++ b/kubectl-minio/README.md @@ -20,7 +20,7 @@ Creates MinIO Operator Deployment along with MinIO Tenant CRD, Service account, Options: -- `--image=minio/operator:v4.2.10` +- `--image=minio/operator:v4.2.12` - `--namespace=minio-operator` - `--cluster-domain=cluster.local` - `--namespace-to-watch=default` diff --git a/kubectl-minio/cmd/helpers/constants.go b/kubectl-minio/cmd/helpers/constants.go index 87be06406b7..d430512935c 100644 --- a/kubectl-minio/cmd/helpers/constants.go +++ b/kubectl-minio/cmd/helpers/constants.go @@ -71,7 +71,7 @@ const ( DefaultImagePullPolicy = corev1.PullIfNotPresent // DefaultOperatorImage is the default operator image to be used - DefaultOperatorImage = "minio/operator:v4.2.10" + DefaultOperatorImage = "minio/operator:v4.2.12" // DefaultTenantImage is the default MinIO image used while creating tenant DefaultTenantImage = "minio/minio:RELEASE.2021-10-06T23-36-31Z" diff --git a/manifests/minio-operator.v4.1.2.clusterserviceversion.yaml b/manifests/minio-operator.v4.1.2.clusterserviceversion.yaml index fce465749ec..2f5dd5a0779 100644 --- a/manifests/minio-operator.v4.1.2.clusterserviceversion.yaml +++ b/manifests/minio-operator.v4.1.2.clusterserviceversion.yaml @@ -58,7 +58,7 @@ metadata: }, "podManagementPolicy": "Parallel", "console": { - "image": "minio/console:v0.10.0", + "image": "minio/console:v0.10.3", "replicas": 1, "consoleSecret": { "name": "console-secret" @@ -76,12 +76,12 @@ metadata: capabilities: "Full Lifecycle" categories: "Storage, Big Data, AI/Machine Learning" certified: "false" - containerImage: "minio/operator:v4.2.10" + containerImage: "minio/operator:v4.2.12" createdAt: 2021-03-17 00:00:00 +00:00 description: " MinIO Operator allows creating distributed MinIO Clusters and manage their lifecycle" repository: "https://github.com/minio/operator" support: "MinIO, Inc." - name: minio-operator.v4.2.2 + name: minio-operator.v4.2.12 namespace: placeholder spec: customresourcedefinitions: @@ -202,7 +202,7 @@ spec: spec: containers: - - image: "docker.io/minio/operator:v4.2.10" + image: "docker.io/minio/operator:v4.2.12" name: minio-operator serviceAccountName: minio-operator permissions: diff --git a/pkg/apis/minio.min.io/v2/constants.go b/pkg/apis/minio.min.io/v2/constants.go index d9bdca33858..85e06aef09c 100644 --- a/pkg/apis/minio.min.io/v2/constants.go +++ b/pkg/apis/minio.min.io/v2/constants.go @@ -112,7 +112,7 @@ const DefaultPoolName = "pool-0" // Console Related Constants // DefaultConsoleImage specifies the latest Console Docker hub image -const DefaultConsoleImage = "minio/console:v0.10.0" +const DefaultConsoleImage = "minio/console:v0.10.3" // ConsoleTenantLabel is applied to the Console pods of a Tenant cluster const ConsoleTenantLabel = "v1.min.io/console" @@ -181,7 +181,7 @@ const PrometheusServiceMonitorSecretKey = "token" // Log related constants // DefaultLogSearchAPIImage specifies the latest logsearchapi container image -const DefaultLogSearchAPIImage = "minio/logsearchapi:v4.2.10" +const DefaultLogSearchAPIImage = "minio/logsearchapi:v4.2.12" // LogPgImage specifies the latest Postgres container image const LogPgImage = "library/postgres" diff --git a/resources/base/console-ui.yaml b/resources/base/console-ui.yaml index 730f9d694b4..e54bf395cd0 100644 --- a/resources/base/console-ui.yaml +++ b/resources/base/console-ui.yaml @@ -295,7 +295,7 @@ spec: env: - name: CONSOLE_OPERATOR_MODE value: "on" - image: minio/console:v0.10.0 + image: minio/console:v0.10.3 imagePullPolicy: IfNotPresent name: console securityContext: diff --git a/resources/base/deployment.yaml b/resources/base/deployment.yaml index 95b42939a80..9e8a4cd1d9a 100644 --- a/resources/base/deployment.yaml +++ b/resources/base/deployment.yaml @@ -16,7 +16,7 @@ spec: serviceAccountName: minio-operator containers: - name: minio-operator - image: minio/operator:v4.2.10 + image: minio/operator:v4.2.12 imagePullPolicy: IfNotPresent resources: requests: