From d4b18541a7d956cb167a2949ed98d00fd3cad187 Mon Sep 17 00:00:00 2001
From: Kenny Ho <Kenny.Ho@amd.com>
Date: Thu, 16 Feb 2023 18:34:19 -0500
Subject: [PATCH] Update Helm Chart to point to the latest release

---
 helm/amd-gpu/Chart.yaml  | 4 ++--
 helm/amd-gpu/values.yaml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/helm/amd-gpu/Chart.yaml b/helm/amd-gpu/Chart.yaml
index 9f39c37b..d207e6cb 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.5.0
-appVersion: "1.25.2"
+version: 0.6.0
+appVersion: "1.25.2.1"
 
 dependencies:
 - name: node-feature-discovery
diff --git a/helm/amd-gpu/values.yaml b/helm/amd-gpu/values.yaml
index fed5cae1..ce272807 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"
+    tag: "1.25.2.1"
   resources: {}
 
 lbl:
   image:
     repository: docker.io/rocm/k8s-device-plugin
-    tag: "labeller-1.25.2"
+    tag: "labeller-1.25.2.1"
   resources: {}
 
 imagePullSecrets: []
-- 
GitLab