Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deployments/helm/nvidia-dra-driver-gpu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ description: Official Helm chart for the NVIDIA DRA Driver for GPUs
type: application

# Note(JP): strict semver: no v prefix allowed
version: "25.8.0-dev"
version: "25.8.0"

# Note(JP): templating logic consumes `appVersion` for building the default
# `tag` value used in a k8s image specification. That logic expects the version
# number below to not have a "v" prefix (a "v" is added by said logic to yield a
# valid image reference).
appVersion: "25.8.0-dev"
appVersion: "25.8.0"

# The kubeVersion puts constraints on the Kubernetes versions where this helm
# chart can be installed. Note a '-0' at the end of a version string in the
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MODULE := github.com/NVIDIA/$(DRIVER_NAME)

REGISTRY ?= nvcr.io/nvidia

VERSION ?= v25.8.0-dev
VERSION ?= v25.8.0

# vVERSION represents the version with a guaranteed v-prefix
# Note: this is probably not consumed in our build chain.
Expand Down