From 0d7dfdd584671689d21d788bf74df3268f647a2c Mon Sep 17 00:00:00 2001 From: Kenny Ho <Kenny.Ho@amd.com> Date: Mon, 27 Mar 2023 17:14:52 -0400 Subject: [PATCH] Update Helm Chart to 0.7.0 to point to the release 1.25.2.2 --- 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 d207e6cb..1249ae97 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.6.0 -appVersion: "1.25.2.1" +version: 0.7.0 +appVersion: "1.25.2.2" dependencies: - name: node-feature-discovery diff --git a/helm/amd-gpu/README.md b/helm/amd-gpu/README.md index 5b19b6e2..93a1b380 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 ce272807..4f56c740 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.1" + tag: "1.25.2.2" resources: {} lbl: image: repository: docker.io/rocm/k8s-device-plugin - tag: "labeller-1.25.2.1" + tag: "labeller-1.25.2.2" resources: {} imagePullSecrets: [] -- GitLab