From 49d69620f87b8c5e50bdfea84340b4d84a7a7132 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 22 Feb 2025 01:30:13 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/pi-hole?= =?UTF-8?q?/pihole=202025.02.3=20=E2=86=92=202025.02.4=20(#32414)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
pi-hole/docker-pi-hole (ghcr.io/pi-hole/pihole) ### [`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 [@​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 [@​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 [@​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 [@​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 in revServer *really* optional by [@​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
--- ### 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. --- - [ ] 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). --- charts/stable/pihole/Chart.yaml | 4 ++-- charts/stable/pihole/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml index d6af7087f3f..15a57dcecbc 100644 --- a/charts/stable/pihole/Chart.yaml +++ b/charts/stable/pihole/Chart.yaml @@ -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 diff --git a/charts/stable/pihole/values.yaml b/charts/stable/pihole/values.yaml index 44d06517f0f..70a7d2abe4e 100644 --- a/charts/stable/pihole/values.yaml +++ b/charts/stable/pihole/values.yaml @@ -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