9a33cb35a9
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pihole/pihole](https://togithub.com/pi-hole/docker-pi-hole) | major | `2023.11.0` -> `2024.01.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pi-hole/docker-pi-hole (pihole/pihole)</summary> ### [`v2024.01.0`](https://togithub.com/pi-hole/docker-pi-hole/releases/tag/2024.01.0) [Compare Source](https://togithub.com/pi-hole/docker-pi-hole/compare/2023.11.0...2024.01.0) Nothing docker specific this time around. <!-- Release notes generated using configuration in .github/release.yml at development --> #### What's Changed (FTL v5.24) - Update dependabot.yml by [@​PromoFaux](https://togithub.com/PromoFaux) in [https://github.com/pi-hole/FTL/pull/1587](https://togithub.com/pi-hole/FTL/pull/1587) - Add pihole-FTL sqlite3 -ni by [@​DL6ER](https://togithub.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/1820](https://togithub.com/pi-hole/FTL/pull/1820) - Fix possible crash with high client activity by [@​DL6ER](https://togithub.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/1777](https://togithub.com/pi-hole/FTL/pull/1777) - Implement special domains whitelisting by [@​DL6ER](https://togithub.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/1808](https://togithub.com/pi-hole/FTL/pull/1808) **Full Changelog**: https://github.com/pi-hole/FTL/compare/v5.23...v5.24 <!-- Release notes generated using configuration in .github/release.yml at development --> #### What's Changed (Core v5.17.3) - Add "-ni" to all sqlite3 invocations (v5) by [@​DL6ER](https://togithub.com/DL6ER) in [https://github.com/pi-hole/pi-hole/pull/5519](https://togithub.com/pi-hole/pi-hole/pull/5519) **Full Changelog**: https://github.com/pi-hole/pi-hole/compare/v5.17.2...v5.17.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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=--> Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
72 lines
1.4 KiB
YAML
72 lines
1.4 KiB
YAML
image:
|
|
repository: pihole/pihole
|
|
pullPolicy: IfNotPresent
|
|
tag: 2024.01.0@sha256:d095ec4982b6d9d6ccd95e7cf9c6c731d073d3ec4705de1d3cc1bfa4f3633e03
|
|
pihole:
|
|
webPassword: somepassword"
|
|
dnsServers:
|
|
- "9.9.9.9"
|
|
- "149.112.112.112"
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
allowPrivilegeEscalation: true
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
capabilities:
|
|
add:
|
|
- NET_ADMIN
|
|
- SETFCAP
|
|
- SETPCAP
|
|
- KILL
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
envFrom:
|
|
- configMapRef:
|
|
name: pihole-env
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /admin/index.php
|
|
readiness:
|
|
type: http
|
|
path: /admin/index.php
|
|
startup:
|
|
type: http
|
|
path: /admin/index.php
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9089
|
|
targetPort: 80
|
|
dns-tcp:
|
|
enabled: true
|
|
ports:
|
|
dns-tcp:
|
|
enabled: true
|
|
port: 53
|
|
targetPort: 53
|
|
dns:
|
|
enabled: true
|
|
ports:
|
|
dns:
|
|
enabled: true
|
|
protocol: udp
|
|
port: 53
|
|
targetPort: 53
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/etc/pihole"
|
|
dnsmasq:
|
|
enabled: true
|
|
mountPath: "/etc/dnsmasq.d"
|
|
portal:
|
|
open:
|
|
enabled: true
|