Skip to content

Commit 0a8368c

Browse files
authored
Update Helm Chart to 0.20.0 to point to release 1.31.0.7 (#138)
1 parent af51ed1 commit 0a8368c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

helm/amd-gpu/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.19.0
19-
appVersion: "1.31.0.6"
18+
version: 0.20.0
19+
appVersion: "1.31.0.7"
2020

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

helm/amd-gpu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AMD GPU Helm Chart
22

3-
![Version: 0.19.0](https://img.shields.io/badge/Version-0.19.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.31.0.6](https://img.shields.io/badge/AppVersion-1.31.0.6-informational?style=flat-square)
3+
![Version: 0.20.0](https://img.shields.io/badge/Version-0.20.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.31.0.7](https://img.shields.io/badge/AppVersion-1.31.0.7-informational?style=flat-square)
44

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

helm/amd-gpu/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dp:
88
image:
99
repository: docker.io/rocm/k8s-device-plugin
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: "1.31.0.6"
11+
tag: "1.31.0.7"
1212
resources: {}
1313
# Set daemonsets updateStrategy for device plugin
1414
updateStrategy:
@@ -19,7 +19,7 @@ dp:
1919
lbl:
2020
image:
2121
repository: docker.io/rocm/k8s-device-plugin
22-
tag: "labeller-1.31.0.6"
22+
tag: "labeller-1.31.0.7"
2323
serviceAccount:
2424
annotations: {}
2525
securityContext:

0 commit comments

Comments
 (0)