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

| Package | Update | Change |
|---|---|---|
| ghcr.io/squat/generic-device-plugin | digest | `327d13c` → `dc192e1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/18710) for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9nZW5lcmljLWRldmljZS1wbHVnaW4iLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-05-17 00:42:12 +02:00

46 lines
1003 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: ghcr.io/squat/generic-device-plugin
pullPolicy: IfNotPresent
tag: latest@sha256:dc192e164c69b03f156765793a1be62ca437709ae477b27ca7d8f3dcf5021576
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