Skip to content

Commit d2e6128

Browse files
authored
Fix GPU chart's default tolerations (#73)
Signed-off-by: Tuomas Katila <[email protected]>
1 parent 1115c15 commit d2e6128

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/gpu-device-plugin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: intel-device-plugins-gpu
33
description: A Helm chart for Intel GPU Device Plugin
44
type: application
5-
version: 0.32.0
6-
appVersion: "0.32.0"
5+
version: 0.32.1-helm.0
6+
appVersion: "0.32.0"

charts/gpu-device-plugin/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ allocationPolicy: "none"
1818
nodeSelector:
1919
intel.feature.node.kubernetes.io/gpu: 'true'
2020

21-
tolerations:
21+
tolerations: []
2222

23-
nodeFeatureRule: true
23+
nodeFeatureRule: true

0 commit comments

Comments
 (0)