Skip to content

Commit

Permalink
feat: bump ebs csi to support ARM
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <lefevre.kevin@gmail.com>
  • Loading branch information
ArchiFleKs committed Feb 9, 2021
1 parent dffb058 commit f124871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/aws/aws-ebs-csi-driver.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ locals {
storage_class_name = "ebs-sc"
is_default_class = false
enabled = false
chart_version = "0.8.1"
version = "v0.8.1"
chart_version = "0.9.4"
version = "v0.9.0"
iam_policy_override = null
default_network_policy = true
},
Expand Down

0 comments on commit f124871

Please sign in to comment.