chore(deps): update container image ghcr.io/gethomepage/homepage to v0.8.12@ad5a8ed by renovate (#20908)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/gethomepage/homepage](https://togithub.com/gethomepage/homepage) | patch | `v0.8.11` -> `v0.8.12` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>gethomepage/homepage (ghcr.io/gethomepage/homepage)</summary> ### [`v0.8.12`](https://togithub.com/gethomepage/homepage/releases/tag/v0.8.12) [Compare Source](https://togithub.com/gethomepage/homepage/compare/v0.8.11...v0.8.12) #### What's Changed - Enhancement: option to show user for Tautulli and Emby/Jellyfin widgets by [@​brikim](https://togithub.com/brikim) and [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3287](https://togithub.com/gethomepage/homepage/pull/3287) - Fix: pihole `ads_percentage_today` sometimes returned as string by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3313](https://togithub.com/gethomepage/homepage/pull/3313) #### New Contributors - [@​brikim](https://togithub.com/brikim) made their first contribution in [https://github.com/gethomepage/homepage/pull/3287](https://togithub.com/gethomepage/homepage/pull/3287) **Full Changelog**: https://github.com/gethomepage/homepage/compare/v0.8.11...v0.8.12 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMwMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
00f1e422a0
commit
e8ba9f12ac
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.8.11
|
||||
appVersion: 0.8.12
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 20.3.7
|
||||
|
@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/homepage
|
|||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/homepage.webp
|
||||
keywords:
|
||||
- homepage
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -33,4 +33,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/homepage
|
||||
- https://ghcr.io/gethomepage/homepage
|
||||
type: application
|
||||
version: 7.8.7
|
||||
version: 7.8.8
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: ghcr.io/gethomepage/homepage
|
||||
tag: v0.8.11@sha256:13d1bf9c5cf7d2b0f3af90ddfe59302f32374b8f48a56c6f6afc2a475bf919df
|
||||
tag: v0.8.12@sha256:ad5a8edea1c25b50c6d180d35f72c1623986335113457c4ba38e1ddf16816a4b
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
workload:
|
||||
|
|
Loading…
Reference in New Issue