chore(ci): bump gpu operator version

Bump GPU operator version.

Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
Noel Georgi 2026-04-20 18:43:02 +05:30
parent 4de3e4393e
commit ed9545d0db
No known key found for this signature in database
GPG Key ID: 21A9F444075C9E36

View File

@ -9,7 +9,7 @@ package api
const (
// NvidiaGPUOperatorChartVersion is the version of the NVIDA device plugin chart to use
// renovate: datasource=helm versioning=helm depName=gpu-operator registryUrl=https://helm.ngc.nvidia.com/nvidia
NvidiaGPUOperatorChartVersion = "v25.10.1"
NvidiaGPUOperatorChartVersion = "v26.3.1"
// NvidiaCUDATestImageVersion is the version of the NVIDIA CUDA test image to use
// renovate: datasource=docker versioning=docker depName=nvcr.io/nvidia/k8s/cuda-sample
NvidiaCUDATestImageVersion = "vectoradd-cuda12.5.0"