We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48d6390 + a2c0bdd commit ac08684Copy full SHA for ac08684
deployments/helm/nvidia-dra-driver-gpu/values.yaml
@@ -37,11 +37,12 @@ allowDefaultNamespace: false
37
38
imagePullSecrets: []
39
image:
40
- repository: nvcr.io/nvidia/cloud-native/k8s-dra-driver-gpu
+ repository: nvcr.io/nvidia/k8s-dra-driver-gpu
41
pullPolicy: IfNotPresent
42
# Note: an empty string is translated to the `appVersion` string from
43
# the Helm chart YAML (effectively implementing the default value to be
44
- # the current version).
+ # the current version). Also note that a "v" is prefixed to the
45
+ # `appVersion` value.
46
tag: ""
47
48
serviceAccount:
0 commit comments