Skip to content

Commit e571063

Browse files
authored
plugins: update to 0.34.1 (#86)
Signed-off-by: Tuomas Katila <[email protected]>
1 parent d898387 commit e571063

File tree

11 files changed

+27
-14
lines changed

11 files changed

+27
-14
lines changed

charts/device-plugin-operator/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-operator
33
description: A Helm chart for Intel Device Plugins Operator for Kubernetes
44
type: application
5-
version: 0.34.1-helm.0
6-
appVersion: "0.34.0"
5+
version: 0.34.1
6+
appVersion: "0.34.1"

charts/device-plugin-operator/crds/deviceplugin.intel.com_gpudeviceplugins.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@ spec:
6262
The list can contain IDs in the form of '0x1234,0x49a4,0x50b4'.
6363
Cannot be used together with DenyIDs.
6464
type: string
65+
bypathMode:
66+
description: |-
67+
ByPathMode changes how plugin handles the DRM by-path/ directory mounting for GPU devices.
68+
See GPU plugin documentation for detailed description of the modes.
69+
If left empty, it defaults to 'single'.
70+
enum:
71+
- none
72+
- single
73+
- all
74+
type: string
6575
denyIDs:
6676
description: |-
6777
DenyIDs is a comma-separated list of PCI IDs of GPU devices that should only be denied by the plugin.

charts/dsa-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-dsa
33
description: A Helm chart for Intel DSA Device Plugin
44
type: application
5-
version: 0.34.0
6-
appVersion: "0.34.0"
5+
version: 0.34.1
6+
appVersion: "0.34.1"

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.34.0
6-
appVersion: "0.34.0"
5+
version: 0.34.1
6+
appVersion: "0.34.1"

charts/gpu-device-plugin/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ You may also run `helm show values` on this chart's dependencies for additional
4343
| `allocationPolicy` | `none` |
4444
| `allowIDs` | `` |
4545
| `denyIDs` | `` |
46+
| `bypathMode` | `single` |
4647
| `logLevel` | `2` |

charts/gpu-device-plugin/templates/gpu.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ spec:
1919
preferredAllocationPolicy: {{ .Values.allocationPolicy }}
2020
allowIDs: {{ .Values.allowIDs | quote }}
2121
denyIDs: {{ .Values.denyIDs | quote }}
22+
bypathMode: {{ .Values.bypathMode }}
2223

2324
nodeSelector: {{- .Values.nodeSelector | toYaml | nindent 4 }}
2425
tolerations: {{- .Values.tolerations | toYaml | nindent 4 }}

charts/gpu-device-plugin/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ enableMonitoring: true
1515
allocationPolicy: "none"
1616
allowIDs: ""
1717
denyIDs: ""
18+
bypathMode: single
1819

1920
nodeSelector:
2021
intel.feature.node.kubernetes.io/gpu: 'true'

charts/iaa-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-iaa
33
description: A Helm chart for Intel IAA Device Plugin
44
type: application
5-
version: 0.34.0
6-
appVersion: "0.34.0"
5+
version: 0.34.1
6+
appVersion: "0.34.1"

charts/npu-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-npu
33
description: A Helm chart for Intel NPU Device Plugin
44
type: application
5-
version: 0.34.0
6-
appVersion: "0.34.0"
5+
version: 0.34.1
6+
appVersion: "0.34.1"

charts/qat-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-qat
33
description: A Helm chart for Intel QAT Device Plugin
44
type: application
5-
version: 0.34.0
6-
appVersion: "0.34.0"
5+
version: 0.34.1
6+
appVersion: "0.34.1"

0 commit comments

Comments
 (0)