Skip to content

Commit

Permalink
update to v0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
minio-trusted committed Apr 19, 2021
1 parent 6cb7036 commit c07b7b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.6.7
image: minio/console:v0.6.8
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.6.7
image: minio/console:v0.6.8
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 @@ -1028,7 +1028,7 @@ func Test_UpdateTenantAction(t *testing.T) {
},
params: admin_api.UpdateTenantParams{
Body: &models.UpdateTenantRequest{
ConsoleImage: "minio/console:v0.6.7",
ConsoleImage: "minio/console:v0.6.8",
},
},
},
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.4"
ConsoleImageDefaultVersion = "minio/console:v0.6.7"
ConsoleImageDefaultVersion = "minio/console:v0.6.8"
)

// K8s
Expand Down

0 comments on commit c07b7b4

Please sign in to comment.