Skip to content

Commit db07f54

Browse files
Release v0.19.3
Signed-off-by: Harshavardhana <harsha@minio.io>
1 parent 255cf0b commit db07f54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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.19.2'
18+
image: 'minio/console:v0.19.3'
1919
imagePullPolicy: "IfNotPresent"
2020
env:
2121
- name: CONSOLE_OPERATOR_MODE

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
spec:
3333
containers:
3434
- name: console
35-
image: 'minio/console:v0.19.2'
35+
image: 'minio/console:v0.19.3'
3636
imagePullPolicy: "IfNotPresent"
3737
env:
3838
- name: CONSOLE_MINIO_SERVER

0 commit comments

Comments
 (0)