Skip to content

Commit

Permalink
Merge pull request #1105 from NVIDIA/k8s-dp-no-dist-tag
Browse files Browse the repository at this point in the history
drop the distro-specific tag suffix from the device-plugin image
  • Loading branch information
tariq1890 authored Nov 5, 2024
2 parents e50baf9 + 14d5d4b commit b9d2764
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 b9d2764

Please sign in to comment.