Files
truecharts/charts/stable/adguardhome-sync/values.yaml
T
TrueCharts BotandGitHub b18a567e15 chore(deps): update container image ghcr.io/bakito/adguardhome-sync to v0.5.4@94fe429 by renovate (#16989)
This PR contains the following updates:

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

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:26:40 +01:00

44 lines
1.3 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: ghcr.io/bakito/adguardhome-sync
tag: v0.5.4@sha256:94fe42977704ad19faddf0136e8a6a0cf4b5848216139b110012f02da2b3bbfd
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_CLIENTSETTINGS: "true"
FEATURES_DHCP_SERVERCONFIG: "true"
FEATURES_DHCP_STATICLEASES: "true"
FEATURES_DNS_ACCESSLISTS: "true"
FEATURES_DNS_REWRITES: "true"
FEATURES_DNS_SERVERCONFIG: "true"
FEATURES_FILTERS: "true"
FEATURES_GENERALSETTINGS: "true"
FEATURES_QUERYLOGCONFIG: "true"
FEATURES_SERVICES: "true"
FEATURES_STATSCONFIG: "true"
ORIGIN_PASSWORD: password
ORIGIN_URL: https://192.168.1.2:3000
ORIGIN_USERNAME: username
REPLICA_AUTOSETUP: "false"
REPLICA_INTERFACENAME: ""
REPLICA_PASSWORD: password
REPLICA_URL: http://192.168.1.3
REPLICA_USERNAME: username
RUNONSTART: "true"