chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.50.13 → 0.50.14 (#39652)
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=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.50.13
|
||||
appVersion: 0.50.14
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.18.0
|
||||
@@ -39,5 +39,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/changedetection-io
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/changedetection-io
|
||||
type: application
|
||||
version: 5.5.0
|
||||
version: 5.5.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/dgtlmoon/changedetection.io
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.50.13@sha256:801824f16469f791e1fe3c30ecfbb26544c6daa871ab3392b8886bb41133086f
|
||||
tag: 0.50.14@sha256:d8113bf66f47895d29c6935000bbac4c0f33d79588ae37d9ed6000ed328c5833
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user