This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/adguardhome-sync](https://ghcr.io/trueforge-org/adguardhome-sync) ([source](https://redirect.github.com/bakito/adguardhome-sync)) | digest | `6db8f9b` → `9e03318` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYWRndWFyZGhvbWUtc3luYyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: oci.trueforge.org/containerforge/adguardhome-sync
|
|
tag: "0.9.0@sha256:9e03318b70933693bdb85bbedbd9592a895ae1762b9fcd7d7ce9d4c828b97dc7"
|
|
|
|
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
|