Skip to content

Commit

Permalink
Merge pull request #3 from DrFaust92/fix-csi-snapshot-version
Browse files Browse the repository at this point in the history
Fix missing snapshot container version tag
  • Loading branch information
DrFaust92 authored Jul 31, 2020
2 parents fe05183 + 107f24f commit 7bc6e94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ locals {

snapshot_container = var.enable_volume_snapshot ? [{
name = "csi-snapshotter",
image = "quay.io/k8scsi/csi-snapshotter:2.1.1"
image = "quay.io/k8scsi/csi-snapshotter:v2.1.1"
}] : []
}
}

0 comments on commit 7bc6e94

Please sign in to comment.