f183092c47
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `46ed4c0` -> `99cf11f` | --- > [!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>dgtlmoon/changedetection.io (ghcr.io/dgtlmoon/changedetection.io)</summary> ### [`v0.51.4`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.51.4) [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.51.3...0.51.4) Actually this fixes one very very old bug in xpath filter handling :) #### What's Changed - playwright 1.56 by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3644](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3644) - Specify UTF-8 encoding for xpath\_element\_js by [@​voczi](https://redirect.github.com/voczi) in [#​3650](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3650) - Bump actions/checkout from 5 to 6 in the all group by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​3651](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3651) - Improving UTF-8 handling for xPath selectors (Stop the xpath filter from chewing up non-regulat-latin-text style content) by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3659](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3659) #### New Contributors - [@​voczi](https://redirect.github.com/voczi) made their first contribution in [#​3650](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3650) **Full Changelog**: <https://github.com/dgtlmoon/changedetection.io/compare/0.51.3...0.51.4> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
29 lines
549 B
YAML
29 lines
549 B
YAML
image:
|
|
repository: ghcr.io/dgtlmoon/changedetection.io
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.51.4@sha256:99cf11f04b5d1f1300b5b68f17dc22e76bdb5d6695d7e6590d2df92eca8fb339
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 5000
|
|
port: 5000
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
BASE_URL: ""
|
|
USE_X_SETTINGS: true
|
|
HIDE_REFERER: true
|
|
FETCH_WORKERS: 10
|
|
|
|
persistence:
|
|
datastore:
|
|
enabled: true
|
|
mountPath: "/datastore"
|