Skip to content

Commit

Permalink
Release v0.15.0 (#1648)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
  • Loading branch information
dvaldivia committed Mar 2, 2022
1 parent fb99cf3 commit 439bc1a
Show file tree
Hide file tree
Showing 329 changed files with 596 additions and 857 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.14.8'
image: 'minio/console:v0.15.0'
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.14.8'
image: 'minio/console:v0.15.0'
imagePullPolicy: "IfNotPresent"
env:
- name: CONSOLE_MINIO_SERVER
Expand Down
232 changes: 0 additions & 232 deletions models/update_tenant_encryption_request.go

This file was deleted.

0 comments on commit 439bc1a

Please sign in to comment.