This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/bakito/adguardhome-sync | patch | `ba8efbe` -> `d6b2e7c` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/bakito/adguardhome-sync
|
|
tag: v0.7.8@sha256:d6b2e7c5178c589cfc90c82f88a072b7e9c485f2f1362745edfd1f5fd60c47df
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8080
|
|
protocol: http
|
|
targetPort: 8080
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
args:
|
|
- run
|
|
env:
|
|
CRON: "*/10 * * * *"
|
|
FEATURES_CLIENT_SETTINGS: true
|
|
FEATURES_DHCP_SERVER_CONFIG: true
|
|
FEATURES_DHCP_STATIC_LEASES: true
|
|
FEATURES_DNS_ACCESS_LISTS: true
|
|
FEATURES_DNS_REWRITES: true
|
|
FEATURES_DNS_SERVER_CONFIG: true
|
|
FEATURES_FILTERS: true
|
|
FEATURES_GENERAL_SETTINGS: true
|
|
FEATURES_QUERY_LOG_CONFIG: true
|
|
FEATURES_SERVICES: true
|
|
FEATURES_STATS_CONFIG: true
|
|
ORIGIN_PASSWORD: password
|
|
ORIGIN_URL: https://192.168.1.2:3000
|
|
ORIGIN_USERNAME: username
|
|
REPLICA_AUTO_SETUP: false
|
|
REPLICA_INTERFACE_NAME: ""
|
|
REPLICA_PASSWORD: password
|
|
REPLICA_URL: http://192.168.1.3
|
|
REPLICA_USERNAME: username
|
|
RUN_ON_START: true
|