This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/pi-hole/pihole](https://redirect.github.com/pi-hole/docker-pi-hole) | minor | `f84c165` -> `90a1412` | --- > [!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>pi-hole/docker-pi-hole (ghcr.io/pi-hole/pihole)</summary> ### [`v2025.08.0`](https://redirect.github.com/pi-hole/docker-pi-hole/releases/tag/2025.08.0) [Compare Source](https://redirect.github.com/pi-hole/docker-pi-hole/compare/2025.07.1...2025.08.0) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed (Docker Specfic) - Only clone depth 1, even when checking out tags by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/docker-pi-hole/pull/1869](https://redirect.github.com/pi-hole/docker-pi-hole/pull/1869) - Remove ncat dependency by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/docker-pi-hole/pull/1870](https://redirect.github.com/pi-hole/docker-pi-hole/pull/1870) - Add link to "Changed Environment Variables" by [@​rdwebdesign](https://redirect.github.com/rdwebdesign) in [https://github.com/pi-hole/docker-pi-hole/pull/1871](https://redirect.github.com/pi-hole/docker-pi-hole/pull/1871) - Ensure all orphan FTL files are cleaned on startup by [@​PromoFaux](https://redirect.github.com/PromoFaux) in [https://github.com/pi-hole/docker-pi-hole/pull/1876](https://redirect.github.com/pi-hole/docker-pi-hole/pull/1876) (Should fix [#​1789](https://redirect.github.com/pi-hole/docker-pi-hole/issues/1789) ) **Full Changelog**: https://github.com/pi-hole/docker-pi-hole/compare/2025.07.1...2025.08.0 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
66 lines
1.5 KiB
YAML
66 lines
1.5 KiB
YAML
image:
|
|
repository: ghcr.io/pi-hole/pihole
|
|
pullPolicy: IfNotPresent
|
|
tag: 2025.08.0@sha256:90a1412b3d3037d1c22131402bde19180d898255b584d685c84d943cf9c14821
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
allowPrivilegeEscalation: true
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
capabilities:
|
|
add:
|
|
- NET_ADMIN
|
|
- SETFCAP
|
|
- SETPCAP
|
|
- KILL
|
|
- SYS_TIME
|
|
- SYS_NICE
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
PIHOLE_UID: "{{ .Values.securityContext.container.PUID }}"
|
|
PIHOLE_GID: "{{ .Values.securityContext.pod.fsGroup }}"
|
|
FTLCONF_dns_upstreams: "8.8.8.8;8.8.4.4"
|
|
FTLCONF_webserver_api_password: "somepassword"
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /admin
|
|
readiness:
|
|
type: http
|
|
path: /admin
|
|
startup:
|
|
type: http
|
|
path: /admin
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9089
|
|
targetPort: 80
|
|
dns:
|
|
enabled: true
|
|
ports:
|
|
dns:
|
|
enabled: true
|
|
protocol: udp
|
|
port: 53
|
|
targetPort: 53
|
|
dns-tcp:
|
|
enabled: true
|
|
protocol: tcp
|
|
port: "{{ .Values.service.dns.ports.dns.port }}"
|
|
targetPort: 53
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/etc/pihole"
|
|
dnsmasq:
|
|
enabled: true
|
|
mountPath: "/etc/dnsmasq.d"
|