Skip to content

Commit

Permalink
Console v0.9.4 and KES v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaldivia committed Aug 24, 2021
1 parent 7dff209 commit e5c2675
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/crd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
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 @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-encryption.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion examples/tenant-with-autocert-encryption-enabled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion examples/tenant-with-custom-cert-encryption-enabled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/minio-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ operator:
console:
image:
repository: minio/console
tag: v0.9.3
tag: v0.9.4
pullPolicy: IfNotPresent
imagePullSecrets: []
initcontainers: []
Expand Down
2 changes: 1 addition & 1 deletion kubectl-minio/cmd/helpers/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion manifests/minio-operator.v4.1.2.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions pkg/apis/minio.min.io/v2/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion resources/base/console-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e5c2675

Please sign in to comment.