chore(helm): update image ghcr.io/pi-hole/pihole 2025.05.1 → 2025.06.0 (#36050)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/pi-hole/pihole](https://redirect.github.com/pi-hole/docker-pi-hole) | minor | `db38df3` -> `fd1b07a` | --- > [!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.06.0`](https://redirect.github.com/pi-hole/docker-pi-hole/releases/tag/2025.06.0) [Compare Source](https://redirect.github.com/pi-hole/docker-pi-hole/compare/2025.05.1...2025.06.0) This release should fix the majority of crashing issues that were seen with FTL 6.2 an 6.2.1. There are still a couple of outliers ([https://github.com/pi-hole/FTL/issues/2494](https://redirect.github.com/pi-hole/FTL/issues/2494), and [https://github.com/pi-hole/FTL/issues/2496](https://redirect.github.com/pi-hole/FTL/issues/2496)), but these only seem to be affecting bare metal installs so far. Thank you for your continuing patience #### What's Changed (Docker Specific) - RISCV arch added back to image https://github.com/pi-hole/docker-pi-hole/commit/4f34e6fcb028f3856b3f4c34d189cd0727cc2388 (Does anyone even use the RISCV docker image?) **Full Changelog**: https://github.com/pi-hole/docker-pi-hole/compare/2025.05.1...2025.06.0 #### What's Changed (FTL v6.2.2) This release addresses crashes reported in [https://github.com/pi-hole/FTL/issues/2473](https://redirect.github.com/pi-hole/FTL/issues/2473) [https://github.com/pi-hole/FTL/issues/2475](https://redirect.github.com/pi-hole/FTL/issues/2475) [https://github.com/pi-hole/FTL/issues/2481](https://redirect.github.com/pi-hole/FTL/issues/2481) and friends. - Update build containers to [Alpine 3.22](https://www.alpinelinux.org/posts/Alpine-3.22.0-released.html) by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2477](https://redirect.github.com/pi-hole/FTL/pull/2477) - Update dnsmasq to 2.92test11(-1) by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2486](https://redirect.github.com/pi-hole/FTL/pull/2486) - Update dnsmasq to 2.92test11 by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2489](https://redirect.github.com/pi-hole/FTL/pull/2489) - Revert the SQLite update to 3.50.0 as it is causing crashes for users by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2488](https://redirect.github.com/pi-hole/FTL/pull/2488) - Update Lua to 5.4.8 (bugfix) by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2491](https://redirect.github.com/pi-hole/FTL/pull/2491) - Fix typos in misc config settings by [@​rrobgill](https://redirect.github.com/rrobgill) in [#​2485](https://redirect.github.com/pi-hole/docker-pi-hole/issues/2485) - Display invalid character and offset correctly in hostname diagnosis by [@​rrobgill](https://redirect.github.com/rrobgill) in [#​2484](https://redirect.github.com/pi-hole/docker-pi-hole/issues/2484) **Full Changelog**: https://github.com/pi-hole/FTL/compare/v6.2...v6.2.2 #### What's Changed (Core v6.1.2) - Make LOGFILE readonly after assignment by [@​dschaper](https://redirect.github.com/dschaper) in [https://github.com/pi-hole/pi-hole/pull/6261](https://redirect.github.com/pi-hole/pi-hole/pull/6261) - Revert "Use PID1 to determine which command to use when toggeling services" by [@​dschaper](https://redirect.github.com/dschaper) in [https://github.com/pi-hole/pi-hole/pull/6262](https://redirect.github.com/pi-hole/pi-hole/pull/6262) **Full Changelog**: https://github.com/pi-hole/pi-hole/compare/v6.1...v6.1.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2025.05.1
|
||||
appVersion: 2025.06.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/pihole
|
||||
- https://pi-hole.net/
|
||||
type: application
|
||||
version: 19.3.0
|
||||
version: 19.4.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/pi-hole/pihole
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2025.05.1@sha256:db38df3e050606bd014c801c2cbb0b13f263d3122d3d817a8cbcee807688af24
|
||||
tag: 2025.06.0@sha256:fd1b07a5f7ff5a05d0e3b609e036fc9d37b93e140d37695f787e42671ddd3dec
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user