File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
deployments/helm/nvidia-dra-driver-gpu Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1414
1515apiVersion : v2
1616name : nvidia-dra-driver-gpu
17- description : A Helm chart for Kubernetes
17+ description : Official Helm chart for the Kubernetes DRA driver for NVIDIA GPUs
1818
1919# A chart can be either an 'application' or a 'library' chart.
2020#
@@ -38,6 +38,8 @@ version: 25.3.0-rc.1
3838# follow Semantic Versioning. They should reflect the version the application is using.
3939# It is recommended to use it with quotes.
4040
41- # Note(JP): this currently defines the default `tag` value in a k8s
42- # image specification. A "v" is prefixed in our template helpers to ensure consistency.
41+ # Note(JP): templating logic consumes `appVersion` for building the default `tag`
42+ # value used in a k8s image specification. That logic expects the version number
43+ # below to not have a "v" prefix (a "v" is added by said logic to yield a valid
44+ # image reference).
4345appVersion : " 25.3.0-rc.1"
You can’t perform that action at this time.
0 commit comments