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,13 +19,13 @@ description: Official Helm chart for the NVIDIA DRA Driver for GPUs
19
19
type : application
20
20
21
21
# Note(JP): strict semver: no v prefix allowed
22
- version : " 25.3.0 "
22
+ version : " 25.3.1 "
23
23
24
24
# Note(JP): templating logic consumes `appVersion` for building the default
25
25
# `tag` value used in a k8s image specification. That logic expects the version
26
26
# number below to not have a "v" prefix (a "v" is added by said logic to yield a
27
27
# valid image reference).
28
- appVersion : " 25.3.0 "
28
+ appVersion : " 25.3.1 "
29
29
30
30
# The kubeVersion puts constraints on the Kubernetes versions where this helm
31
31
# chart can be installed. Note a '-0' at the end of a version string in the
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ MODULE := github.com/NVIDIA/$(DRIVER_NAME)
18
18
19
19
REGISTRY ?= nvcr.io/nvidia
20
20
21
- VERSION ?= v25.3.0
21
+ VERSION ?= v25.3.1
22
22
23
23
# vVERSION represents the version with a guaranteed v-prefix
24
24
# Note: this is probably not consumed in our build chain.
You can’t perform that action at this time.
0 commit comments