Skip to content

Commit 2d7ee6c

Browse files
committed
Update Helm Chart to 0.10.0 to point to release 1.25.2.5
1 parent 5eb0a0f commit 2d7ee6c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

helm/amd-gpu/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ keywords:
1515
- gpu
1616

1717
kubeVersion: ">= 1.18.0-0"
18-
version: 0.9.0
19-
appVersion: "1.25.2.4"
18+
version: 0.10.0
19+
appVersion: "1.25.2.5"
2020

2121
dependencies:
2222
- name: node-feature-discovery

helm/amd-gpu/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AMD GPU Helm Chart
22

3-
![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)
3+
![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.25.2.5](https://img.shields.io/badge/AppVersion-1.25.2.5-informational?style=flat-square)
44

55
A Helm chart for deploying Kubernetes AMD GPU device plugin
66

helm/amd-gpu/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ dp:
1010
image:
1111
repository: docker.io/rocm/k8s-device-plugin
1212
# Overrides the image tag whose default is the chart appVersion.
13-
tag: "1.25.2.4"
13+
tag: "1.25.2.5"
1414
resources: {}
1515

1616
lbl:
1717
image:
1818
repository: docker.io/rocm/k8s-device-plugin
19-
tag: "labeller-1.25.2.4"
19+
tag: "labeller-1.25.2.5"
2020
resources: {}
2121

2222
imagePullSecrets: []

0 commit comments

Comments
 (0)