File tree Expand file tree Collapse file tree 7 files changed +16
-16
lines changed
helm/nvidia-device-plugin Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : nvidia-device-plugin
33type : application
44description : A Helm chart for the nvidia-device-plugin on Kubernetes
5- version : " 0.17.1 "
6- appVersion : " 0.17.1 "
5+ version : " 0.18.0 "
6+ appVersion : " 0.18.0 "
77kubeVersion : " >= 1.10.0-0"
88home : https://github.com/NVIDIA/k8s-device-plugin
99
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
44 name : gpu-feature-discovery
55 labels :
66 app.kubernetes.io/name : gpu-feature-discovery
7- app.kubernetes.io/version : 0.17.1
7+ app.kubernetes.io/version : 0.18.0
88 app.kubernetes.io/part-of : nvidia-gpu
99spec :
1010 selector :
@@ -15,11 +15,11 @@ spec:
1515 metadata :
1616 labels :
1717 app.kubernetes.io/name : gpu-feature-discovery
18- app.kubernetes.io/version : 0.17.1
18+ app.kubernetes.io/version : 0.18.0
1919 app.kubernetes.io/part-of : nvidia-gpu
2020 spec :
2121 containers :
22- - image : nvcr.io/nvidia/k8s-device-plugin:v0.17.1
22+ - image : nvcr.io/nvidia/k8s-device-plugin:v0.18.0
2323 name : gpu-feature-discovery
2424 command : ["/usr/bin/gpu-feature-discovery"]
2525 volumeMounts :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
44 name : gpu-feature-discovery
55 labels :
66 app.kubernetes.io/name : gpu-feature-discovery
7- app.kubernetes.io/version : 0.17.1
7+ app.kubernetes.io/version : 0.18.0
88 app.kubernetes.io/part-of : nvidia-gpu
99spec :
1010 selector :
@@ -15,11 +15,11 @@ spec:
1515 metadata :
1616 labels :
1717 app.kubernetes.io/name : gpu-feature-discovery
18- app.kubernetes.io/version : 0.17.1
18+ app.kubernetes.io/version : 0.18.0
1919 app.kubernetes.io/part-of : nvidia-gpu
2020 spec :
2121 containers :
22- - image : nvcr.io/nvidia/k8s-device-plugin:v0.17.1
22+ - image : nvcr.io/nvidia/k8s-device-plugin:v0.18.0
2323 name : gpu-feature-discovery
2424 command : ["/usr/bin/gpu-feature-discovery"]
2525 volumeMounts :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
44 name : gpu-feature-discovery
55 labels :
66 app.kubernetes.io/name : gpu-feature-discovery
7- app.kubernetes.io/version : 0.17.1
7+ app.kubernetes.io/version : 0.18.0
88 app.kubernetes.io/part-of : nvidia-gpu
99spec :
1010 selector :
@@ -15,11 +15,11 @@ spec:
1515 metadata :
1616 labels :
1717 app.kubernetes.io/name : gpu-feature-discovery
18- app.kubernetes.io/version : 0.17.1
18+ app.kubernetes.io/version : 0.18.0
1919 app.kubernetes.io/part-of : nvidia-gpu
2020 spec :
2121 containers :
22- - image : nvcr.io/nvidia/k8s-device-plugin:v0.17.1
22+ - image : nvcr.io/nvidia/k8s-device-plugin:v0.18.0
2323 name : gpu-feature-discovery
2424 command : ["/usr/bin/gpu-feature-discovery"]
2525 volumeMounts :
Original file line number Diff line number Diff line change @@ -4,19 +4,19 @@ metadata:
44 name: gpu-feature-discovery
55 labels:
66 app.kubernetes.io/name: gpu-feature-discovery
7- app.kubernetes.io/version: 0.17.1
7+ app.kubernetes.io/version: 0.18.0
88 app.kubernetes.io/part-of: nvidia-gpu
99spec:
1010 template:
1111 metadata:
1212 labels:
1313 app.kubernetes.io/name: gpu-feature-discovery
14- app.kubernetes.io/version: 0.17.1
14+ app.kubernetes.io/version: 0.18.0
1515 app.kubernetes.io/part-of: nvidia-gpu
1616 spec:
1717 nodeName: NODE_NAME
1818 containers:
19- - image: nvcr.io/nvidia/k8s-device-plugin:v0.17.1
19+ - image: nvcr.io/nvidia/k8s-device-plugin:v0.18.0
2020 name: gpu-feature-discovery
2121 command: ["/usr/bin/gpu-feature-discovery"]
2222 args:
Original file line number Diff line number Diff line change 3838 # See https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/
3939 priorityClassName : " system-node-critical"
4040 containers :
41- - image : nvcr.io/nvidia/k8s-device-plugin:v0.17.1
41+ - image : nvcr.io/nvidia/k8s-device-plugin:v0.18.0
4242 name : nvidia-device-plugin-ctr
4343 env :
4444 - name : PASS_DEVICE_SPECS
Original file line number Diff line number Diff line change 3838 # See https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/
3939 priorityClassName : " system-node-critical"
4040 containers :
41- - image : nvcr.io/nvidia/k8s-device-plugin:v0.17.1
41+ - image : nvcr.io/nvidia/k8s-device-plugin:v0.18.0
4242 name : nvidia-device-plugin-ctr
4343 env : []
4444 securityContext :
You can’t perform that action at this time.
0 commit comments