From 0747facd8fc170e8f73f199fe55c28c817d3ea92 Mon Sep 17 00:00:00 2001
From: Kenny Ho <Kenny.Ho@amd.com>
Date: Tue, 22 Aug 2023 22:26:46 -0400
Subject: [PATCH] Update Helm Chart to 0.9.0 to point to release 1.25.2.4

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

diff --git a/helm/amd-gpu/Chart.yaml b/helm/amd-gpu/Chart.yaml
index 1f154a1e..9dc3aa81 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.8.0
-appVersion: "1.25.2.3"
+version: 0.9.0
+appVersion: "1.25.2.4"
 
 dependencies:
 - name: node-feature-discovery
diff --git a/helm/amd-gpu/README.md b/helm/amd-gpu/README.md
index 44a6ad88..b0bb0d26 100644
--- a/helm/amd-gpu/README.md
+++ b/helm/amd-gpu/README.md
@@ -1,6 +1,6 @@
 # AMD GPU Helm Chart
 
-![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.25.2.3](https://img.shields.io/badge/AppVersion-1.25.2.3-informational?style=flat-square)
+![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.25.2.4](https://img.shields.io/badge/AppVersion-1.25.2.4-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 51e31011..242fffb1 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.3"
+    tag: "1.25.2.4"
   resources: {}
 
 lbl:
   image:
     repository: docker.io/rocm/k8s-device-plugin
-    tag: "labeller-1.25.2.3"
+    tag: "labeller-1.25.2.4"
   resources: {}
 
 imagePullSecrets: []
-- 
GitLab