This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `eccd345` -> `34e1487` | 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.49.15`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.49.15) [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.49.14...0.49.15) #### What's Changed - Only add screenshot warning if capture was greater than trim size by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3123](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3123) - Updating restock texts by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3124](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3124) - Development: introduce Ruff as linter/formatter by [@​xLinkOut](https://redirect.github.com/xLinkOut) in [https://github.com/dgtlmoon/changedetection.io/pull/3039](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3039) - Send TRACE and INFO logs to stdout by [@​drrlvn](https://redirect.github.com/drrlvn) in [https://github.com/dgtlmoon/changedetection.io/pull/3051](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3051) - re [#​3126](https://redirect.github.com/dgtlmoon/changedetection.io/issues/3126) Visual Selector & Browser Steps - Always recheck if the data/screenshot is ready under "Visual Selector" tab after using Browser Steps by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3130](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3130) #### New Contributors - [@​drrlvn](https://redirect.github.com/drrlvn) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/3051](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3051) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.49.14...0.49.15 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
29 lines
550 B
YAML
29 lines
550 B
YAML
image:
|
|
repository: ghcr.io/dgtlmoon/changedetection.io
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.49.15@sha256:34e1487e9ba06a9dd3251f13ceddec80360b957c9258aee8a200adf350a328b6
|
|
|
|
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"
|