From b83eeccdd75d5ae4e8d6b8462da58452fe2a119a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 9 Aug 2025 17:27:04 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/pi-hole?= =?UTF-8?q?/pihole=202025.07.1=20=E2=86=92=202025.08.0=20(#38088)?= 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) | minor | `f84c165` -> `90a1412` | --- > [!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.08.0`](https://redirect.github.com/pi-hole/docker-pi-hole/releases/tag/2025.08.0) [Compare Source](https://redirect.github.com/pi-hole/docker-pi-hole/compare/2025.07.1...2025.08.0) #### What's Changed (Docker Specfic) - Only clone depth 1, even when checking out tags by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/docker-pi-hole/pull/1869](https://redirect.github.com/pi-hole/docker-pi-hole/pull/1869) - Remove ncat dependency by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/docker-pi-hole/pull/1870](https://redirect.github.com/pi-hole/docker-pi-hole/pull/1870) - Add link to "Changed Environment Variables" by [@​rdwebdesign](https://redirect.github.com/rdwebdesign) in [https://github.com/pi-hole/docker-pi-hole/pull/1871](https://redirect.github.com/pi-hole/docker-pi-hole/pull/1871) - Ensure all orphan FTL files are cleaned on startup by [@​PromoFaux](https://redirect.github.com/PromoFaux) in [https://github.com/pi-hole/docker-pi-hole/pull/1876](https://redirect.github.com/pi-hole/docker-pi-hole/pull/1876) (Should fix [#​1789](https://redirect.github.com/pi-hole/docker-pi-hole/issues/1789) ) **Full Changelog**: https://github.com/pi-hole/docker-pi-hole/compare/2025.07.1...2025.08.0
--- ### 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 87d167878bd..e5423dec08a 100644 --- a/charts/stable/pihole/Chart.yaml +++ b/charts/stable/pihole/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 2025.07.1 +appVersion: 2025.08.0 dependencies: - name: common version: 28.15.1 @@ -37,5 +37,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pihole - https://pi-hole.net/ type: application -version: 20.3.1 +version: 20.4.0 diff --git a/charts/stable/pihole/values.yaml b/charts/stable/pihole/values.yaml index 27ebe824332..b9864c1ab75 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.07.1@sha256:f84c1654bfbafc44e2ac8447a1fa2fb739eae66395b4c179d2c59cb93e1321f3 + tag: 2025.08.0@sha256:90a1412b3d3037d1c22131402bde19180d898255b584d685c84d943cf9c14821 securityContext: container: readOnlyRootFilesystem: false