From 6330d786eb2f2c80d7a65fda358709633b6d977a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 5 Sep 2024 00:23:14 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/wg-easy/wg-easy to 14@66352cc by renovate (#25911) 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 | digest | `f6c2587` -> `66352cc` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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. --- - [ ] 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: kqmaverick --- charts/stable/wg-easy/Chart.yaml | 2 +- charts/stable/wg-easy/values.yaml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/stable/wg-easy/Chart.yaml b/charts/stable/wg-easy/Chart.yaml index b7cf48eb8e6..8ceaa2c150f 100644 --- a/charts/stable/wg-easy/Chart.yaml +++ b/charts/stable/wg-easy/Chart.yaml @@ -33,4 +33,4 @@ sources: - https://ghcr.io/wg-easy/wg-easy - https://github.com/truecharts/charts/tree/master/charts/stable/wg-easy type: application -version: 16.0.1 +version: 16.0.2 diff --git a/charts/stable/wg-easy/values.yaml b/charts/stable/wg-easy/values.yaml index 7fa839bc4b0..b272731c2aa 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:f6c2587da3fdc9d5927743fb4a92cff42d690b182396ffd0cdad034becb41053 + tag: 14@sha256:66352ccb4b5095992550aa567df5118a5152b6ed31be34b0a8e118a3c3a35bf5 securityContext: container: PUID: 0 @@ -47,7 +47,8 @@ workload: WG_DEFAULT_ADDRESS: "10.8.0.x" WG_DEFAULT_DNS: "1.1.1.1" WG_ALLOWED_IPS: "0.0.0.0/0, ::/0" - PASSWORD: "secretpass" + # 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" persistence: