This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pihole/pihole](https://togithub.com/pi-hole/docker-pi-hole) | minor | `2023.10.0` -> `2023.11.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> ### [`v2023.11.0`](https://togithub.com/pi-hole/docker-pi-hole/releases/tag/2023.11.0) [Compare Source](https://togithub.com/pi-hole/docker-pi-hole/compare/2023.10.0...2023.11.0) Nothing Docker specific, this release pulls in web v5.21 https://github.com/pi-hole/web/releases/tag/v5.21 <!-- Release notes generated using configuration in .github/release.yml at devel --> #### What's Changed - Insert icheck CSS right after bootstrap file. by [@​rdwebdesign](https://togithub.com/rdwebdesign) in [https://github.com/pi-hole/web/pull/2752](https://togithub.com/pi-hole/web/pull/2752) - New (additional) LCARS theme inspired by Picard TV show by [@​MichalSvatos](https://togithub.com/MichalSvatos) in [https://github.com/pi-hole/web/pull/2709](https://togithub.com/pi-hole/web/pull/2709) - Add word break for clients column to avoid horizontal scrollbar by [@​rdwebdesign](https://togithub.com/rdwebdesign) in [https://github.com/pi-hole/web/pull/2838](https://togithub.com/pi-hole/web/pull/2838) #### New Contributors - [@​MichalSvatos](https://togithub.com/MichalSvatos) made their first contribution in [https://github.com/pi-hole/web/pull/2709](https://togithub.com/pi-hole/web/pull/2709) **Full Changelog**: https://github.com/pi-hole/web/compare/v5.20.2...v5.21 </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy42NS4wIiwidXBkYXRlZEluVmVyIjoiMzcuNjUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
72 lines
1.4 KiB
YAML
72 lines
1.4 KiB
YAML
image:
|
|
repository: pihole/pihole
|
|
pullPolicy: IfNotPresent
|
|
tag: 2023.11.0@sha256:24b1ef8f66d810faffefdb9b66850bbe2d55013506b892605acef414e210edeb
|
|
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
|