Skip to content

Commit

Permalink
Merge pull request #1106 from NVIDIA/cpick-no-k8s-dp-dist-tags
Browse files Browse the repository at this point in the history
[release-24.9] drop the distro-specific tag suffix from the device-plugin image
  • Loading branch information
tariq1890 authored Nov 5, 2024
2 parents c3781f0 + c7181d5 commit 77468cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/gpu-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ devicePlugin:
enabled: true
repository: nvcr.io/nvidia
image: k8s-device-plugin
version: v0.17.0-ubi9
version: v0.17.0
imagePullPolicy: IfNotPresent
imagePullSecrets: []
args: []
Expand Down Expand Up @@ -356,7 +356,7 @@ gfd:
enabled: true
repository: nvcr.io/nvidia
image: k8s-device-plugin
version: v0.17.0-ubi9
version: v0.17.0
imagePullPolicy: IfNotPresent
imagePullSecrets: []
env:
Expand Down

0 comments on commit 77468cc

Please sign in to comment.