Skip to content

Commit

Permalink
Device plugins 0.29 (#47)
Browse files Browse the repository at this point in the history
* device plugin operator: align webhook roles and fix path

Signed-off-by: Tuomas Katila <[email protected]>

* qat: add vfio module dependency

Signed-off-by: Tuomas Katila <[email protected]>

* device plugins: update versions to 0.29.0

Signed-off-by: Tuomas Katila <[email protected]>

---------

Signed-off-by: Tuomas Katila <[email protected]>
  • Loading branch information
tkatila authored Dec 20, 2023
1 parent df5223f commit 0701698
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 18 deletions.
4 changes: 2 additions & 2 deletions charts/device-plugin-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: intel-device-plugins-operator
description: A Helm chart for Intel Device Plugins Operator for Kubernetes
type: application
version: 0.28.0
appVersion: "0.28.0"
version: 0.29.0
appVersion: "0.29.0"
4 changes: 1 addition & 3 deletions charts/device-plugin-operator/templates/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,6 @@ webhooks:
- v1
operations:
- CREATE
- UPDATE
resources:
- pods
sideEffects: None
Expand All @@ -686,7 +685,7 @@ webhooks:
service:
name: inteldeviceplugins-webhook-service
namespace: {{ .Release.Namespace | quote }}
path: /pods-sgx
path: /mutate--v1-pod
failurePolicy: Ignore
name: sgx.mutator.webhooks.intel.com
reinvocationPolicy: IfNeeded
Expand All @@ -697,7 +696,6 @@ webhooks:
- v1
operations:
- CREATE
- UPDATE
resources:
- pods
sideEffects: None
Expand Down
2 changes: 1 addition & 1 deletion charts/device-plugin-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kubeRbacProxy:
image:
hub: gcr.io
hubRepo: kubebuilder
tag: v0.14.1
tag: v0.15.0
pullPolicy: IfNotPresent

privateRegistry:
Expand Down
4 changes: 2 additions & 2 deletions charts/dlb-device-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: intel-device-plugins-dlb
description: A Helm chart for Intel DLB Device Plugin
type: application
version: 0.28.0
appVersion: "0.28.0"
version: 0.29.0
appVersion: "0.29.0"
4 changes: 2 additions & 2 deletions charts/dsa-device-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: intel-device-plugins-dsa
description: A Helm chart for Intel DSA Device Plugin
type: application
version: 0.28.0
appVersion: "0.28.0"
version: 0.29.0
appVersion: "0.29.0"
4 changes: 2 additions & 2 deletions charts/gpu-device-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: intel-device-plugins-gpu
description: A Helm chart for Intel GPU Device Plugin
type: application
version: 0.28.1-helm.0
appVersion: "0.28.0"
version: 0.29.0
appVersion: "0.29.0"
4 changes: 2 additions & 2 deletions charts/iaa-device-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: intel-device-plugins-iaa
description: A Helm chart for Intel IAA Device Plugin
type: application
version: 0.28.0
appVersion: "0.28.0"
version: 0.29.0
appVersion: "0.29.0"
4 changes: 2 additions & 2 deletions charts/qat-device-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: intel-device-plugins-qat
description: A Helm chart for Intel QAT Device Plugin
type: application
version: 0.28.0
appVersion: "0.28.0"
version: 0.29.0
appVersion: "0.29.0"
9 changes: 9 additions & 0 deletions charts/qat-device-plugin/templates/qat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,13 @@ spec:
- feature: kernel.loadedmodule
matchExpressions:
intel_qat: {op: Exists}
matchAny:
- matchFeatures:
- feature: kernel.loadedmodule
matchExpressions:
vfio_pci: {op: Exists}
- matchFeatures:
- feature: kernel.enabledmodule
matchExpressions:
vfio-pci: {op: Exists}
{{ end }}
4 changes: 2 additions & 2 deletions charts/sgx-device-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: intel-device-plugins-sgx
description: A Helm chart for Intel SGX Device Plugin
type: application
version: 0.28.0
appVersion: "0.28.0"
version: 0.29.0
appVersion: "0.29.0"

0 comments on commit 0701698

Please sign in to comment.