Skip to content

Commit c0bf9c5

Browse files
committed
update version to v0.3.8
1 parent 16a6524 commit c0bf9c5

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.7
18+
image: minio/console:v0.3.8
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.7
18+
image: minio/console:v0.3.8
1919
imagePullPolicy: "IfNotPresent"
2020
env:
2121
- name: CONSOLE_OPERATOR_MODE

restapi/admin_tenants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ func getTenantCreatedResponse(session *models.Principal, params admin_api.Create
798798
return nil, err
799799
}
800800

801-
const consoleVersion = "minio/console:v0.3.7"
801+
const consoleVersion = "minio/console:v0.3.8"
802802
minInst.Spec.Console = &operator.ConsoleConfiguration{
803803
Replicas: 2,
804804
Image: consoleVersion,

0 commit comments

Comments
 (0)