Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Console to v0.7.4 #659

Merged
merged 1 commit into from
May 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-05-27T22-06-31Z]
:console-image: https://hub.docker.com/r/minio/console/tags[minio/console:v0.7.3]
:console-image: https://hub.docker.com/r/minio/console/tags[minio/console:v0.7.4]
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:v0.14.0]
:prometheus-image: https://quay.io/prometheus/prometheus:latest[prometheus/prometheus:latest]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.0.11]
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-05-27T22-06-31Z]
:console-image: https://hub.docker.com/r/minio/console/tags[minio/console:v0.7.3]
:console-image: https://hub.docker.com/r/minio/console/tags[minio/console:v0.7.4]
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:v0.14.0]
:prometheus-image: https://quay.io/prometheus/prometheus:latest[prometheus/prometheus:latest]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.0.11]
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-encryption.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.3
image: minio/console:v0.7.4
replicas: 2
consoleSecret:
name: console-secret
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ spec:
## Define configuration for Console (Graphical user interface for MinIO)
## Refer https://github.com/minio/console
console:
image: minio/console:v0.7.3
image: minio/console:v0.7.4
replicas: 2
consoleSecret:
name: console-secret
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-tiny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ spec:
## Define configuration for Console (Graphical user interface for MinIO)
## Refer https://github.com/minio/console
console:
image: minio/console:v0.7.3
image: minio/console:v0.7.4
replicas: 2
consoleSecret:
name: console-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.3
image: minio/console:v0.7.4
replicas: 2
externalCertSecret:
name: minio-autocert-custom-cert-encryption-localhost-cert
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-with-autocert-and-ldap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ spec:
## Define configuration for Console (Graphical user interface for MinIO)
## Refer https://github.com/minio/console
console:
image: minio/console:v0.7.3
image: minio/console:v0.7.4
imagePullPolicy: IfNotPresent
replicas: 2
consoleSecret:
Expand Down
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 @@ -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.7.3
image: minio/console:v0.7.4
replicas: 2
consoleSecret:
name: minio-autocert-no-encryption-console-secret
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 @@ -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.7.3
image: minio/console:v0.7.4
replicas: 2
consoleSecret:
name: minio-autocert-encryption-console-secret
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-with-custom-ca-certs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.3
image: minio/console:v0.7.4
replicas: 2
consoleSecret:
name: minio-custom-cert-no-encryption-console-secret
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 @@ -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.7.3
image: minio/console:v0.7.4
replicas: 2
consoleSecret:
name: minio-custom-cert-no-encryption-console-secret
Expand Down
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 Console (Graphical user interface for MinIO)
## Refer https://github.com/minio/console
console:
image: minio/console:v0.7.3
image: minio/console:v0.7.4
replicas: 2
consoleSecret:
name: minio-custom-cert-encryption-console-secret
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-with-external-idp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ spec:
## Define configuration for Console (Graphical user interface for MinIO)
## Refer https://github.com/minio/console
console:
image: minio/console:v0.7.3
image: minio/console:v0.7.4
imagePullPolicy: "IfNotPresent"
replicas: 2
consoleSecret:
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ spec:
## Define configuration for Console (Graphical user interface for MinIO)
## Refer https://github.com/minio/console
console:
image: minio/console:v0.7.3
image: minio/console:v0.7.4
replicas: 2
consoleSecret:
name: console-secret
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 @@ -23,7 +23,7 @@ operator:
console:
image:
repository: minio/console
tag: v0.7.1
tag: v0.7.4
pullPolicy: IfNotPresent
replicaCount: 1
resources: {}
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 @@ -80,7 +80,7 @@ const (
DefaultKESImage = "minio/kes:v0.14.0"

// DefaultConsoleImage is the default console image used while creating tenant
DefaultConsoleImage = "minio/console:v0.7.3"
DefaultConsoleImage = "minio/console:v0.7.4"

// DefaultOperatorServiceName is the default service name for operator
DefaultOperatorServiceName = "operator"
Expand Down
2 changes: 1 addition & 1 deletion 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.7.3"
const DefaultConsoleImage = "minio/console:v0.7.4"

// ConsoleTenantLabel is applied to the Console pods of a Tenant cluster
const ConsoleTenantLabel = "v1.min.io/console"
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/minio.min.io/v2/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const DefaultPoolName = "pool-0"
// Console Related Constants

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

// ConsoleTenantLabel is applied to the Console pods of a Tenant cluster
const ConsoleTenantLabel = "v1.min.io/console"
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 @@ -158,7 +158,7 @@ spec:
env:
- name: CONSOLE_OPERATOR_MODE
value: "on"
image: minio/console:v0.7.3
image: minio/console:v0.7.4
imagePullPolicy: IfNotPresent
name: console
ports:
Expand Down