This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/adguard/adguardhome](https://adguard.com/en/adguard-home/overview.html) ([source](https://redirect.github.com/AdguardTeam/AdGuardHome)) | patch | `09a24f0` -> `8a4107e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>AdguardTeam/AdGuardHome (docker.io/adguard/adguardhome)</summary> ### [`v0.107.69`](https://redirect.github.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010769---2025-11-06-APPROX) [Compare Source](https://redirect.github.com/AdguardTeam/AdGuardHome/compare/v0.107.68...v0.107.69) See also the [v0.107.69 GitHub milestone][ms-v0.107.69]. [ms-v0.107.69]: https://redirect.github.com/AdguardTeam/AdGuardHome/milestone/104?closed=1 NOTE: Add new changes BELOW THIS COMMENT. \--> ##### Changed - Node.js 24 is now used to build the frontend. ##### Deprecated - Node.js 20 and 22 support. ##### Fixed - DHCP settings could not be saved ([#​8075]). - DNS Rewrite edit modal did not populate with the correct values ([#​8072]). ##### Removed - The outdated querylog anonymization script. [#​8075]: https://redirect.github.com/AdguardTeam/AdGuardHome/issues/8075 [#​8072]: https://redirect.github.com/AdguardTeam/AdGuardHome/issues/8072 <!-- NOTE: Add new changes ABOVE THIS COMMENT. --> </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
122 lines
2.5 KiB
YAML
122 lines
2.5 KiB
YAML
image:
|
|
repository: docker.io/adguard/adguardhome
|
|
tag: v0.107.69@sha256:8a4107ec812023842ccab9e04600c5d39d3be6b15e907c34a36339c184c8fccf
|
|
pullPolicy: IfNotPresent
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
command: ["/opt/adguardhome/AdGuardHome"]
|
|
args:
|
|
- --no-check-update
|
|
- --host
|
|
- "0.0.0.0"
|
|
- --config
|
|
- /opt/adguardhome/conf/AdGuardHome.yaml
|
|
- --work-dir
|
|
- /opt/adguardhome/work
|
|
- --port
|
|
- "{{ .Values.service.main.ports.main.port }}"
|
|
env: {}
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10232
|
|
protocol: http
|
|
dns-tcp:
|
|
enabled: true
|
|
ports:
|
|
dns-tcp:
|
|
enabled: true
|
|
port: 53
|
|
targetPort: 53
|
|
dns-udp:
|
|
enabled: true
|
|
ports:
|
|
dns-udp:
|
|
enabled: true
|
|
protocol: udp
|
|
port: 53
|
|
targetPort: 53
|
|
dns-https:
|
|
enabled: true
|
|
ports:
|
|
dns-https:
|
|
enabled: true
|
|
protocol: https
|
|
port: 10234
|
|
targetPort: 443
|
|
dns-https-udp:
|
|
enabled: true
|
|
ports:
|
|
dns-https-udp:
|
|
enabled: true
|
|
protocol: udp
|
|
port: 10234
|
|
targetPort: 443
|
|
dns-crypt:
|
|
enabled: true
|
|
ports:
|
|
dns-crypt:
|
|
enabled: true
|
|
protocol: http
|
|
port: 5443
|
|
targetPort: 5443
|
|
dns-crypt-udp:
|
|
enabled: true
|
|
ports:
|
|
dns-crypt-udp:
|
|
enabled: true
|
|
protocol: udp
|
|
port: 5443
|
|
targetPort: 5443
|
|
dns-quic-udp-1:
|
|
enabled: true
|
|
ports:
|
|
dns-quic-udp-1:
|
|
enabled: true
|
|
protocol: udp
|
|
port: 784
|
|
targetPort: 784
|
|
dns-quic-udp-2:
|
|
enabled: true
|
|
protocol: udp
|
|
port: 853
|
|
targetPort: 853
|
|
dns-quic-udp-3:
|
|
enabled: true
|
|
protocol: udp
|
|
port: 8853
|
|
targetPort: 8853
|
|
ingress:
|
|
main:
|
|
integrations:
|
|
homepage:
|
|
widget:
|
|
type: adguard
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /opt/adguardhome/conf
|
|
data:
|
|
enabled: true
|
|
mountPath: /opt/adguardhome/work
|