931652f619
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/intel/intel-gpu-plugin | minor | `31f4543` -> `bd1936c` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
52 lines
1001 B
YAML
52 lines
1001 B
YAML
image:
|
|
repository: docker.io/intel/intel-gpu-plugin
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.32.0@sha256:bd1936cb1738388599851145c62769c5a3bdb3928b089dfa2f6fb8804da020bb
|
|
|
|
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
|
|
|
|
portal:
|
|
open:
|
|
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
|