From e5c2675f1c78663313efda027e7c7245062a9716 Mon Sep 17 00:00:00 2001 From: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com> Date: Tue, 24 Aug 2021 16:29:57 -0700 Subject: [PATCH] Console v0.9.4 and KES v0.16.1 --- docs/crd.adoc | 2 +- docs/templates/asciidoctor/gv_list.tpl | 2 +- examples/tenant-encryption.yaml | 2 +- ...ant-with-autocert-and-custom-certs-encryption-enabled.yaml | 2 +- examples/tenant-with-autocert-encryption-enabled.yaml | 2 +- examples/tenant-with-custom-cert-encryption-enabled.yaml | 2 +- examples/tenant.yaml | 2 +- helm/minio-operator/values.yaml | 2 +- kubectl-minio/cmd/helpers/constants.go | 2 +- manifests/minio-operator.v4.1.2.clusterserviceversion.yaml | 2 +- pkg/apis/minio.min.io/v2/constants.go | 4 ++-- resources/base/console-ui.yaml | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/crd.adoc b/docs/crd.adoc index d7148877ba9..f24ae797878 100644 --- a/docs/crd.adoc +++ b/docs/crd.adoc @@ -5,7 +5,7 @@ == API Reference :minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2021-08-20T18-32-01Z] -:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:v0.15.1] +: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.2] :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 f8a3f5687eb..b8c1498cfba 100644 --- a/docs/templates/asciidoctor/gv_list.tpl +++ b/docs/templates/asciidoctor/gv_list.tpl @@ -8,7 +8,7 @@ == API Reference :minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2021-08-20T18-32-01Z] -:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:v0.15.1] +: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.2] :postgres-image: https://github.com/docker-library/postgres[library/postgres] diff --git a/examples/tenant-encryption.yaml b/examples/tenant-encryption.yaml index 307719d4dd3..2a52ca445c2 100644 --- a/examples/tenant-encryption.yaml +++ b/examples/tenant-encryption.yaml @@ -232,7 +232,7 @@ spec: ## Define configuration for KES (stateless and distributed key-management system) ## Refer https://github.com/minio/kes kes: - image: minio/kes:v0.15.1 + image: minio/kes:v0.16.1 replicas: 2 kesSecret: name: kes-config diff --git a/examples/tenant-with-autocert-and-custom-certs-encryption-enabled.yaml b/examples/tenant-with-autocert-and-custom-certs-encryption-enabled.yaml index 6cede36349d..74764f89a5a 100644 --- a/examples/tenant-with-autocert-and-custom-certs-encryption-enabled.yaml +++ b/examples/tenant-with-autocert-and-custom-certs-encryption-enabled.yaml @@ -174,7 +174,7 @@ spec: ## Define configuration for KES (stateless and distributed key-management system) ## Refer https://github.com/minio/kes kes: - image: minio/kes:v0.15.1 + image: minio/kes:v0.16.1 replicas: 2 kesSecret: name: minio-autocert-custom-cert-encryption-kes-config diff --git a/examples/tenant-with-autocert-encryption-enabled.yaml b/examples/tenant-with-autocert-encryption-enabled.yaml index 7c25c2cd390..637a4b1f9f7 100644 --- a/examples/tenant-with-autocert-encryption-enabled.yaml +++ b/examples/tenant-with-autocert-encryption-enabled.yaml @@ -160,7 +160,7 @@ spec: ## Define configuration for KES (stateless and distributed key-management system) ## Refer https://github.com/minio/kes kes: - image: minio/kes:v0.15.1 + image: minio/kes:v0.16.1 replicas: 2 kesSecret: name: minio-autocert-encryption-kes-config diff --git a/examples/tenant-with-custom-cert-encryption-enabled.yaml b/examples/tenant-with-custom-cert-encryption-enabled.yaml index d55295a899c..f64b3cc00f0 100644 --- a/examples/tenant-with-custom-cert-encryption-enabled.yaml +++ b/examples/tenant-with-custom-cert-encryption-enabled.yaml @@ -223,7 +223,7 @@ spec: ## Define configuration for KES (stateless and distributed key-management system) ## Refer https://github.com/minio/kes kes: - image: minio/kes:v0.15.1 + image: minio/kes:v0.16.1 replicas: 2 externalCertSecret: name: minio-custom-cert-encryption-cluster-cert diff --git a/examples/tenant.yaml b/examples/tenant.yaml index 625f83bdc9a..beae86badfd 100644 --- a/examples/tenant.yaml +++ b/examples/tenant.yaml @@ -198,7 +198,7 @@ spec: ## Define configuration for KES (stateless and distributed key-management system) ## Refer https://github.com/minio/kes # kes: - # image: minio/kes:v0.15.1 + # image: minio/kes:v0.16.1 # replicas: 2 # kesSecret: # name: kes-config diff --git a/helm/minio-operator/values.yaml b/helm/minio-operator/values.yaml index b4cdcdc9c37..ba586e5bdeb 100644 --- a/helm/minio-operator/values.yaml +++ b/helm/minio-operator/values.yaml @@ -37,7 +37,7 @@ operator: console: image: repository: minio/console - tag: v0.9.3 + tag: v0.9.4 pullPolicy: IfNotPresent imagePullSecrets: [] initcontainers: [] diff --git a/kubectl-minio/cmd/helpers/constants.go b/kubectl-minio/cmd/helpers/constants.go index a3725ca44d1..00decc338f9 100644 --- a/kubectl-minio/cmd/helpers/constants.go +++ b/kubectl-minio/cmd/helpers/constants.go @@ -77,7 +77,7 @@ const ( DefaultTenantImage = "minio/minio:RELEASE.2021-08-20T18-32-01Z" // DefaultKESImage is the default KES image used while creating tenant - DefaultKESImage = "minio/kes:v0.15.1" + DefaultKESImage = "minio/kes:v0.16.1" // DefaultOperatorServiceName is the default service name for operator DefaultOperatorServiceName = "operator" diff --git a/manifests/minio-operator.v4.1.2.clusterserviceversion.yaml b/manifests/minio-operator.v4.1.2.clusterserviceversion.yaml index 657e9f2b123..14bb4b5be07 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.9.3", + "image": "minio/console:v0.9.4", "replicas": 1, "consoleSecret": { "name": "console-secret" diff --git a/pkg/apis/minio.min.io/v2/constants.go b/pkg/apis/minio.min.io/v2/constants.go index ae04e7cf3c4..72af8fe1049 100644 --- a/pkg/apis/minio.min.io/v2/constants.go +++ b/pkg/apis/minio.min.io/v2/constants.go @@ -116,7 +116,7 @@ const DefaultPoolName = "pool-0" // Console Related Constants // DefaultConsoleImage specifies the latest Console Docker hub image -const DefaultConsoleImage = "minio/console:v0.9.3" +const DefaultConsoleImage = "minio/console:v0.9.4" // ConsoleTenantLabel is applied to the Console pods of a Tenant cluster const ConsoleTenantLabel = "v1.min.io/console" @@ -250,7 +250,7 @@ const LogSearchDiskCapacityGB = "LOGSEARCH_DISK_CAPACITY_GB" // KES Related Constants // DefaultKESImage specifies the latest KES Docker hub image -const DefaultKESImage = "minio/kes:v0.15.1" +const DefaultKESImage = "minio/kes:v0.16.1" // KESInstanceLabel is applied to the KES pods of a Tenant cluster const KESInstanceLabel = "v1.min.io/kes" diff --git a/resources/base/console-ui.yaml b/resources/base/console-ui.yaml index 98a4cd9d9ce..2374790386a 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.9.3 + image: minio/console:v0.9.4 imagePullPolicy: IfNotPresent name: console securityContext: