Skip to content

Commit

Permalink
feat: update external snapshotter to v6.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Jul 16, 2022
1 parent adf9e7c commit 5e2478a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csi-external-snapshotter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
csi-external-snapshotter = merge(
{
enabled = false
version = "v4.2.1"
version = "v6.0.1"
},
var.csi-external-snapshotter
)
Expand Down

0 comments on commit 5e2478a

Please sign in to comment.