From b5d7bcc2daad273e013603995e1aa4986a29145d Mon Sep 17 00:00:00 2001 From: Yuan Chen Date: Thu, 14 May 2026 09:27:01 -0700 Subject: [PATCH] chore(recipes): fix stale kgateway-crds path in slinky-slurm-operator-crds comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The slinky-slurm-operator-crds values file's comment references `components/kgateway-crds/values.yaml` as an example of the "AICR umbrella convention for CRD-only components." That path no longer exists — the kgateway component was renamed to agentgateway in #871, and the file is now at `components/agentgateway-crds/ values.yaml`. One-line comment fix; no behavior change. Surfaced during a post-#871 audit for residual kgateway references in active code paths. --- recipes/components/slinky-slurm-operator-crds/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/components/slinky-slurm-operator-crds/values.yaml b/recipes/components/slinky-slurm-operator-crds/values.yaml index 1859f19aa..a304e0702 100644 --- a/recipes/components/slinky-slurm-operator-crds/values.yaml +++ b/recipes/components/slinky-slurm-operator-crds/values.yaml @@ -20,7 +20,7 @@ # This chart has no configurable values upstream — it only installs CRDs. # `enabled: true` below follows the AICR umbrella convention used by other # CRD-only components (see components/dynamo-crds/values.yaml, -# components/kgateway-crds/values.yaml). It is consumed by the AICR +# components/agentgateway-crds/values.yaml). It is consumed by the AICR # bundler to mark the component for inclusion; the upstream chart # itself ignores this value. enabled: true