Skip to content

Commit

Permalink
chore: Karpenter v0170 (#1034)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryant Biggs <[email protected]>
  • Loading branch information
FernandoMiguel and bryantbiggs authored Oct 13, 2022
1 parent 55adfc0 commit dcf045f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/kubernetes-addons/karpenter/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ locals {
default_helm_config = {
name = local.name
chart = local.name
repository = "https://charts.karpenter.sh"
version = "0.16.2"
repository = "oci://public.ecr.aws/karpenter"
version = "v0.18.0"
namespace = local.name
timeout = "300"
values = local.default_helm_values
Expand Down

0 comments on commit dcf045f

Please sign in to comment.