diff --git a/helm/amd-gpu/Chart.yaml b/helm/amd-gpu/Chart.yaml
index 57c21f1713cc4fe314e78fc8749ee17cc601096e..9f39c37ba0dbd79390c79c995a00b67ec4d79599 100644
--- a/helm/amd-gpu/Chart.yaml
+++ b/helm/amd-gpu/Chart.yaml
@@ -15,8 +15,8 @@ keywords:
   - gpu
 
 kubeVersion: ">= 1.18.0-0"
-version: 0.4.0
-appVersion: "1.18.0"
+version: 0.5.0
+appVersion: "1.25.2"
 
 dependencies:
 - name: node-feature-discovery
diff --git a/helm/amd-gpu/values.yaml b/helm/amd-gpu/values.yaml
index 6f726b8278cfd2305ffeb609db2c403eaf0d80ea..fed5cae19a3216a23ba1c0b1fcee6646ec600347 100644
--- a/helm/amd-gpu/values.yaml
+++ b/helm/amd-gpu/values.yaml
@@ -10,13 +10,13 @@ dp:
   image:
     repository: docker.io/rocm/k8s-device-plugin
     # Overrides the image tag whose default is the chart appVersion.
-    tag: ""
+    tag: "1.25.2"
   resources: {}
 
 lbl:
   image:
     repository: docker.io/rocm/k8s-device-plugin
-    tag: "labeller-latest"
+    tag: "labeller-1.25.2"
   resources: {}
 
 imagePullSecrets: []