From 461c42890e3aa1e7353314bd5bc287422372f94b Mon Sep 17 00:00:00 2001 From: stxkxs Date: Sun, 14 Jun 2026 20:41:46 -0700 Subject: [PATCH] =?UTF-8?q?karpenter:=20bump=201.8.6=20=E2=86=92=201.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The OCI charts couldn't be auto-checked in the catalog currency uplift (private/ ECR registries). karpenter was pinned 1.8.6 (Jan 2026); 1.13.0 (Jun 2026) is the current stable, ~5 minors behind — all within karpenter's stable v1 API (NodePool/EC2NodeClass unchanged). Verified by rendering 1.13.0 with the actual overlay values (helm template, all three env value sets): clean render, the settings.clusterName / interruptionQueue / replicas / resources / tolerations / topologySpreadConstraints values all still apply — no values-schema change. The 1.13.0 release notes carry no breaking-change or action-required callouts. task validate (yamllint + kustomize build, all overlays) passes. Part of #38 — the nvidia-dra-driver half stays open: it's on the private nvcr.io registry (no NGC auth to render-check) and NVIDIA re-versioned the driver (the 25.x calendar scheme → semver, v0.4.0 is now latest), so it needs a human call, not an auto-bump. --- applicationsets/addons-operations-helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applicationsets/addons-operations-helm.yaml b/applicationsets/addons-operations-helm.yaml index ac5366d..c49eec9 100644 --- a/applicationsets/addons-operations-helm.yaml +++ b/applicationsets/addons-operations-helm.yaml @@ -54,7 +54,7 @@ spec: namespace: kube-system chartRepo: oci://public.ecr.aws/karpenter/karpenter chart: karpenter - chartVersion: "1.8.6" + chartVersion: "1.13.0" path: addons/operations/karpenter syncWave: "5" - appName: keda