33577f2570
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/dgtlmoon/changedetection.io | patch | `0.45.22` -> `0.45.23` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
33 lines
585 B
YAML
33 lines
585 B
YAML
image:
|
|
repository: ghcr.io/dgtlmoon/changedetection.io
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.45.23@sha256:b1175272d6afdbbfc1e2b3317bf34c29978a7461d49b29d452e3e8f41036a7ec
|
|
|
|
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"
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|