Skip to content

Commit 68896a7

Browse files
committed
chore(recipes): bump 7 components to upstream latest (phase 1)
Phase 1 of the version refresh tracked in #698: minor and patch bumps across registry defaults and overlay/mixin pins. No values schema changes required. aws-ebs-csi-driver 2.55.0 -> 2.59.0 cert-manager v1.17.2 -> v1.20.2 kube-prometheus-stack 82.8.0 -> 84.4.0 kubeflow-trainer 2.1.0 -> 2.2.0 kueue 0.17.0 -> 0.17.1 nodewright-operator v0.14.0 -> v0.15.1 nvsentinel v1.1.0 -> v1.3.0 Excluded from this PR: - kgateway / kgateway-crds (v2.0.0 -> v2.2.3) — v2.2.3 silently drops the `inferenceExtension.enabled` value (no longer in the chart's values.yaml). v2.0.0 renders inf_ext_rbac.yaml (ClusterRole granting access to inference.networking.x-k8s.io inferencemodels/inferencepools) plus KGW_ENABLE_INFER_EXT env; v2.2.3 renders neither. AICR uses kgateway specifically for the CNCF AI Conformance "Advanced Ingress for AI/ML Inference" requirement, so a silent feature regression here would break inference bundles. Migration to v2.2.3 needs a values + RBAC rework — deferred. - aws-efa (v0.5.3 -> v0.5.26) — 23 minors require values cleanup including a real security-posture change (chart now defaults to privileged: true for EFA hardware access, conflicting with our hardened allowPrivilegeEscalation: false override). Deferred to a follow-up so the change can get proper EKS/security review. - kai-scheduler (v0.13.0 -> v0.14.1) — GitHub release v0.14.1 was published as a chart tarball asset but never pushed to the OCI registry at ghcr.io/nvidia/kai-scheduler/kai-scheduler. v0.13.0 is the latest fetchable OCI tag. Bump deferred until upstream catches up. Also resync vendor/github.com/go-openapi/strfmt/{README,CONTRIBUTORS}.md with the v0.26.2 content already declared in vendor/modules.txt. The prior dep-update commit on main bumped strfmt to v0.26.2 in modules.txt but didn't refresh those two doc files, so `go mod vendor` in CI produces a diff against the committed vendor and the `tests/Test` gate fails. Running `go mod vendor` here picks up the consistent v0.26.2 docs. Refs: #698
1 parent 0c939ce commit 68896a7

5 files changed

Lines changed: 20 additions & 27 deletions

File tree

recipes/overlays/base.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
- name: cert-manager
3535
type: Helm
3636
source: https://charts.jetstack.io
37-
version: v1.17.2
37+
version: v1.20.2
3838
valuesFile: components/cert-manager/values.yaml
3939

4040
- name: gpu-operator
@@ -52,7 +52,7 @@ spec:
5252
- name: nvsentinel
5353
type: Helm
5454
source: oci://ghcr.io/nvidia
55-
version: v1.1.0
55+
version: v1.3.0
5656
valuesFile: components/nvsentinel/values.yaml
5757
dependencyRefs:
5858
- cert-manager
@@ -61,13 +61,13 @@ spec:
6161
- name: nodewright-operator
6262
type: Helm
6363
source: https://helm.ngc.nvidia.com/nvidia/skyhook
64-
version: v0.14.0
64+
version: v0.15.1
6565
valuesFile: components/nodewright-operator/values.yaml
6666

6767
- name: kube-prometheus-stack
6868
type: Helm
6969
source: https://prometheus-community.github.io/helm-charts
70-
version: 82.8.0
70+
version: 84.4.0
7171
valuesFile: components/kube-prometheus-stack/values.yaml
7272

7373
- name: k8s-ephemeral-storage-metrics

recipes/overlays/eks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
- name: aws-ebs-csi-driver
3939
type: Helm
4040
source: https://kubernetes-sigs.github.io/aws-ebs-csi-driver
41-
version: 2.55.0
41+
version: 2.59.0
4242
valuesFile: components/aws-ebs-csi-driver/values.yaml
4343

4444
# Enable Prometheus persistent storage for EKS (requires EBS CSI driver)

recipes/registry.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ components:
143143
helm:
144144
defaultRepository: https://charts.jetstack.io
145145
defaultChart: jetstack/cert-manager
146-
defaultVersion: v1.17.2
146+
defaultVersion: v1.20.2
147147
defaultNamespace: cert-manager
148148
nodeScheduling:
149149
system:
@@ -226,7 +226,7 @@ components:
226226
helm:
227227
defaultRepository: https://helm.ngc.nvidia.com/nvidia
228228
defaultChart: nvidia/nvsentinel
229-
defaultVersion: v1.1.0
229+
defaultVersion: v1.3.0
230230
defaultNamespace: nvsentinel
231231
nodeScheduling:
232232
system:
@@ -267,7 +267,7 @@ components:
267267
helm:
268268
defaultRepository: https://prometheus-community.github.io/helm-charts
269269
defaultChart: prometheus-community/kube-prometheus-stack
270-
defaultVersion: 82.8.0
270+
defaultVersion: 84.4.0
271271
defaultNamespace: monitoring
272272
nodeScheduling:
273273
system:
@@ -318,7 +318,7 @@ components:
318318
helm:
319319
defaultRepository: https://kubernetes-sigs.github.io/aws-ebs-csi-driver
320320
defaultChart: aws-ebs-csi-driver/aws-ebs-csi-driver
321-
defaultVersion: 2.55.0
321+
defaultVersion: 2.59.0
322322
defaultNamespace: kube-system
323323
nodeScheduling:
324324
system:
@@ -455,7 +455,7 @@ components:
455455
helm:
456456
defaultRepository: oci://registry.k8s.io/kueue/charts
457457
defaultChart: kueue
458-
defaultVersion: "0.17.0"
458+
defaultVersion: "0.17.1"
459459
defaultNamespace: kueue-system
460460
nodeScheduling:
461461
system:
@@ -474,7 +474,7 @@ components:
474474
helm:
475475
defaultRepository: oci://ghcr.io/kubeflow/charts
476476
defaultChart: kubeflow-trainer
477-
defaultVersion: 2.1.0
477+
defaultVersion: 2.2.0
478478
defaultNamespace: kubeflow
479479
nodeScheduling:
480480
system:

vendor/github.com/go-openapi/strfmt/CONTRIBUTORS.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-openapi/strfmt/README.md

Lines changed: 7 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)