Skip to content

Commit

Permalink
feat(csi): upgrade external snapshotter to v6.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Oct 10, 2022
1 parent c1365fa commit 70a2647
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 = "v6.0.1"
version = "v6.1.0"
},
var.csi-external-snapshotter
)
Expand Down

0 comments on commit 70a2647

Please sign in to comment.