From 8f99246d4fe3d156f18db8b23db584a42754a74d Mon Sep 17 00:00:00 2001 From: Kenny Ho Date: Mon, 21 Oct 2024 23:46:57 -0400 Subject: [PATCH] Update Helm Chart to 0.14.0 to point to release 1.31.0.0 Change-Id: Iccd05cd1c952ac4b05dd30b104d16719fef93bff --- 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 71088caa..09a1958f 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.13.0 -appVersion: "1.25.2.8" +version: 0.14.0 +appVersion: "1.31.0.0" dependencies: - name: node-feature-discovery diff --git a/helm/amd-gpu/README.md b/helm/amd-gpu/README.md index 0db7fca3..c127732d 100644 --- a/helm/amd-gpu/README.md +++ b/helm/amd-gpu/README.md @@ -1,6 +1,6 @@ # AMD GPU Helm Chart -![Version: 0.13.0](https://img.shields.io/badge/Version-0.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.25.2.8](https://img.shields.io/badge/AppVersion-1.25.2.8-informational?style=flat-square) +![Version: 0.14.0](https://img.shields.io/badge/Version-0.14.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.31.0.0](https://img.shields.io/badge/AppVersion-1.31.0.0-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 84370066..8238adbe 100644 --- a/helm/amd-gpu/values.yaml +++ b/helm/amd-gpu/values.yaml @@ -8,13 +8,13 @@ dp: image: repository: docker.io/rocm/k8s-device-plugin # Overrides the image tag whose default is the chart appVersion. - tag: "1.25.2.8" + tag: "1.31.0.0" resources: {} lbl: image: repository: docker.io/rocm/k8s-device-plugin - tag: "labeller-1.25.2.8" + tag: "labeller-1.31.0.0" resources: {} imagePullSecrets: []