chore(deps): update container image pihole/pihole to v2024.02.2@774f556 by renovate (#18853)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pihole/pihole](https://togithub.com/pi-hole/docker-pi-hole) | patch | `2024.02.0` -> `2024.02.2` | --- > [!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.02.2`](https://togithub.com/pi-hole/docker-pi-hole/releases/tag/2024.02.2) [Compare Source](https://togithub.com/pi-hole/docker-pi-hole/compare/2024.02.1...2024.02.2) Jumped the gun a little with the last tag - didn't realise there were changes ready to go! Should fix: [https://github.com/pi-hole/docker-pi-hole/issues/1543](https://togithub.com/pi-hole/docker-pi-hole/issues/1543) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed - Enhance theme validation by [@​ADawidowski](https://togithub.com/ADawidowski) in [https://github.com/pi-hole/docker-pi-hole/pull/1500](https://togithub.com/pi-hole/docker-pi-hole/pull/1500) #### New Contributors - [@​ADawidowski](https://togithub.com/ADawidowski) made their first contribution in [https://github.com/pi-hole/docker-pi-hole/pull/1500](https://togithub.com/pi-hole/docker-pi-hole/pull/1500) **Full Changelog**: https://github.com/pi-hole/docker-pi-hole/compare/2024.02.0...2024.02.2 ### [`v2024.02.1`](https://togithub.com/pi-hole/docker-pi-hole/releases/tag/2024.02.1) [Compare Source](https://togithub.com/pi-hole/docker-pi-hole/compare/2024.02.0...2024.02.1) Nothing Docker-specific this time around, tagging to include FTL v5.25.1 <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed (FTL) - Fix spurious "resource limit exceeded" messages (v5 backport) by [@​DL6ER](https://togithub.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/1893](https://togithub.com/pi-hole/FTL/pull/1893) **Full Changelog**: https://github.com/pi-hole/FTL/compare/v5.25...v5.25.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIyNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
071405893e
commit
25f44f915e
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2024.02.0
|
||||
appVersion: 2024.02.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 18.1.2
|
||||
|
@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/pihole
|
|||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.png
|
||||
keywords:
|
||||
- DNS
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -35,4 +35,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/pihole
|
||||
- https://hub.docker.com/r/pihole/pihole
|
||||
type: application
|
||||
version: 15.2.0
|
||||
version: 15.2.1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: pihole/pihole
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2024.02.0@sha256:8077053835c2d2449041adad0c272d6e5fea3df91c5dfc3dae2bd950999c3118
|
||||
tag: 2024.02.2@sha256:774f55647070106d20787a65beaa4354cbd455c59f734f239fde544abd679928
|
||||
pihole:
|
||||
webPassword: somepassword"
|
||||
dnsServers:
|
||||
|
|
Loading…
Reference in New Issue