This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `801824f` -> `d8113bf` | --- > [!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.50.14`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.50.14): Bug fix update [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.50.13...0.50.14) #### What's Changed - "Time between check" field is now validated correctly (requires atleast one of the `weeks` `days` `hours` `minutes` `seconds` to be set) by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3427](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3427) - API - Adding page title link, bumping docs by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3431](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3431) - UI - Fixing HTML <title> versus custom title settings display in overview by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3430](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3430) - Time interval field validation improvements and tests by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3432](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3432) **Full Changelog**: <https://github.com/dgtlmoon/changedetection.io/compare/0.50.13...0.50.14> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
29 lines
550 B
YAML
29 lines
550 B
YAML
image:
|
|
repository: ghcr.io/dgtlmoon/changedetection.io
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.50.14@sha256:d8113bf66f47895d29c6935000bbac4c0f33d79588ae37d9ed6000ed328c5833
|
|
|
|
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"
|