Skip to content

Commit

Permalink
update version to v0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
minio-trusted committed Aug 9, 2020
1 parent a6ccae5 commit b8bca9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3.9
image: minio/console:v0.3.10
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.3.9
image: minio/console:v0.3.10
imagePullPolicy: "IfNotPresent"
env:
- name: CONSOLE_OPERATOR_MODE
Expand Down
2 changes: 1 addition & 1 deletion restapi/admin_tenants.go
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ func getTenantCreatedResponse(session *models.Principal, params admin_api.Create
return nil, err
}

const consoleVersion = "minio/console:v0.3.9"
const consoleVersion = "minio/console:v0.3.10"
minInst.Spec.Console = &operator.ConsoleConfiguration{
Replicas: 2,
Image: consoleVersion,
Expand Down

0 comments on commit b8bca9d

Please sign in to comment.