mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 07:51:21 -03:00
chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.49.13 → 0.49.14 (#34493)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `2abff4e` -> `eccd345` | 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.14`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.49.14) [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.49.13...0.49.14) #### What's Changed - Memory fixes/improvements - Run html to text in sub proc, a few more cleanups by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3110](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3110) - Playwright + Puppeteer fix for when page is taller than viewport but less than step_size by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3113](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3113) - Undo forced selenium headless mode, small refactor by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3112](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3112) - try to fix master caused by small refactor caused by making headless optional by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3114](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3114) - docs: Update reference URL by [@​jcgoette](https://redirect.github.com/jcgoette) in [https://github.com/dgtlmoon/changedetection.io/pull/3119](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3119) - Re [#​3115](https://redirect.github.com/dgtlmoon/changedetection.io/issues/3115) fix multiprocessing start by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3121](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3121) #### New Contributors - [@​jcgoette](https://redirect.github.com/jcgoette) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/3119](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3119) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.49.13...0.49.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.49.13
|
||||
appVersion: 0.49.14
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/dgtlmoon/changedetection.io/tree/master
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/changedetection-io
|
||||
type: application
|
||||
version: 4.9.10
|
||||
version: 4.9.11
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/dgtlmoon/changedetection.io
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.49.13@sha256:2abff4e2a1275aee7dcf9ded08b1b323dddeaf3e36c9ac8470bf7376d4e84b2f
|
||||
tag: 0.49.14@sha256:eccd3454a37650c92aa1609ef5d103e78caa3da333e30ed09ab3f506c29134ec
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user