Files
truecharts/charts/stable/adguardhome-sync/values.yaml
T
TrueCharts Bot da4ca91ca0 fix(adguardhome-sync): update image oci.trueforge.org/containerforge/adguardhome-sync 0.9.0 → 0.9.2 (#49520)
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)) | patch
| `c6a957d` → `8b59f19` |

---

> [!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.

---

### Release Notes

<details>
<summary>bakito/adguardhome-sync
(oci.trueforge.org/containerforge/adguardhome-sync)</summary>

###
[`v0.9.2`](https://redirect.github.com/bakito/adguardhome-sync/releases/tag/v0.9.2)

[Compare
Source](https://redirect.github.com/bakito/adguardhome-sync/compare/v0.9.0...v0.9.2)

#### Changelog

-
[`5352dde`](https://redirect.github.com/bakito/adguardhome-sync/commit/5352ddeb5f6fdd6e590ef69d30c7e108aaeee05a):
feat: implement rewrite settings sync
([#&#8203;858](https://redirect.github.com/bakito/adguardhome-sync/issues/858))
([@&#8203;bakito](https://redirect.github.com/bakito))

#### 🦠 VirusTotal Report 🔎

| File | Archive | Binary |
| ------------------------------------------- |
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
| adguardhome-sync\_0.9.2\_windows\_386.zip | [![VirusTotal -
adguardhome-sync\_0.9.2\_windows\_386.zip](https://img.shields.io/badge/VirusTotal-0%2F73+detected-brightgreen?logo=virustotal)](https://www.virustotal.com/gui/file-analysis/NmI5NTViNTI2ZDFmODYyODQyMGQ0ODc5NGM2NzhmMzI6MTc4MjMyODUzOA==/detection)
| [![VirusTotal -
adguardhome-sync.exe](https://img.shields.io/badge/VirusTotal-0%2F74+detected-brightgreen?logo=virustotal)](https://www.virustotal.com/gui/file-analysis/MzJjYzdhNjczMGE0NzJkZjZhYzZhOGY2ZmQyYzk2ODc6MTc4MjMyODU0Mw==/detection)
|
| adguardhome-sync\_0.9.2\_windows\_amd64.zip | [![VirusTotal -
adguardhome-sync\_0.9.2\_windows\_amd64.zip](https://img.shields.io/badge/VirusTotal-0%2F74+detected-brightgreen?logo=virustotal)](https://www.virustotal.com/gui/file-analysis/NjM5MzRjZDZhZDNmM2VhYmI2ODk2YTY1NDExMzk5ZmM6MTc4MjMyODU0NQ==/detection)
| [![VirusTotal -
adguardhome-sync.exe](https://img.shields.io/badge/VirusTotal-0%2F74+detected-brightgreen?logo=virustotal)](https://www.virustotal.com/gui/file-analysis/ZGFjOTZjZDU3ZmUwOWU2OTQ2ZjFkNjRmMmY1ZDI5YzQ6MTc4MjMyODU1MA==/detection)
|

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9hZGd1YXJkaG9tZS1zeW5jIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-06-27 01:41:46 +02:00

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.2@sha256:8b59f193a8c4789951184d9e059b19963bb946f6bbc54d5a6f4462f8e813099f"
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