Skip to content

Commit 5491f44

Browse files
committed
Update Helm Chart to 0.19.0 to point to release 1.31.0.6
Change-Id: I9722003e5343ca369fb4fb1b04fda8a59009aaaf
1 parent 86f10e0 commit 5491f44

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.18.0
19-
appVersion: "1.31.0.4"
18+
version: 0.19.0
19+
appVersion: "1.31.0.6"
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.18.0](https://img.shields.io/badge/Version-0.18.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.31.0.4](https://img.shields.io/badge/AppVersion-1.31.0.4-informational?style=flat-square)
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)
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
@@ -8,13 +8,13 @@ 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.4"
11+
tag: "1.31.0.6"
1212
resources: {}
1313

1414
lbl:
1515
image:
1616
repository: docker.io/rocm/k8s-device-plugin
17-
tag: "labeller-1.31.0.4"
17+
tag: "labeller-1.31.0.6"
1818
serviceAccount:
1919
annotations: {}
2020
securityContext:

0 commit comments

Comments
 (0)