chore(helm): update image ghcr.io/ellite/wallos 2.45.1 → 2.45.2 (#31682)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ellite/wallos](https://redirect.github.com/ellite/Wallos) | patch | `23d2151` -> `fc19d4a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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> ### [`v2.45.2`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2452-2025-02-05) [Compare Source](https://redirect.github.com/ellite/Wallos/compare/v2.45.1...v2.45.2) ##### Bug Fixes - bug setting main currency for the first registered user ([c43b08a](https://redirect.github.com/ellite/Wallos/commit/c43b08aa4c45c907f82eb6afe37fd46aa5103654)) - deprecation message ([c43b08a](https://redirect.github.com/ellite/Wallos/commit/c43b08aa4c45c907f82eb6afe37fd46aa5103654)) - subscription progress above 100% for disabled subscriptions ([c43b08a](https://redirect.github.com/ellite/Wallos/commit/c43b08aa4c45c907f82eb6afe37fd46aa5103654)) - typo on czech translation ([c43b08a](https://redirect.github.com/ellite/Wallos/commit/c43b08aa4c45c907f82eb6afe37fd46aa5103654)) - use first currency on the list of currencies if user has not selected a main currency ([c43b08a](https://redirect.github.com/ellite/Wallos/commit/c43b08aa4c45c907f82eb6afe37fd46aa5103654)) - use gd if imagick is not available ([c43b08a](https://redirect.github.com/ellite/Wallos/commit/c43b08aa4c45c907f82eb6afe37fd46aa5103654)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.45.1
|
||||
appVersion: 2.45.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -32,4 +32,4 @@ sources:
|
||||
- https://github.com/ellite/Wallos
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/wallos
|
||||
type: application
|
||||
version: 6.9.2
|
||||
version: 6.9.3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/ellite/wallos
|
||||
tag: 2.45.1@sha256:23d215154491c7001358d1ab9b018408ebb2b590c808dbe9164ec8ec9a61d418
|
||||
tag: 2.45.2@sha256:fc19d4aaf68d1ea2cc7e7ba5cbfd2fe6fafb5b47968814b9f609242334c4e97b
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user