Files
truecharts/charts/stable/generic-device-plugin/values.yaml
T
TrueCharts Bot 858964c18c chore(generic-device-plugin): update image ghcr.io/squat/generic-device-plugin digest to 8e74085 (#43608)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/squat/generic-device-plugin | digest | `f105555` -> `8e74085`
|

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZ2VuZXJpYy1kZXZpY2UtcGx1Z2luIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-01-14 16:17:39 +01:00

45 lines
950 B
YAML

image:
repository: ghcr.io/squat/generic-device-plugin
pullPolicy: IfNotPresent
tag: latest@sha256:8e74085edef446b02116d0e851a7a5576b4681e07fe5be75c4e5f6791a8ad0f7
workload:
main:
podSpec:
containers:
main:
args:
- --domain
- truecharts.org
- --device
- |
name: tun
groups:
- count: 1000
paths:
- path: /dev/net/tun
securityContext:
container:
readOnlyRootFilesystem: true
privileged: true
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0
persistence:
dev:
enabled: true
type: hostPath
hostPath: /dev
mountPath: /dev
device-plugin:
enabled: true
type: hostPath
hostPath: /var/lib/kubelet/device-plugins
mountPath: /var/lib/kubelet/device-plugins
service:
main:
ports:
main:
port: 8080
protocol: tcp