0ed8011650
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ellite/wallos](https://redirect.github.com/ellite/Wallos) | minor | `50cb9f5` -> `c24387d` | 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.49.0`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2490-2025-04-13) [Compare Source](https://redirect.github.com/ellite/Wallos/compare/v2.48.1...v2.49.0) ##### Features - show name on mobile view when subscription has no logo ([9eb2907](https://redirect.github.com/ellite/Wallos/commit/9eb2907145297e3b7aac54dd5b51451d961f549a)) - show timezone on sendnotification cronjob on admin page ([9eb2907](https://redirect.github.com/ellite/Wallos/commit/9eb2907145297e3b7aac54dd5b51451d961f549a)) - use currencyConverter for notifications as well ([9eb2907](https://redirect.github.com/ellite/Wallos/commit/9eb2907145297e3b7aac54dd5b51451d961f549a)) - use symbol from db when currencyFormatter does not support the currency ([9eb2907](https://redirect.github.com/ellite/Wallos/commit/9eb2907145297e3b7aac54dd5b51451d961f549a)) ##### Bug Fixes - date comparison check on sendnotifications cronjob ([9eb2907](https://redirect.github.com/ellite/Wallos/commit/9eb2907145297e3b7aac54dd5b51451d961f549a)) - emails with encryption set to none not working without ssl ([9eb2907](https://redirect.github.com/ellite/Wallos/commit/9eb2907145297e3b7aac54dd5b51451d961f549a)) - error when not setting custom headers for ntfy ([9eb2907](https://redirect.github.com/ellite/Wallos/commit/9eb2907145297e3b7aac54dd5b51451d961f549a)) </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=-->
28 lines
542 B
YAML
28 lines
542 B
YAML
image:
|
|
repository: ghcr.io/ellite/wallos
|
|
tag: 2.49.0@sha256:c24387d33a594a076f27233612b27ce6262583b570507d7fb7d8096a10199c0e
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8282
|
|
protocol: tcp
|
|
targetPort: 80
|
|
|
|
persistence:
|
|
database:
|
|
enabled: true
|
|
mountPath: "/var/www/html/db"
|
|
logos:
|
|
enabled: true
|
|
mountPath: "/var/www/html/images/uploads/logos"
|