fix(wallos): update image ghcr.io/ellite/wallos 4.7.2 → 4.7.3 (#46291)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ellite/wallos](https://redirect.github.com/ellite/Wallos) | patch | `7bb6c96` → `e558da4` | --- > [!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.3`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#473-2026-03-21) [Compare Source](https://redirect.github.com/ellite/Wallos/compare/v4.7.3...v4.7.3) ##### Bug Fixes - image search failing to save ([4fd87c3](https://redirect.github.com/ellite/Wallos/commit/4fd87c30144ae9cc38a68d4c3a30df181f8e1827)) - session expiration on pwa on android ([#​1023](https://redirect.github.com/ellite/Wallos/issues/1023)) ([4fd87c3](https://redirect.github.com/ellite/Wallos/commit/4fd87c30144ae9cc38a68d4c3a30df181f8e1827)) ### [`v4.7.3`](https://redirect.github.com/ellite/Wallos/releases/tag/v4.7.3) [Compare Source](https://redirect.github.com/ellite/Wallos/compare/v4.7.2...v4.7.3) ##### Bug Fixes - image search failing to save ([4fd87c3](https://redirect.github.com/ellite/Wallos/commit/4fd87c30144ae9cc38a68d4c3a30df181f8e1827)) - session expiration on pwa on android ([#​1023](https://redirect.github.com/ellite/Wallos/issues/1023)) ([4fd87c3](https://redirect.github.com/ellite/Wallos/commit/4fd87c30144ae9cc38a68d4c3a30df181f8e1827)) </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.2
|
||||
appVersion: 4.7.3
|
||||
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.1
|
||||
version: 10.0.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/ellite/wallos
|
||||
tag: 4.7.2@sha256:7bb6c96c8433a816a20778bba7ccdefd74ad22019c5e169f43385059a2ac9161
|
||||
tag: 4.7.3@sha256:e558da4263cc7406745c0859d28bacec6cca7ac749209eff363ab66c7458252b
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user