From fbec9b9527c15542de46630b47abd110dd11c784 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 29 May 2025 21:36:54 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/wg-easy?= =?UTF-8?q?/wg-easy=2014=20=E2=86=92=2015=20(#35804)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/wg-easy/wg-easy | major | `66352cc` -> `07ed8f9` | 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. --- - [ ] 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). --------- Co-authored-by: alfi0812 --- charts/stable/wg-easy/Chart.yaml | 4 ++-- charts/stable/wg-easy/values.yaml | 21 +++++++++------------ 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/charts/stable/wg-easy/Chart.yaml b/charts/stable/wg-easy/Chart.yaml index 4e25444a165..ab205fa30db 100644 --- a/charts/stable/wg-easy/Chart.yaml +++ b/charts/stable/wg-easy/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 14.0.0 +appVersion: 15.0.0 dependencies: - name: common version: 25.4.10 @@ -36,5 +36,5 @@ sources: - https://ghcr.io/wg-easy/wg-easy - https://github.com/truecharts/charts/tree/master/charts/stable/wg-easy type: application -version: 16.4.2 +version: 17.0.0 diff --git a/charts/stable/wg-easy/values.yaml b/charts/stable/wg-easy/values.yaml index 768f2b4506b..ccdeba3b835 100644 --- a/charts/stable/wg-easy/values.yaml +++ b/charts/stable/wg-easy/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/wg-easy/wg-easy pullPolicy: IfNotPresent - tag: 14@sha256:66352ccb4b5095992550aa567df5118a5152b6ed31be34b0a8e118a3c3a35bf5 + tag: 15.0.0@sha256:07ed8f95eeeb4082c2e6afe3f5f3991723f496a21dd2dc25860b119a728b9ab0 securityContext: container: PUID: 0 @@ -40,19 +40,16 @@ workload: startup: type: tcp env: - WG_HOST: "localhost" + HOST: "0.0.0.0" PORT: "{{ .Values.service.main.ports.main.port }}" - WG_PORT: "{{ .Values.service.vpn.ports.vpn.port }}" - WG_MTU: 0 - WG_PERSISTENT_KEEPALIVE: 0 - WG_DEFAULT_ADDRESS: "10.8.0.x" - WG_DEFAULT_DNS: "1.1.1.1" - WG_ALLOWED_IPS: "0.0.0.0/0, ::/0" - # PASSWORD_HASH uses bcrypt. You can create a hash at https://bcrypt.online/ - PASSWORD_HASH: "$2y$12$iPAVrWmmVshBbr6CpJWGw.wlpaulOsVMpb.Tdo53xnNrpZt.T9odK" - LANG: "en" - UI_TRAFFIC_STATS: "false" + INSECURE: false persistence: config: enabled: true mountPath: "/etc/wireguard" + modules: + enabled: true + hostPath: "/lib/modules" + mountPath: "/lib/modules" + readOnly: true + type: hostPath