Skip to content

Commit 939a8a0

Browse files
committed
Make Helm chart points to specific plugin release instead of latest
1 parent 6d4133b commit 939a8a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.4.0
19-
appVersion: "1.18.0"
18+
version: 0.5.0
19+
appVersion: "1.25.2"
2020

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

helm/amd-gpu/values.yaml

Lines changed: 2 additions & 2 deletions
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: ""
13+
tag: "1.25.2"
1414
resources: {}
1515

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

2222
imagePullSecrets: []

0 commit comments

Comments
 (0)