d171558ae2
This PR contains the following updates: | Package | Update | Change | |---|---|---| | intel/intel-gpu-plugin | minor | `e96c995` -> `0e9b1c3` | --- > [!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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
52 lines
991 B
YAML
52 lines
991 B
YAML
image:
|
|
repository: intel/intel-gpu-plugin
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.31.0@sha256:0e9b1c383c2b6b2690a9a6143c1d613e5b809abb4c27f8a38dd0f2a29e176896
|
|
|
|
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
|