Files
truecharts/charts/stable/pihole/values.yaml
T
TrueCharts BotandGitHub 2257b65f0c chore(deps): update container image pihole/pihole to v2024.03.2@e01b4ad by renovate (#20074)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [pihole/pihole](https://togithub.com/pi-hole/docker-pi-hole) | patch |
`2024.03.1` -> `2024.03.2` |

---

> [!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.03.2`](https://togithub.com/pi-hole/docker-pi-hole/releases/tag/2024.03.2)

[Compare
Source](https://togithub.com/pi-hole/docker-pi-hole/compare/2024.03.1...2024.03.2)

New tag to include code v5.18.2

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed (Core v5.18.2)

- More checks when downloading from file:// scheme by
[@&#8203;orazioedoardo](https://togithub.com/orazioedoardo) in
[https://github.com/pi-hole/pi-hole/pull/5620](https://togithub.com/pi-hole/pi-hole/pull/5620)

#### New Contributors

- [@&#8203;orazioedoardo](https://togithub.com/orazioedoardo) made their
first contribution in
[https://github.com/pi-hole/pi-hole/pull/5620](https://togithub.com/pi-hole/pi-hole/pull/5620)

**Full Changelog**:
https://github.com/pi-hole/pi-hole/compare/v5.18.1...v5.18.2

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-01 02:33:36 +02:00

70 lines
1.4 KiB
YAML

image:
repository: pihole/pihole
pullPolicy: IfNotPresent
tag: 2024.03.2@sha256:e01b4ad0f953f0b1f53148632aa233579837861022e8784a504c14ea066ceab1
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:
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"
portal:
open:
enabled: true