This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/bakito/adguardhome-sync | patch | `v0.6.11` -> `v0.6.12` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/bakito/adguardhome-sync
|
|
tag: v0.6.12@sha256:a604e637a1f95e85c2c4cb817e727e4d4e3dfcd06f1d2623391bb909d25c48d9
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
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
|