Skip to content

Commit ac08684

Browse files
authored
Merge pull request #281 from jgehrcke/jp/change-image-repo
Change DRA driver container image URL in Helm chart
2 parents 48d6390 + a2c0bdd commit ac08684

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deployments/helm/nvidia-dra-driver-gpu/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ allowDefaultNamespace: false
3737

3838
imagePullSecrets: []
3939
image:
40-
repository: nvcr.io/nvidia/cloud-native/k8s-dra-driver-gpu
40+
repository: nvcr.io/nvidia/k8s-dra-driver-gpu
4141
pullPolicy: IfNotPresent
4242
# Note: an empty string is translated to the `appVersion` string from
4343
# the Helm chart YAML (effectively implementing the default value to be
44-
# the current version).
44+
# the current version). Also note that a "v" is prefixed to the
45+
# `appVersion` value.
4546
tag: ""
4647

4748
serviceAccount:

0 commit comments

Comments
 (0)