chore(helm): update image ghcr.io/ellite/wallos 2.52.2 → 3.0.2 (#35045)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ellite/wallos](https://redirect.github.com/ellite/Wallos) | major | `ad8d37f` -> `1b6fa8a` | --- > [!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> ### [`v3.0.2`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#302-2025-05-03) [Compare Source](https://redirect.github.com/ellite/Wallos/compare/v3.0.1...v3.0.2) ##### Bug Fixes - delete avatar would not work if wallos is on a subfolder ([69c7d52](https://redirect.github.com/ellite/Wallos/commit/69c7d52cf8d708bcb046343faa663209c8d36779)) - some strings not using translations on the calendar page ([69c7d52](https://redirect.github.com/ellite/Wallos/commit/69c7d52cf8d708bcb046343faa663209c8d36779)) - vulnerability on delete avatar ([69c7d52](https://redirect.github.com/ellite/Wallos/commit/69c7d52cf8d708bcb046343faa663209c8d36779)) ### [`v3.0.1`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#301-2025-04-30) [Compare Source](https://redirect.github.com/ellite/Wallos/compare/v3.0.0...v3.0.1) ##### Bug Fixes - allow to clear the budget field ([f6b8fb9](https://redirect.github.com/ellite/Wallos/commit/f6b8fb9162c5fb4fefa1fbd9cde65c201e96be6c)) - don't show budget alert when budget is 0 ([f6b8fb9](https://redirect.github.com/ellite/Wallos/commit/f6b8fb9162c5fb4fefa1fbd9cde65c201e96be6c)) ### [`v3.0.0`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#300-2025-04-27) [Compare Source](https://redirect.github.com/ellite/Wallos/compare/v2.52.2...v3.0.0) ##### ⚠ BREAKING CHANGES - simplified webhook notifications without iterator (might break your current webhook settings) ##### Features - simplified webhook notifications without iterator (might break your current webhook settings) ([e0f2048](https://redirect.github.com/ellite/Wallos/commit/e0f204803e635400c404529d87e5057c579c8531)) - use mobile style toggles instead of checkboxes ([e0f2048](https://redirect.github.com/ellite/Wallos/commit/e0f204803e635400c404529d87e5057c579c8531)) - webhooks can now be used for cancelation notifications ([e0f2048](https://redirect.github.com/ellite/Wallos/commit/e0f204803e635400c404529d87e5057c579c8531)) ##### Bug Fixes - barely readable placeholder text on textarea on dark the ([e0f2048](https://redirect.github.com/ellite/Wallos/commit/e0f204803e635400c404529d87e5057c579c8531)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.52.2
|
||||
appVersion: 3.0.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -35,5 +35,5 @@ sources:
|
||||
- https://github.com/ellite/Wallos
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/wallos
|
||||
type: application
|
||||
version: 6.16.1
|
||||
version: 7.0.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/ellite/wallos
|
||||
tag: 2.52.2@sha256:ad8d37f01e7bc3ccc4ebdb4f7337696c0a1f69dc9c1c7b3621687e23adab2fa6
|
||||
tag: 3.0.2@sha256:1b6fa8a25c71709097209cb2eb3897ca5362175bc9e9f622427720d9f9e9d5d8
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user