Files
truecharts/charts/stable/adguardhome-sync/values.yaml
T
TrueCharts BotandGitHub 14ad015818 chore(deps): update container image ghcr.io/bakito/adguardhome-sync to v0.6.13@bd5cecf by renovate (#27015)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/bakito/adguardhome-sync | patch | `v0.6.12` -> `v0.6.13` |

---

> [!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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEwMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-09-28 14:28:10 +02:00

44 lines
1.2 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: ghcr.io/bakito/adguardhome-sync
tag: v0.6.13@sha256:bd5cecfa81a699906775cc9dfa51128b0276450e14feaf20e658076a21cdaf61
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