Skip to content

Commit 2f6c307

Browse files
authored
plugins: update to 0.35.0 (#87)
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
1 parent e571063 commit 2f6c307

File tree

13 files changed

+28
-17
lines changed

13 files changed

+28
-17
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
6-
appVersion: "0.34.1"
5+
version: 0.35.0
6+
appVersion: "0.35.0"

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ spec:
5555
spec:
5656
description: DsaDevicePluginSpec defines the desired state of DsaDevicePlugin.
5757
properties:
58+
driver:
59+
default: idxd
60+
description: Driver name used for the DSA devices.
61+
enum:
62+
- idxd
63+
- vfio-pci
64+
type: string
5865
image:
5966
description: Image is a container image with DSA device plugin executable.
6067
type: string

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
type: string
6565
bypathMode:
6666
description: |-
67-
ByPathMode changes how plugin handles the DRM by-path/ directory mounting for GPU devices.
67+
ByPathMode changes how plugin handles the DRM by-path/-dir mounting for GPU devices.
6868
See GPU plugin documentation for detailed description of the modes.
6969
If left empty, it defaults to 'single'.
7070
enum:

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ spec:
5656
description: SgxDevicePluginSpec defines the desired state of SgxDevicePlugin.
5757
properties:
5858
dcapInfraResources:
59-
description: DcapInfraResources flag enables two special resources
60-
for Intel DCAP infrastructure containers.
59+
description: |-
60+
Deprecated: DcapInfraResources flag enables two special resources for Intel DCAP infrastructure containers.
61+
This is will be removed/modified in the future.
6162
type: boolean
6263
enclaveLimit:
6364
description: EnclaveLimit is a number of containers that can share

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

charts/dsa-device-plugin/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ You may also run `helm show values` on this chart's dependencies for additional
3737
| `image.tag` | `` |
3838
| `initImage.hub` | `intel` |
3939
| `initImage.tag` | `` |
40+
| `driver` | `idxd` |
4041
| `sharedDevNum` | `10` |
4142
| `logLevel` | `4` |
4243
| `tolerations` | `` |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ spec:
1212
image: "{{ .Values.image.hub }}/intel-dsa-plugin:{{ .Values.image.tag | default .Chart.AppVersion }}"
1313
initImage: "{{ .Values.initImage.hub }}/intel-idxd-config-initcontainer:{{ .Values.initImage.tag | default .Chart.AppVersion }}"
1414
sharedDevNum: {{ .Values.sharedDevNum }}
15+
driver: {{ .Values.driver | default "idxd" }}
1516
logLevel: {{ .Values.logLevel }}
1617
nodeSelector: {{- .Values.nodeSelector | toYaml | nindent 4 }}
1718
tolerations: {{- .Values.tolerations | toYaml | nindent 4 }}

charts/dsa-device-plugin/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ initImage:
88
hub: intel
99
tag: ""
1010

11+
driver: idxd
1112
sharedDevNum: 10
1213
logLevel: 4
1314

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

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

0 commit comments

Comments
 (0)