diff --git a/deployments/helm/nvidia-dra-driver-gpu/Chart.yaml b/deployments/helm/nvidia-dra-driver-gpu/Chart.yaml index d6819343..46cd1fb3 100644 --- a/deployments/helm/nvidia-dra-driver-gpu/Chart.yaml +++ b/deployments/helm/nvidia-dra-driver-gpu/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: v25.2.0 +version: v25.3.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v25.2.0" +appVersion: "v25.3.0" diff --git a/versions.mk b/versions.mk index b00ba035..33799f9b 100644 --- a/versions.mk +++ b/versions.mk @@ -18,7 +18,7 @@ MODULE := github.com/NVIDIA/$(DRIVER_NAME) REGISTRY ?= nvcr.io/nvidia/cloud-native -VERSION ?= v25.2.0 +VERSION ?= v25.3.0 # vVERSION represents the version with a guaranteed v-prefix vVERSION := v$(VERSION:v%=%)