chore(deps): update container image pihole/pihole to v2023.11.0@24b1ef8 (#15274)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pihole/pihole](https://togithub.com/pi-hole/docker-pi-hole) | minor | `2023.10.0` -> `2023.11.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> ### [`v2023.11.0`](https://togithub.com/pi-hole/docker-pi-hole/releases/tag/2023.11.0) [Compare Source](https://togithub.com/pi-hole/docker-pi-hole/compare/2023.10.0...2023.11.0) Nothing Docker specific, this release pulls in web v5.21 https://github.com/pi-hole/web/releases/tag/v5.21 <!-- Release notes generated using configuration in .github/release.yml at devel --> #### What's Changed - Insert icheck CSS right after bootstrap file. by [@​rdwebdesign](https://togithub.com/rdwebdesign) in [https://github.com/pi-hole/web/pull/2752](https://togithub.com/pi-hole/web/pull/2752) - New (additional) LCARS theme inspired by Picard TV show by [@​MichalSvatos](https://togithub.com/MichalSvatos) in [https://github.com/pi-hole/web/pull/2709](https://togithub.com/pi-hole/web/pull/2709) - Add word break for clients column to avoid horizontal scrollbar by [@​rdwebdesign](https://togithub.com/rdwebdesign) in [https://github.com/pi-hole/web/pull/2838](https://togithub.com/pi-hole/web/pull/2838) #### New Contributors - [@​MichalSvatos](https://togithub.com/MichalSvatos) made their first contribution in [https://github.com/pi-hole/web/pull/2709](https://togithub.com/pi-hole/web/pull/2709) **Full Changelog**: https://github.com/pi-hole/web/compare/v5.20.2...v5.21 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy42NS4wIiwidXBkYXRlZEluVmVyIjoiMzcuNjUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
This commit is contained in:
parent
403aa62b4b
commit
27af2ec2d6
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2023.10.0"
|
||||
appVersion: 2023.11.0
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/pi-hole
|
||||
- https://github.com/pi-hole/docker-pi-hole
|
||||
type: application
|
||||
version: 11.0.8
|
||||
version: 11.1.8
|
||||
annotations:
|
||||
truecharts.org/category: networking
|
||||
truecharts.org/SCALE-support: "true"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: pihole/pihole
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2023.10.0@sha256:562766abc805d5005bb2d2aa5d4bbf2d9b347380b1ea4504fb59b2100500f672
|
||||
tag: 2023.11.0@sha256:24b1ef8f66d810faffefdb9b66850bbe2d55013506b892605acef414e210edeb
|
||||
pihole:
|
||||
webPassword: "somepassword"
|
||||
dnsServers:
|
||||
|
|
Loading…
Reference in New Issue