Automated Manifest Update (#5396)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

### Details
- **Trigger**: `pull_request` by `@alexlebens`
- **Commit**: `91c2800` (on `91c2800de2bff6f0e5132b767391c4871712e525`)
- **Charts Updated**: `houndarr,immich,intel-device-plugin`

### Update Details (2026-04-02 00:53 UTC)
- **Trigger**: `pull_request` by `@alexlebens`
- **Commit**: `201eac7` (on `201eac78a4966703d139718722c52a08d06a23fd`)
- **Charts Updated**: `gitea,immich,jellyfin,jellystat,karakeep`

Reviewed-on: #5396
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #5396.
This commit is contained in:
2026-04-02 00:56:06 +00:00
committed by Alex Lebens
parent e663e05edd
commit 93691cf720
44 changed files with 306 additions and 128 deletions

View File

@@ -0,0 +1,31 @@
apiVersion: nfd.k8s-sigs.io/v1alpha1
kind: NodeFeatureRule
metadata:
name: intel-dp-gpu-device
spec:
rules:
- name: "intel.gpu"
labels:
"intel.feature.node.kubernetes.io/gpu": "true"
matchFeatures:
- feature: pci.device
matchExpressions:
vendor: {op: In, value: ["8086"]}
class: {op: In, value: ["0300", "0380"]}
matchAny:
- matchFeatures:
- feature: kernel.loadedmodule
matchExpressions:
i915: {op: Exists}
- matchFeatures:
- feature: kernel.enabledmodule
matchExpressions:
i915: {op: Exists}
- matchFeatures:
- feature: kernel.loadedmodule
matchExpressions:
xe: {op: Exists}
- matchFeatures:
- feature: kernel.enabledmodule
matchExpressions:
xe: {op: Exists}