Skip to content

Commit

Permalink
update to v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
minio-trusted committed Jan 22, 2021
1 parent cd5f5cb commit 5c96eb9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ COPY LICENSE /licenses/LICENSE
LABEL name="MinIO" \
vendor="MinIO Inc <dev@min.io>" \
maintainer="MinIO Inc <dev@min.io>" \
version="v0.5.1" \
release="v0.5.1" \
version="v0.5.2" \
release="v0.5.2" \
summary="A graphical user interface for MinIO" \
description="MinIO object storage is fundamentally different. Designed for performance and the S3 API, it is 100% open-source. MinIO is ideal for large, private cloud environments with stringent security requirements and delivers mission-critical availability across a diverse range of workloads."

Expand Down
2 changes: 1 addition & 1 deletion k8s/console/base/console-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: console-sa
containers:
- name: console
image: minio/console:v0.5.1
image: minio/console:v0.5.2
imagePullPolicy: "IfNotPresent"
args:
- server
Expand Down
2 changes: 1 addition & 1 deletion k8s/operator-console/base/console-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: console-sa
containers:
- name: console
image: minio/console:v0.5.1
image: minio/console:v0.5.2
imagePullPolicy: "IfNotPresent"
env:
- name: CONSOLE_OPERATOR_MODE
Expand Down
2 changes: 1 addition & 1 deletion restapi/admin_tenants_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ func Test_UpdateTenantAction(t *testing.T) {
},
params: admin_api.UpdateTenantParams{
Body: &models.UpdateTenantRequest{
ConsoleImage: "minio/console:v0.5.1",
ConsoleImage: "minio/console:v0.5.2",
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion restapi/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const (
// Image versions
const (
KESImageVersion = "minio/kes:v0.13.1"
ConsoleImageDefaultVersion = "minio/console:v0.5.1"
ConsoleImageDefaultVersion = "minio/console:v0.5.2"
)

// K8s
Expand Down

0 comments on commit 5c96eb9

Please sign in to comment.