Skip to content

Commit

Permalink
Release v0.19.3
Browse files Browse the repository at this point in the history
Signed-off-by: Harshavardhana <[email protected]>
  • Loading branch information
harshavardhana committed Jul 24, 2022
1 parent 255cf0b commit db07f54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.19.2'
image: 'minio/console:v0.19.3'
imagePullPolicy: "IfNotPresent"
env:
- name: CONSOLE_OPERATOR_MODE
Expand Down
2 changes: 1 addition & 1 deletion k8s/operator-console/standalone/console-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
spec:
containers:
- name: console
image: 'minio/console:v0.19.2'
image: 'minio/console:v0.19.3'
imagePullPolicy: "IfNotPresent"
env:
- name: CONSOLE_MINIO_SERVER
Expand Down

0 comments on commit db07f54

Please sign in to comment.