Skip to content

Commit b30e322

Browse files
Merge pull request #5 from tegridy-io/commodore-renovate/patch-amdgpu
Update Helm release amdgpu to v0.16.0
2 parents 49cf9ab + 852553c commit b30e322

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ parameters:
1313
charts:
1414
amd_gpu:
1515
source: https://rocm.github.io/k8s-device-plugin/
16-
version: 0.12.0
16+
version: 0.16.0
1717
feature_discovery:
1818
source: https://kubernetes-sigs.github.io/node-feature-discovery/charts
1919
version: 0.17.1

tests/golden/defaults/driver-amdgpu/driver-amdgpu/10_helmchart/amd-gpu/templates/deviceplugin-daemonset.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apiVersion: apps/v1
22
kind: DaemonSet
33
metadata:
44
name: amd-gpu-device-plugin-daemonset
5-
namespace: kube-system
65
spec:
76
selector:
87
matchLabels:
@@ -13,7 +12,7 @@ spec:
1312
name: amd-gpu-dp-ds
1413
spec:
1514
containers:
16-
- image: docker.io/rocm/k8s-device-plugin:1.25.2.7
15+
- image: docker.io/rocm/k8s-device-plugin:1.31.0.2
1716
name: amd-gpu-dp-cntr
1817
resources: {}
1918
securityContext:

0 commit comments

Comments
 (0)