This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ellite/wallos](https://redirect.github.com/ellite/Wallos) | patch | `5e12fca` -> `a1de777` | --- > [!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> ### [`v4.1.1`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#411-2025-08-13) [Compare Source](https://redirect.github.com/ellite/Wallos/compare/v4.1.0...v4.1.1) ##### Bug Fixes - missing apikey validation error on get\_monthly\_cost api endpoint ([3ecc160](https://redirect.github.com/ellite/Wallos/commit/3ecc160ccb73f22367bea427315519876de74a65)) - redirect from dashboard to subscriptions for new users ([3ecc160](https://redirect.github.com/ellite/Wallos/commit/3ecc160ccb73f22367bea427315519876de74a65)) - wrong check for disabling password login ([3ecc160](https://redirect.github.com/ellite/Wallos/commit/3ecc160ccb73f22367bea427315519876de74a65)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
28 lines
541 B
YAML
28 lines
541 B
YAML
image:
|
|
repository: ghcr.io/ellite/wallos
|
|
tag: 4.1.1@sha256:a1de777eb1d4863f7c8790bfa2e01a11760d0a1db067c135c5a581d27522e75c
|
|
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"
|