Skip to content

Commit aea974d

Browse files
authored
Merge pull request #2276 from jackfrancis/nvidia-1.10.1
update nvidia gpu operator to 1.10.1
2 parents f0c71f9 + e02004b commit aea974d

File tree

5 files changed

+2557
-963
lines changed

5 files changed

+2557
-963
lines changed

hack/fetch-nvidia-resources.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gpudir=${root}/templates/flavors/nvidia-gpu
2424
workdir=${gpudir}/tmp
2525
namespace=gpu-operator-resources
2626
# See https://github.com/NVIDIA/gpu-operator/releases for available versions of the gpu-operator chart.
27-
gpu_operator_version=${1:-1.9.1}
27+
gpu_operator_version=${1:-1.10.1}
2828

2929
helm repo add nvidia https://nvidia.github.io/gpu-operator \
3030
&& helm repo update

0 commit comments

Comments
 (0)