Skip to content

Commit

Permalink
Update to latest MinIO, Console & KES images (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitisht authored Nov 24, 2020
1 parent 113323b commit b67fa0e
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ You need to provide those `kubernetes secrets` in your Tenant `YAML` file using
type: kubernetes.io/tls
...
console:
image: minio/console:v0.3.26
image: minio/console:v0.4.5
...
externalCertSecret:
name: console-tls-cert
Expand Down
4 changes: 2 additions & 2 deletions examples/tenant-encryption.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,15 +226,15 @@ spec:
## Define configuration for Console (Graphical user interface for MinIO)
## Refer https://github.com/minio/console
console:
image: minio/console:v0.3.26
image: minio/console:v0.4.5
replicas: 2
consoleSecret:
name: console-secret

## Define configuration for KES (stateless and distributed key-management system)
## Refer https://github.com/minio/kes
kes:
image: minio/kes:v0.12.0
image: minio/kes:v0.12.1
replicas: 2
kesSecret:
name: kes-config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ spec:
## Define configuration for KES (stateless and distributed key-management system)
## Refer https://github.com/minio/kes
kes:
image: minio/kes:v0.12.0
image: minio/kes:v0.12.1
replicas: 2
kesSecret:
name: minio-autocert-custom-cert-encryption-kes-config
2 changes: 1 addition & 1 deletion examples/tenant-with-autocert-encryption-disabled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ spec:
## Define configuration for Console (Graphical user interface for MinIO)
## Refer https://github.com/minio/console
console:
image: minio/console:v0.3.26
image: minio/console:v0.4.5
replicas: 2
consoleSecret:
name: minio-autocert-no-encryption-console-secret
4 changes: 2 additions & 2 deletions examples/tenant-with-autocert-encryption-enabled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,14 @@ spec:
## Define configuration for Console (Graphical user interface for MinIO)
## Refer https://github.com/minio/console
console:
image: minio/console:v0.3.26
image: minio/console:v0.4.5
replicas: 2
consoleSecret:
name: minio-autocert-encryption-console-secret
## Define configuration for KES (stateless and distributed key-management system)
## Refer https://github.com/minio/kes
kes:
image: minio/kes:v0.12.0
image: minio/kes:v0.12.1
replicas: 2
kesSecret:
name: minio-autocert-encryption-kes-config
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-with-custom-cert-encryption-disabled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ spec:
## Define configuration for Console (Graphical user interface for MinIO)
## Refer https://github.com/minio/console
console:
image: minio/console:v0.3.26
image: minio/console:v0.4.5
replicas: 2
consoleSecret:
name: minio-custom-cert-no-encryption-console-secret
Expand Down
4 changes: 2 additions & 2 deletions examples/tenant-with-custom-cert-encryption-enabled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ spec:
## Define configuration for Console (Graphical user interface for MinIO)
## Refer https://github.com/minio/console
console:
image: minio/console:v0.3.26
image: minio/console:v0.4.5
replicas: 2
consoleSecret:
name: minio-custom-cert-encryption-console-secret
Expand All @@ -235,7 +235,7 @@ spec:
## Define configuration for KES (stateless and distributed key-management system)
## Refer https://github.com/minio/kes
kes:
image: minio/kes:v0.12.0
image: minio/kes:v0.12.1
replicas: 2
externalCertSecret:
name: minio-custom-cert-encryption-cluster-cert
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ spec:
## Define configuration for Console (Graphical user interface for MinIO)
## Refer https://github.com/minio/console
console:
image: minio/console:v0.3.26
image: minio/console:v0.4.5
replicas: 2
consoleSecret:
name: console-secret
4 changes: 2 additions & 2 deletions kubectl-minio/cmd/helpers/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ const (
DefaultTenantImage = "minio/minio:RELEASE.2020-11-19T23-48-16Z"

// DefaultKESImage is the default KES image used while creating tenant
DefaultKESImage = "minio/kes:v0.11.0"
DefaultKESImage = "minio/kes:v0.12.1"

// DefaultConsoleImage is the default console image used while creating tenant
DefaultConsoleImage = "minio/console:v0.3.14"
DefaultConsoleImage = "minio/console:v0.4.5"
)

// DeploymentReplicas is the number of replicas for MinIO Operator
Expand Down
4 changes: 2 additions & 2 deletions pkg/apis/minio.min.io/v1/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const DefaultZoneName = "zone-0"
// Console Related Constants

// DefaultConsoleImage specifies the latest Console Docker hub image
const DefaultConsoleImage = "minio/console:v0.3.14"
const DefaultConsoleImage = "minio/console:v0.4.5"

// ConsoleTenantLabel is applied to the Console pods of a Tenant cluster
const ConsoleTenantLabel = "v1.min.io/console"
Expand Down Expand Up @@ -146,7 +146,7 @@ const ConsoleCertPath = "/tmp/certs"
// KES Related Constants

// DefaultKESImage specifies the latest KES Docker hub image
const DefaultKESImage = "minio/kes:v0.11.0"
const DefaultKESImage = "minio/kes:v0.12.1"

// KESInstanceLabel is applied to the KES pods of a Tenant cluster
const KESInstanceLabel = "v1.min.io/kes"
Expand Down
2 changes: 1 addition & 1 deletion testing/patching/upgrade-two-zones-step-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kind: Tenant
metadata:
name: upgrade-two-zones
spec:
image: minio/minio:ELEASE.2020-08-13T02-39-50Z
image: minio/minio:RELEASE.2020-11-19T23-48-16Z
zones:
- servers: 4
volumesPerServer: 4
Expand Down

0 comments on commit b67fa0e

Please sign in to comment.