Skip to content

Commit

Permalink
Update karpenter to v0.37.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 36f922f commit 191fa68
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 = "0.37.5"
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 = "0.37.5"
namespace = "karpenter"
skip_crds = true
wait = true
Expand Down

0 comments on commit 191fa68

Please sign in to comment.