Skip to content

Commit

Permalink
Updated karpenter helm chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
kvvit committed Sep 26, 2024
1 parent e048984 commit d43fe2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/k8s-karpenter/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {
enabled = true
chart = try(var.helm.chart_name, "oci://public.ecr.aws/karpenter/karpenter")
repository = try(var.helm.repository, "")
chart_version = try(var.helm.chart_version, "1.0.0")
chart_version = try(var.helm.chart_version, "1.0.3")
namespace = try(var.helm.namespace, "karpenter")
}

Expand Down

0 comments on commit d43fe2e

Please sign in to comment.