Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Device plugins 0.29 #47

Merged
merged 3 commits into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"