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

| Package | Update | Change |
|---|---|---|
| ghcr.io/squat/generic-device-plugin | digest | `752a084` -> `4578784`
|

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-23 00:17:03 +02:00

45 lines
950 B
YAML

image:
repository: ghcr.io/squat/generic-device-plugin
pullPolicy: IfNotPresent
tag: latest@sha256:45787848aac84d6b8b592904614339fa82d7c0e422f3287d7f9913896ff3a3f7
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