e252865269
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/intel/intel-gpu-plugin | patch | `bd1936c` -> `42cbcb4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
48 lines
965 B
YAML
48 lines
965 B
YAML
image:
|
|
repository: docker.io/intel/intel-gpu-plugin
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.32.1@sha256:42cbcb436fa5b6c97ee7c0da29b538308070c6ebc2690b4cb3c1989abfc72bec
|
|
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
type: DaemonSet
|
|
containers:
|
|
main:
|
|
args:
|
|
- -shared-dev-num
|
|
- "5"
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
|
|
persistence:
|
|
devfs:
|
|
enabled: true
|
|
type: device
|
|
mountPath: /dev/dri
|
|
hostPath: /dev/dri
|
|
readOnly: true
|
|
sysfs:
|
|
enabled: true
|
|
type: device
|
|
mountPath: /sys/class/drm
|
|
hostPath: /sys/class/drm
|
|
readOnly: true
|
|
kubeletsockets:
|
|
enabled: true
|
|
type: hostPath
|
|
mountPath: /var/lib/kubelet/device-plugins
|
|
hostPath: /var/lib/kubelet/device-plugins
|