From 3675f5f4e5319fea532eb9492afb5ab6b3a9f074 Mon Sep 17 00:00:00 2001 From: Kenny Ho <Kenny.Ho@amd.com> Date: Sun, 14 Jan 2024 23:05:21 -0500 Subject: [PATCH] Update Helm Chart to 0.11.0 to point to release 1.25.2.6 --- 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 6fcefe8c..cfe10218 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 5cd7b445..ef3dbbc7 100644 --- a/helm/amd-gpu/README.md +++ b/helm/amd-gpu/README.md @@ -1,6 +1,6 @@ # AMD GPU Helm Chart -   +   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 79da1ffc..2f9c9a58 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: [] -- GitLab