c6b3f26c6c
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://changedetection.io) ([source](https://redirect.github.com/dgtlmoon/changedetection.io)) | patch | `2a7a832` → `c85fb73` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.54.10`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.54.10) [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.54.9...0.54.10) #### What's Changed - i18n: Wrap untranslated UI strings and update ja translations by [@​skkzsh](https://redirect.github.com/skkzsh) in [#​4052](https://redirect.github.com/dgtlmoon/changedetection.io/pull/4052) - Bump apprise from 1.9.8 to 1.9.9 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4059](https://redirect.github.com/dgtlmoon/changedetection.io/pull/4059) - Fix - diff\_changed\_to causing some missed notifications by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​4066](https://redirect.github.com/dgtlmoon/changedetection.io/pull/4066) - Fix untranslated labels on mobile watchlist view by [@​skkzsh](https://redirect.github.com/skkzsh) in [#​4064](https://redirect.github.com/dgtlmoon/changedetection.io/pull/4064) - Fix unresponsive "help and tips" button on tag edit screen by [@​skkzsh](https://redirect.github.com/skkzsh) in [#​4055](https://redirect.github.com/dgtlmoon/changedetection.io/pull/4055) **Full Changelog**: <https://github.com/dgtlmoon/changedetection.io/compare/0.54.9...0.54.10> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9jaGFuZ2VkZXRlY3Rpb24taW8iLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
30 lines
603 B
YAML
30 lines
603 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/dgtlmoon/changedetection.io
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.54.10@sha256:c85fb73ce4e1986c90b9b747e0247cd67b0d4ebcce4718a5f7205dc64ccc178a
|
|
|
|
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"
|