chore(helm): update image ghcr.io/pi-hole/pihole 2025.02.3 → 2025.02.4 (#32414)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/pi-hole/pihole](https://redirect.github.com/pi-hole/docker-pi-hole)
| patch | `83af152` -> `d83cd1c` |

---

> [!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.02.4`](https://redirect.github.com/pi-hole/docker-pi-hole/releases/tag/2025.02.4)

[Compare
Source](https://redirect.github.com/pi-hole/docker-pi-hole/compare/2025.02.3...2025.02.4)

No Docker specific changes in this image - tagged to include the latest
FTL hotfix

#### What's Changed (FTL v6.0.2)

- Fix possible problems with case-encode bigmap array allocation. by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2230](https://redirect.github.com/pi-hole/FTL/pull/2230)
- Update embedded dnsmasq to 2.91rc5 by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2241](https://redirect.github.com/pi-hole/FTL/pull/2241)
- Improve dnsmasq syntax check edge case by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2231](https://redirect.github.com/pi-hole/FTL/pull/2231)
- Increase compatibility with volumes on network shares by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2218](https://redirect.github.com/pi-hole/FTL/pull/2218)
- Make <domain> in revServer *really* optional by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2237](https://redirect.github.com/pi-hole/FTL/pull/2237)

**Full Changelog**:
https://github.com/pi-hole/FTL/compare/v6.0.1...v6.0.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
TrueCharts Bot
2025-02-22 01:30:13 +01:00
committed by GitHub
parent 23a6e916ba
commit 49d69620f8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2025.02.3
appVersion: 2025.02.4
dependencies:
- name: common
version: 25.4.10
@@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/pihole
- https://pi-hole.net/
type: application
version: 19.0.2
version: 19.0.3
+1 -1
View File
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/pi-hole/pihole
pullPolicy: IfNotPresent
tag: 2025.02.3@sha256:83af1529136e39802e819e303b190e40147ac44c3e050398e1a53de6c0c701dd
tag: 2025.02.4@sha256:d83cd1ca243eace24c9d2f7320634eb47dee06dcdacb15247fdc1e30efd69438
securityContext:
container:
readOnlyRootFilesystem: false