fix(wallos): update image ghcr.io/ellite/wallos 4.8.3 → 4.8.4 (#47620)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ellite/wallos](https://redirect.github.com/ellite/Wallos) | patch | `3c353bb` → `e4ca23a` | --- > [!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.8.4`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#484-2026-04-27) [Compare Source](https://redirect.github.com/ellite/Wallos/compare/v4.8.3...v4.8.4) ##### Bug Fixes - improve date formatting with IntlDateFormatter fallback ([`b2c565f`](https://redirect.github.com/ellite/Wallos/commit/b2c565f)) ([#​1048](https://redirect.github.com/ellite/Wallos/issues/1048)) ([8d43623](https://redirect.github.com/ellite/Wallos/commit/8d43623da9c27d32c30a219fec84a4724f62c38b)) - missing year for subscription next payment display ([`ca5823d`](https://redirect.github.com/ellite/Wallos/commit/ca5823d)) ([8d43623](https://redirect.github.com/ellite/Wallos/commit/8d43623da9c27d32c30a219fec84a4724f62c38b)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC93YWxsb3MiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.8.3
|
||||
appVersion: 4.8.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.1.6
|
||||
@@ -35,5 +35,5 @@ sources:
|
||||
- https://github.com/ellite/Wallos
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/wallos
|
||||
type: application
|
||||
version: 10.2.2
|
||||
version: 10.2.3
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/ellite/wallos
|
||||
tag: 4.8.3@sha256:3c353bbbb036337680e682270c8dce9a062ead2f8a22c45eee763e50c46e9fa1
|
||||
tag: 4.8.4@sha256:e4ca23a5b56d3f3e36987db9e38faa2b88adb0df0453852346689e6397daac83
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user