File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
deployments/helm/nvidia-dra-driver-gpu Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ description: Official Helm chart for the NVIDIA DRA Driver for GPUs
1919type : application
2020
2121# Note(JP): strict semver: no v prefix allowed
22- version : " 25.3.0-rc.2 "
22+ version : " 25.3.0-rc.3 "
2323
2424# Note(JP): templating logic consumes `appVersion` for building the default
2525# `tag` value used in a k8s image specification. That logic expects the version
2626# number below to not have a "v" prefix (a "v" is added by said logic to yield a
2727# valid image reference).
28- appVersion : " 25.3.0-rc.2 "
28+ appVersion : " 25.3.0-rc.3 "
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ MODULE := github.com/NVIDIA/$(DRIVER_NAME)
1818
1919REGISTRY ?= nvcr.io/nvidia
2020
21- VERSION ?= v25.3.0-rc.2
21+ VERSION ?= v25.3.0-rc.3
2222
2323# vVERSION represents the version with a guaranteed v-prefix
2424# Note: this is probably not consumed in our build chain.
You can’t perform that action at this time.
0 commit comments