chore(helm): update image ghcr.io/ellite/wallos 3.1.1 → 3.2.0 (#36085)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ellite/wallos](https://redirect.github.com/ellite/Wallos) | minor | `2098a83` -> `37ac7ec` | --- > [!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.2.0`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#320-2025-06-08) [Compare Source](https://redirect.github.com/ellite/Wallos/compare/v3.1.1...v3.2.0) ##### Features - add button to auto fill the next payment date ([48db4e3](https://redirect.github.com/ellite/Wallos/commit/48db4e300df6128b7cc0b4e0c86271bfb3159545)) - add first and last names to the user profile ([48db4e3](https://redirect.github.com/ellite/Wallos/commit/48db4e300df6128b7cc0b4e0c86271bfb3159545)) - add indonesian language ([#​842](https://redirect.github.com/ellite/Wallos/issues/842)) ([48db4e3](https://redirect.github.com/ellite/Wallos/commit/48db4e300df6128b7cc0b4e0c86271bfb3159545)) - add new currency ([48db4e3](https://redirect.github.com/ellite/Wallos/commit/48db4e300df6128b7cc0b4e0c86271bfb3159545)) - Add new currency ([#​829](https://redirect.github.com/ellite/Wallos/issues/829)) ([288ad45](https://redirect.github.com/ellite/Wallos/commit/288ad456564c307018541a09df447898e1d62d26)) - enable IPv6 environments by configuring a dual-stack listen in nginx ([48db4e3](https://redirect.github.com/ellite/Wallos/commit/48db4e300df6128b7cc0b4e0c86271bfb3159545)) ##### Bug Fixes - vulnerability on test webhook endpoint ([48db4e3](https://redirect.github.com/ellite/Wallos/commit/48db4e300df6128b7cc0b4e0c86271bfb3159545)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 3.1.1
|
||||
appVersion: 3.2.0
|
||||
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: 7.1.1
|
||||
version: 7.2.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/ellite/wallos
|
||||
tag: 3.1.1@sha256:2098a836d4e7c7903decd0a5cb9f8c0d7bb9d1932052b068837c91515d84a913
|
||||
tag: 3.2.0@sha256:37ac7eca26ae93531d89e462d32ca0a59497c85191343d4b968ce2894b63f9de
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user