fix(wallos): update image ghcr.io/ellite/wallos 4.7.1 → 4.7.2 (#46235)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ellite/wallos](https://redirect.github.com/ellite/Wallos) | patch | `aba53e3` → `7bb6c96` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>ellite/Wallos (ghcr.io/ellite/wallos)</summary> ### [`v4.7.2`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#472-2026-03-19) [Compare Source](https://redirect.github.com/ellite/Wallos/compare/v4.7.1...v4.7.2) ##### Bug Fixes - password reset tokens now expire after 60 minutes ([90bb618](https://redirect.github.com/ellite/Wallos/commit/90bb6186ee4091590b6efdef824c85f2494ff2bb)) - vulnerability would allow to bypass 2fa ([#​1021](https://redirect.github.com/ellite/Wallos/issues/1021)) ([90bb618](https://redirect.github.com/ellite/Wallos/commit/90bb6186ee4091590b6efdef824c85f2494ff2bb)) </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvd2FsbG9zIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -8,7 +8,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.7.1
|
||||
appVersion: 4.7.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.0
|
||||
@@ -34,5 +34,5 @@ sources:
|
||||
- https://github.com/ellite/Wallos
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/wallos
|
||||
type: application
|
||||
version: 10.0.0
|
||||
version: 10.0.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/ellite/wallos
|
||||
tag: 4.7.1@sha256:aba53e32b3a5d9dfe9608c20ed84ae6c5125bc6ea12e752a1d88aaa4430cf3e9
|
||||
tag: 4.7.2@sha256:7bb6c96c8433a816a20778bba7ccdefd74ad22019c5e169f43385059a2ac9161
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user