Files
truecharts/charts/stable/wg-easy/values.yaml
T
TrueCharts BotandGitHub c123f34c5a chore(helm): update image ghcr.io/wg-easy/wg-easy 15.0.0 → 15.1.0 (#36849)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/wg-easy/wg-easy | minor | `07ed8f9` -> `bb81527` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-07-01 14:13:36 +02:00

56 lines
1.1 KiB
YAML

image:
repository: ghcr.io/wg-easy/wg-easy
pullPolicy: IfNotPresent
tag: 15.1.0@sha256:bb8152762c36f824eb42bb2f3c5ab8ad952818fbef677d584bc69ec513b251b0
securityContext:
container:
PUID: 0
runAsUser: 0
runAsGroup: 0
readOnlyRootFilesystem: false
runAsNonRoot: false
privileged: true
capabilities:
add:
- NET_ADMIN
- NET_RAW
- SYS_MODULE
service:
main:
ports:
main:
port: 51821
vpn:
enabled: true
ports:
vpn:
enabled: true
protocol: udp
port: 51820
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: tcp
readiness:
type: tcp
startup:
type: tcp
env:
HOST: "0.0.0.0"
PORT: "{{ .Values.service.main.ports.main.port }}"
INSECURE: false
persistence:
config:
enabled: true
mountPath: "/etc/wireguard"
modules:
enabled: true
hostPath: "/lib/modules"
mountPath: "/lib/modules"
readOnly: true
type: hostPath