From bc6d186daf0eb426bd3c5827becd1a3f13039598 Mon Sep 17 00:00:00 2001 From: Lenin Alevski Date: Fri, 19 Feb 2021 12:02:09 -0800 Subject: [PATCH] Update MinIO and Console images (#484) Update MinIO and Console images in examples and default values --- examples/tenant-encryption.yaml | 4 ++-- examples/tenant-log-search.yaml | 2 +- examples/tenant-pod-security-policy.yaml | 2 +- examples/tenant-prometheus.yaml | 2 +- ...ant-with-autocert-and-custom-certs-encryption-enabled.yaml | 4 ++-- examples/tenant-with-autocert-and-ldap.yaml | 2 +- examples/tenant-with-autocert-encryption-disabled.yaml | 4 ++-- examples/tenant-with-autocert-encryption-enabled.yaml | 4 ++-- examples/tenant-with-custom-ca-certs.yaml | 4 ++-- examples/tenant-with-custom-cert-encryption-disabled.yaml | 4 ++-- examples/tenant-with-custom-cert-encryption-enabled.yaml | 4 ++-- examples/tenant.yaml | 4 ++-- kubectl-minio/README.md | 2 +- kubectl-minio/cmd/helpers/constants.go | 4 ++-- kubectl-minio/cmd/tenant-upgrade.go | 2 +- pkg/apis/minio.min.io/v1/constants.go | 4 ++-- pkg/apis/minio.min.io/v2/constants.go | 4 ++-- testing/patching/upgrade-one-zone-step-1.yaml | 2 +- testing/patching/upgrade-one-zone-step-2.yaml | 2 +- testing/patching/upgrade-two-zones-step-1.yaml | 2 +- testing/patching/upgrade-two-zones-step-2.yaml | 2 +- 21 files changed, 32 insertions(+), 32 deletions(-) diff --git a/examples/tenant-encryption.yaml b/examples/tenant-encryption.yaml index 078174a2c13..bccfd34b0da 100644 --- a/examples/tenant-encryption.yaml +++ b/examples/tenant-encryption.yaml @@ -108,7 +108,7 @@ metadata: spec: ## Registry location and Tag to download MinIO Server image - image: minio/minio:RELEASE.2021-02-14T04-01-33Z + image: minio/minio:RELEASE.2021-02-19T04-38-02Z imagePullPolicy: IfNotPresent ## Secret with credentials to be used by MinIO Tenant. @@ -224,7 +224,7 @@ spec: ## Define configuration for Console (Graphical user interface for MinIO) ## Refer https://github.com/minio/console console: - image: minio/console:v0.5.2 + image: minio/console:v0.6.0 replicas: 2 consoleSecret: name: console-secret diff --git a/examples/tenant-log-search.yaml b/examples/tenant-log-search.yaml index 26692e4c86c..56fa4675a94 100644 --- a/examples/tenant-log-search.yaml +++ b/examples/tenant-log-search.yaml @@ -31,7 +31,7 @@ metadata: spec: ## Registry location and Tag to download MinIO Server image - image: minio/minio:RELEASE.2021-02-14T04-01-33Z + image: minio/minio:RELEASE.2021-02-19T04-38-02Z imagePullPolicy: IfNotPresent ## Secret with credentials to be used by MinIO Tenant. diff --git a/examples/tenant-pod-security-policy.yaml b/examples/tenant-pod-security-policy.yaml index c2b5ebb7075..60070b63195 100644 --- a/examples/tenant-pod-security-policy.yaml +++ b/examples/tenant-pod-security-policy.yaml @@ -76,7 +76,7 @@ metadata: # name: my-custom-scheduler spec: ## Registry location and Tag to download MinIO Server image - image: minio/minio:RELEASE.2021-02-14T04-01-33Z + image: minio/minio:RELEASE.2021-02-19T04-38-02Z ## Service account to be used for all the MinIO Pods serviceAccountName: minio-pods pools: diff --git a/examples/tenant-prometheus.yaml b/examples/tenant-prometheus.yaml index 6aae970e58e..2f485aa5c32 100644 --- a/examples/tenant-prometheus.yaml +++ b/examples/tenant-prometheus.yaml @@ -31,7 +31,7 @@ metadata: spec: ## Registry location and Tag to download MinIO Server image - image: minio/minio:RELEASE.2021-02-14T04-01-33Z + image: minio/minio:RELEASE.2021-02-19T04-38-02Z imagePullPolicy: IfNotPresent ## Secret with credentials to be used by MinIO Tenant. 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 de6a0505e51..751be07082d 100644 --- a/examples/tenant-with-autocert-and-custom-certs-encryption-enabled.yaml +++ b/examples/tenant-with-autocert-and-custom-certs-encryption-enabled.yaml @@ -101,7 +101,7 @@ metadata: spec: ## Registry location and Tag to download MinIO Server image - image: minio/minio:RELEASE.2021-02-14T04-01-33Z + image: minio/minio:RELEASE.2021-02-19T04-38-02Z imagePullPolicy: IfNotPresent ## Secret with credentials to be used by MinIO Tenant. @@ -174,7 +174,7 @@ spec: ## Define configuration for Console (Graphical user interface for MinIO) ## Refer https://github.com/minio/console console: - image: minio/console:v0.5.2 + image: minio/console:v0.6.0 replicas: 2 externalCertSecret: name: minio-autocert-custom-cert-encryption-localhost-cert diff --git a/examples/tenant-with-autocert-and-ldap.yaml b/examples/tenant-with-autocert-and-ldap.yaml index 48dba502ee6..b895e5ba87f 100644 --- a/examples/tenant-with-autocert-and-ldap.yaml +++ b/examples/tenant-with-autocert-and-ldap.yaml @@ -147,7 +147,7 @@ metadata: spec: ## Registry location and Tag to download MinIO Server image - image: minio/minio:RELEASE.2020-11-13T20-10-18Z + image: minio/minio:RELEASE.2021-02-19T04-38-02Z imagePullPolicy: IfNotPresent ## Secret with credentials to be used by MinIO Tenant. diff --git a/examples/tenant-with-autocert-encryption-disabled.yaml b/examples/tenant-with-autocert-encryption-disabled.yaml index f414fb28b0e..7d7d1a217ea 100644 --- a/examples/tenant-with-autocert-encryption-disabled.yaml +++ b/examples/tenant-with-autocert-encryption-disabled.yaml @@ -47,7 +47,7 @@ metadata: spec: ## Registry location and Tag to download MinIO Server image - image: minio/minio:RELEASE.2021-02-14T04-01-33Z + image: minio/minio:RELEASE.2021-02-19T04-38-02Z imagePullPolicy: IfNotPresent ## Secret with credentials to be used by MinIO Tenant. @@ -116,7 +116,7 @@ spec: ## Define configuration for Console (Graphical user interface for MinIO) ## Refer https://github.com/minio/console console: - image: minio/console:v0.5.2 + image: minio/console:v0.6.0 replicas: 2 consoleSecret: name: minio-autocert-no-encryption-console-secret diff --git a/examples/tenant-with-autocert-encryption-enabled.yaml b/examples/tenant-with-autocert-encryption-enabled.yaml index 43d78578648..5a02732ff43 100644 --- a/examples/tenant-with-autocert-encryption-enabled.yaml +++ b/examples/tenant-with-autocert-encryption-enabled.yaml @@ -90,7 +90,7 @@ metadata: spec: ## Registry location and Tag to download MinIO Server image - image: minio/minio:RELEASE.2021-02-14T04-01-33Z + image: minio/minio:RELEASE.2021-02-19T04-38-02Z imagePullPolicy: IfNotPresent ## Secret with credentials to be used by MinIO Tenant. @@ -159,7 +159,7 @@ spec: ## Define configuration for Console (Graphical user interface for MinIO) ## Refer https://github.com/minio/console console: - image: minio/console:v0.5.2 + image: minio/console:v0.6.0 replicas: 2 consoleSecret: name: minio-autocert-encryption-console-secret diff --git a/examples/tenant-with-custom-ca-certs.yaml b/examples/tenant-with-custom-ca-certs.yaml index a8f3999a595..c9090fd17b3 100644 --- a/examples/tenant-with-custom-ca-certs.yaml +++ b/examples/tenant-with-custom-ca-certs.yaml @@ -86,7 +86,7 @@ metadata: spec: ## Registry location and Tag to download MinIO Server image - image: minio/minio:RELEASE.2021-02-14T04-01-33Z + image: minio/minio:RELEASE.2021-02-19T04-38-02Z imagePullPolicy: IfNotPresent ## Secret with credentials to be used by MinIO Tenant. @@ -170,7 +170,7 @@ spec: ## Define configuration for Console (Graphical user interface for MinIO) ## Refer https://github.com/minio/console console: - image: minio/console:v0.5.2 + image: minio/console:v0.6.0 replicas: 2 consoleSecret: name: minio-custom-cert-no-encryption-console-secret diff --git a/examples/tenant-with-custom-cert-encryption-disabled.yaml b/examples/tenant-with-custom-cert-encryption-disabled.yaml index b78f89e2e56..3b1f168742a 100644 --- a/examples/tenant-with-custom-cert-encryption-disabled.yaml +++ b/examples/tenant-with-custom-cert-encryption-disabled.yaml @@ -78,7 +78,7 @@ metadata: spec: ## Registry location and Tag to download MinIO Server image - image: minio/minio:RELEASE.2021-02-14T04-01-33Z + image: minio/minio:RELEASE.2021-02-19T04-38-02Z imagePullPolicy: IfNotPresent ## Secret with credentials to be used by MinIO Tenant. @@ -156,7 +156,7 @@ spec: ## Define configuration for Console (Graphical user interface for MinIO) ## Refer https://github.com/minio/console console: - image: minio/console:v0.5.2 + image: minio/console:v0.6.0 replicas: 2 consoleSecret: name: minio-custom-cert-no-encryption-console-secret diff --git a/examples/tenant-with-custom-cert-encryption-enabled.yaml b/examples/tenant-with-custom-cert-encryption-enabled.yaml index 91868c71ec1..2dc479176b5 100644 --- a/examples/tenant-with-custom-cert-encryption-enabled.yaml +++ b/examples/tenant-with-custom-cert-encryption-enabled.yaml @@ -141,7 +141,7 @@ metadata: spec: ## Registry location and Tag to download MinIO Server image - image: minio/minio:RELEASE.2021-02-14T04-01-33Z + image: minio/minio:RELEASE.2021-02-19T04-38-02Z imagePullPolicy: IfNotPresent ## Secret with credentials to be used by MinIO Tenant. @@ -223,7 +223,7 @@ spec: ## Define configuration for Console (Graphical user interface for MinIO) ## Refer https://github.com/minio/console console: - image: minio/console:v0.5.2 + image: minio/console:v0.6.0 replicas: 2 consoleSecret: name: minio-custom-cert-encryption-console-secret diff --git a/examples/tenant.yaml b/examples/tenant.yaml index 1dcb54e2aa6..abd507501fd 100644 --- a/examples/tenant.yaml +++ b/examples/tenant.yaml @@ -47,7 +47,7 @@ metadata: spec: ## Registry location and Tag to download MinIO Server image - image: minio/minio:RELEASE.2021-02-14T04-01-33Z + image: minio/minio:RELEASE.2021-02-19T04-38-02Z imagePullPolicy: IfNotPresent ## Secret with credentials to be used by MinIO Tenant. @@ -181,7 +181,7 @@ spec: ## Define configuration for Console (Graphical user interface for MinIO) ## Refer https://github.com/minio/console console: - image: minio/console:v0.5.2 + image: minio/console:v0.6.0 replicas: 2 consoleSecret: name: console-secret diff --git a/kubectl-minio/README.md b/kubectl-minio/README.md index fe0cebf7145..b3709e4d2be 100644 --- a/kubectl-minio/README.md +++ b/kubectl-minio/README.md @@ -84,7 +84,7 @@ Command: `kubectl minio tenant upgrade TENANT_NAME --image IMAGE_TAG [options]` Upgrade MinIO Docker image for the given MinIO Tenant. -example: `kubectl minio tenant upgrade tenant1 --image minio/minio:RELEASE.2021-02-14T04-01-33Z` +example: `kubectl minio tenant upgrade tenant1 --image minio/minio:RELEASE.2021-02-19T04-38-02Z` Options: diff --git a/kubectl-minio/cmd/helpers/constants.go b/kubectl-minio/cmd/helpers/constants.go index a14e16ddc13..6a76a274e4a 100644 --- a/kubectl-minio/cmd/helpers/constants.go +++ b/kubectl-minio/cmd/helpers/constants.go @@ -74,13 +74,13 @@ const ( DefaultOperatorImage = "minio/operator:v4.0.0" // DefaultTenantImage is the default MinIO image used while creating tenant - DefaultTenantImage = "minio/minio:RELEASE.2021-02-14T04-01-33Z" + DefaultTenantImage = "minio/minio:RELEASE.2021-02-19T04-38-02Z" // DefaultKESImage is the default KES image used while creating tenant DefaultKESImage = "minio/kes:v0.13.4" // DefaultConsoleImage is the default console image used while creating tenant - DefaultConsoleImage = "minio/console:v0.5.2" + DefaultConsoleImage = "minio/console:v0.6.0" ) var ( diff --git a/kubectl-minio/cmd/tenant-upgrade.go b/kubectl-minio/cmd/tenant-upgrade.go index a12e7c29aa0..7e0f8aebc77 100644 --- a/kubectl-minio/cmd/tenant-upgrade.go +++ b/kubectl-minio/cmd/tenant-upgrade.go @@ -39,7 +39,7 @@ import ( const ( upgradeDesc = ` 'upgrade' command upgrades a MinIO tenant to the specified MinIO version` - upgradeExample = ` kubectl minio tenant upgrade tenant1 --image minio/minio:RELEASE.2021-02-14T04-01-33Z --namespace tenant1-ns` + upgradeExample = ` kubectl minio tenant upgrade tenant1 --image minio/minio:RELEASE.2021-02-19T04-38-02Z --namespace tenant1-ns` ) type upgradeCmd struct { diff --git a/pkg/apis/minio.min.io/v1/constants.go b/pkg/apis/minio.min.io/v1/constants.go index b7cc9bfec34..5e11a558692 100644 --- a/pkg/apis/minio.min.io/v1/constants.go +++ b/pkg/apis/minio.min.io/v1/constants.go @@ -83,7 +83,7 @@ const MinIOVolumeMountPath = "/export" const MinIOVolumeSubPath = "" // DefaultMinIOImage specifies the default MinIO Docker hub image -const DefaultMinIOImage = "minio/minio:RELEASE.2021-02-14T04-01-33Z" +const DefaultMinIOImage = "minio/minio:RELEASE.2021-02-19T04-38-02Z" // DefaultMinIOUpdateURL specifies the default MinIO URL where binaries are // pulled from during MinIO upgrades @@ -104,7 +104,7 @@ const DefaultZoneName = "zone-0" // Console Related Constants // DefaultConsoleImage specifies the latest Console Docker hub image -const DefaultConsoleImage = "minio/console:v0.5.2" +const DefaultConsoleImage = "minio/console:v0.6.0" // ConsoleTenantLabel is applied to the Console pods of a Tenant cluster const ConsoleTenantLabel = "v1.min.io/console" diff --git a/pkg/apis/minio.min.io/v2/constants.go b/pkg/apis/minio.min.io/v2/constants.go index 143ed74e29d..d32230566e6 100644 --- a/pkg/apis/minio.min.io/v2/constants.go +++ b/pkg/apis/minio.min.io/v2/constants.go @@ -92,7 +92,7 @@ const MinIOVolumeMountPath = "/export" const MinIOVolumeSubPath = "" // DefaultMinIOImage specifies the default MinIO Docker hub image -const DefaultMinIOImage = "minio/minio:RELEASE.2021-02-14T04-01-33Z" +const DefaultMinIOImage = "minio/minio:RELEASE.2021-02-19T04-38-02Z" // DefaultMinIOUpdateURL specifies the default MinIO URL where binaries are // pulled from during MinIO upgrades @@ -113,7 +113,7 @@ const DefaultPoolName = "pool-0" // Console Related Constants // DefaultConsoleImage specifies the latest Console Docker hub image -const DefaultConsoleImage = "minio/console:v0.5.2" +const DefaultConsoleImage = "minio/console:v0.6.0" // ConsoleTenantLabel is applied to the Console pods of a Tenant cluster const ConsoleTenantLabel = "v1.min.io/console" diff --git a/testing/patching/upgrade-one-zone-step-1.yaml b/testing/patching/upgrade-one-zone-step-1.yaml index 05d811d39f5..b5202a51f82 100644 --- a/testing/patching/upgrade-one-zone-step-1.yaml +++ b/testing/patching/upgrade-one-zone-step-1.yaml @@ -12,7 +12,7 @@ kind: Tenant metadata: name: upgrade-one-pool spec: - image: minio/minio:RELEASE.2021-02-14T04-01-33Z + image: minio/minio:RELEASE.2021-02-19T04-38-02Z pools: - servers: 1 volumesPerServer: 4 diff --git a/testing/patching/upgrade-one-zone-step-2.yaml b/testing/patching/upgrade-one-zone-step-2.yaml index 05d811d39f5..b5202a51f82 100644 --- a/testing/patching/upgrade-one-zone-step-2.yaml +++ b/testing/patching/upgrade-one-zone-step-2.yaml @@ -12,7 +12,7 @@ kind: Tenant metadata: name: upgrade-one-pool spec: - image: minio/minio:RELEASE.2021-02-14T04-01-33Z + image: minio/minio:RELEASE.2021-02-19T04-38-02Z pools: - servers: 1 volumesPerServer: 4 diff --git a/testing/patching/upgrade-two-zones-step-1.yaml b/testing/patching/upgrade-two-zones-step-1.yaml index 49017a0e077..ca521036e13 100644 --- a/testing/patching/upgrade-two-zones-step-1.yaml +++ b/testing/patching/upgrade-two-zones-step-1.yaml @@ -12,7 +12,7 @@ kind: Tenant metadata: name: upgrade-two-pools spec: - image: minio/minio:RELEASE.2021-02-14T04-01-33Z + image: minio/minio:RELEASE.2021-02-19T04-38-02Z pools: - servers: 4 volumesPerServer: 4 diff --git a/testing/patching/upgrade-two-zones-step-2.yaml b/testing/patching/upgrade-two-zones-step-2.yaml index 49017a0e077..ca521036e13 100644 --- a/testing/patching/upgrade-two-zones-step-2.yaml +++ b/testing/patching/upgrade-two-zones-step-2.yaml @@ -12,7 +12,7 @@ kind: Tenant metadata: name: upgrade-two-pools spec: - image: minio/minio:RELEASE.2021-02-14T04-01-33Z + image: minio/minio:RELEASE.2021-02-19T04-38-02Z pools: - servers: 4 volumesPerServer: 4