Follow-up from the catalog version-currency uplift (kx#6). The whole http-repo catalog was bumped to current (23 charts), but two OCI charts couldn't be auto-checked against latest (private/ECR registries — helm show chart needs auth or a tag list):
- karpenter
1.8.6 — oci://public.ecr.aws/karpenter/karpenter (addons-operations-helm.yaml)
- nvidia-dra-driver / k8s-dra-driver-gpu
25.8.0 — oci://nvcr.io/nvidia/k8s (addons-accelerators-helm.yaml)
Check the latest tags (e.g. crane ls public.ecr.aws/karpenter/karpenter, or the project release pages) and bump if stale, mirroring the version into kx's install.sh pins. agentgateway 1.0.1 + kagent (bumped to 0.9.6) were verifiable + handled.
Follow-up from the catalog version-currency uplift (kx#6). The whole http-repo catalog was bumped to current (23 charts), but two OCI charts couldn't be auto-checked against latest (private/ECR registries —
helm show chartneeds auth or a tag list):1.8.6—oci://public.ecr.aws/karpenter/karpenter(addons-operations-helm.yaml)25.8.0—oci://nvcr.io/nvidia/k8s(addons-accelerators-helm.yaml)Check the latest tags (e.g.
crane ls public.ecr.aws/karpenter/karpenter, or the project release pages) and bump if stale, mirroring the version into kx's install.sh pins. agentgateway 1.0.1 + kagent (bumped to 0.9.6) were verifiable + handled.