diff --git a/helm/amd-gpu/Chart.yaml b/helm/amd-gpu/Chart.yaml
index 6fcefe8c423c7a07d8df4c498a8f80f2d354ebf7..cfe1021859a512d1ce83a67dd882fb1376316ac4 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.10.0
-appVersion: "1.25.2.5"
+version: 0.11.0
+appVersion: "1.25.2.6"
 
 dependencies:
 - name: node-feature-discovery
diff --git a/helm/amd-gpu/README.md b/helm/amd-gpu/README.md
index 5cd7b445c13d9221cbd72ef7bf8af1c562011dd9..ef3dbbc732f88bab8ac36663aec145a9ddd66445 100644
--- a/helm/amd-gpu/README.md
+++ b/helm/amd-gpu/README.md
@@ -1,6 +1,6 @@
 # AMD GPU Helm Chart
 
-![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.25.2.5](https://img.shields.io/badge/AppVersion-1.25.2.5-informational?style=flat-square)
+![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.25.2.6](https://img.shields.io/badge/AppVersion-1.25.2.6-informational?style=flat-square)
 
 A Helm chart for deploying Kubernetes AMD GPU device plugin
 
diff --git a/helm/amd-gpu/values.yaml b/helm/amd-gpu/values.yaml
index 79da1ffc96236317be3bad21bc0a830d526e1e03..2f9c9a5814d10de56e1f5bb06a12eab6794a8969 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: "1.25.2.5"
+    tag: "1.25.2.6"
   resources: {}
 
 lbl:
   image:
     repository: docker.io/rocm/k8s-device-plugin
-    tag: "labeller-1.25.2.5"
+    tag: "labeller-1.25.2.6"
   resources: {}
 
 imagePullSecrets: []