Skip to content

Commit

Permalink
Update karpenter to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 36f922f commit f825aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "helm_release" "karpenter_crd" {
chart = "karpenter-crd"
name = "karpenter-crd"
repository = "oci://public.ecr.aws/karpenter"
version = "0.37.0"
version = "1.0.7"
namespace = "karpenter"
}

Expand All @@ -14,7 +14,7 @@ resource "helm_release" "karpenter" {
chart = "karpenter"
name = "karpenter"
repository = "oci://public.ecr.aws/karpenter"
version = "0.37.0"
version = "1.0.7"
namespace = "karpenter"
skip_crds = true
wait = true
Expand Down

0 comments on commit f825aa7

Please sign in to comment.