chore(deps): update container image ghcr.io/wg-easy/wg-easy to 14@66352cc by renovate (#25911)
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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC42Ny4yIiwidXBkYXRlZEluVmVyIjoiMzguNjcuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> --------- Co-authored-by: kqmaverick <kqmaverick@gmail.com>
This commit is contained in:
parent
95855080e0
commit
6330d786eb
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue