Skip to content

Commit

Permalink
update resizer to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Aug 19, 2020
1 parent 9fcdb86 commit 4c16dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {

resizer_container = var.enable_volume_resizing ? [{
name = "csi-resizer",
image = "quay.io/k8scsi/csi-resizer:v0.3.0"
image = "quay.io/k8scsi/csi-resizer:v0.5.0"
}] : []

snapshot_container = var.enable_volume_snapshot ? [{
Expand Down

0 comments on commit 4c16dfd

Please sign in to comment.