Skip to content

Commit b9d2764

Browse files
authored
Merge pull request #1105 from NVIDIA/k8s-dp-no-dist-tag
drop the distro-specific tag suffix from the device-plugin image
2 parents e50baf9 + 14d5d4b commit b9d2764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/gpu-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ devicePlugin:
242242
enabled: true
243243
repository: nvcr.io/nvidia
244244
image: k8s-device-plugin
245-
version: v0.17.0-ubi9
245+
version: v0.17.0
246246
imagePullPolicy: IfNotPresent
247247
imagePullSecrets: []
248248
args: []
@@ -356,7 +356,7 @@ gfd:
356356
enabled: true
357357
repository: nvcr.io/nvidia
358358
image: k8s-device-plugin
359-
version: v0.17.0-ubi9
359+
version: v0.17.0
360360
imagePullPolicy: IfNotPresent
361361
imagePullSecrets: []
362362
env:

0 commit comments

Comments
 (0)