chore(deps): update container image pihole/pihole to v2024.06.0@5c56e9b by renovate (#23441)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pihole/pihole](https://togithub.com/pi-hole/docker-pi-hole) | minor | `2024.05.0` -> `2024.06.0` | --- > [!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.06.0`](https://togithub.com/pi-hole/docker-pi-hole/releases/tag/2024.06.0): (The "I can't believe it wasn't working on 32-bit machines for the past year" edition) [Compare Source](https://togithub.com/pi-hole/docker-pi-hole/compare/2024.05.0...2024.06.0) Fixes compatibility with 32-bit (i386/x86/whatever you want to call it) architecture by ensuring the correct s6-overlay binaries are downloaded. No other changes for other architectures. <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed - Remove obsolete "version" value from example docker-compose.yml by [@​lemondjeff](https://togithub.com/lemondjeff) in [https://github.com/pi-hole/docker-pi-hole/pull/1563](https://togithub.com/pi-hole/docker-pi-hole/pull/1563) - \[v5] Fix architecture detection for linux/386 images by [@​PromoFaux](https://togithub.com/PromoFaux) in [https://github.com/pi-hole/docker-pi-hole/pull/1599](https://togithub.com/pi-hole/docker-pi-hole/pull/1599) **Full Changelog**: https://github.com/pi-hole/docker-pi-hole/compare/2024.05.0...2024.06.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDkuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQwOS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> --------- Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
parent
d6609dfadc
commit
fba1628663
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2024.05.0
|
||||
appVersion: 2024.06.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.0
|
||||
|
@ -34,4 +34,4 @@ sources:
|
|||
- https://hub.docker.com/r/pihole/pihole
|
||||
- https://pi-hole.net/
|
||||
type: application
|
||||
version: 18.1.0
|
||||
version: 18.2.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: pihole/pihole
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2024.05.0@sha256:8b1f31f46d94c3c1b8f509b302f28b4028483009bd27a9cbfd9b80185dd0687d
|
||||
tag: 2024.06.0@sha256:5c56e9b2fb9715382ebf49f5487aede1ccd933a0807cab2d6dea9136c084c7e0
|
||||
pihole:
|
||||
webPassword: somepassword"
|
||||
dnsServers:
|
||||
|
|
Loading…
Reference in New Issue