Skip to content

Commit 63e1c55

Browse files
committed
update to v0.3.6
1 parent a9d8f3f commit 63e1c55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

k8s/console/base/console-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
serviceAccountName: console-sa
1616
containers:
1717
- name: console
18-
image: minio/console:v0.3.5
18+
image: minio/console:v0.3.6
1919
imagePullPolicy: "IfNotPresent"
2020
args:
2121
- server

k8s/operator-console/base/console-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
serviceAccountName: console-sa
1616
containers:
1717
- name: console
18-
image: minio/console:v0.3.5
18+
image: minio/console:v0.3.6
1919
imagePullPolicy: "IfNotPresent"
2020
env:
2121
- name: CONSOLE_OPERATOR_MODE

restapi/admin_tenants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ func getTenantCreatedResponse(session *models.Principal, params admin_api.Create
768768
return nil, err
769769
}
770770

771-
const consoleVersion = "minio/console:v0.3.5"
771+
const consoleVersion = "minio/console:v0.3.6"
772772
minInst.Spec.Console = &operator.ConsoleConfiguration{
773773
Replicas: 2,
774774
Image: consoleVersion,

0 commit comments

Comments
 (0)