Skip to content

Commit a6b850f

Browse files
add ec2:DescribeImages to karpenter IAM to support v0.14 (#807)
Co-authored-by: Bryant Biggs <[email protected]>
1 parent d013755 commit a6b850f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/kubernetes-addons/karpenter/data.tf

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ data "aws_iam_policy_document" "karpenter" {
1010
"ec2:CreateTags",
1111
"ec2:DeleteLaunchTemplate",
1212
"ec2:DescribeAvailabilityZones",
13+
"ec2:DescribeImages",
1314
"ec2:DescribeInstances",
1415
"ec2:DescribeInstanceTypeOfferings",
1516
"ec2:DescribeInstanceTypes",

modules/kubernetes-addons/karpenter/locals.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ locals {
1717
name = local.name
1818
chart = local.name
1919
repository = "https://charts.karpenter.sh"
20-
version = "0.11.0"
20+
version = "0.14.0"
2121
namespace = local.name
2222
timeout = "300"
2323
values = local.default_helm_values

0 commit comments

Comments
 (0)