chore: upgrade gpu operator v25.3.4 → v25.10.1#415
Open
Conversation
Bump all GPU Operator component versions to resolve critical CVEs in v25.3.4 images. Pure version bump — no image name changes, no regional-values changes, no behavioral change. - operator: v25.3.4 → v25.10.1 - toolkit: v1.17.9-ubi8 → v1.18.1 - devicePlugin: v0.17.4 → v0.18.1 - gfd: v0.17.4 → v0.18.1 - migManager: v0.12.3-ubuntu20.04 → v0.13.1 - validator: v25.3.4 → v25.10.1 - toolkit.enabled left absent (defaults true) — safe for upgrades
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Critical CVEs in GPU Operator v25.3.4 container images (built Oct 2025). Blocks OS patching and observability work.
Fix
Bump all GPU Operator component versions to v25.10.1. Pure version bump — no image name changes, no regional-values changes, no behavioral change.
Why This Approach
Toolkit behavior is unchanged —
toolkit.enabledis left absent (defaults to true). The GPU Operator's toolkit DaemonSet coexists safely with the AMI's pre-installed toolkit. Validated on a live HyperPod EKS cluster across 6 test cases including fresh install, parallel toolkit coexistence, upgrade path, HMA compatibility, and full parent chart install.Disabling the toolkit (
toolkit.enabled: false) was tested and works for first-time installs, but breaks existing clusters upgrading from v25.3.4 (containerd loses its nvidia runtime config when the toolkit DaemonSet is removed). That's a separate follow-up requiring a migration plan.Failure Cases
helm upgrade. Toolkit behavior unchanged.v1.17.9-ubi8tov1.18.1(default variant). HyperPod EKS uses Amazon Linux, not RHEL — default variant is the correct match.Scope
Version bumps only. 2 files changed (Chart.yaml + values.yaml). No image name changes, no regional-values changes. Blocked on ECR replicator deploying v25.10.1 images first.
Checklist