chore(helm): update image ghcr.io/gethomepage/homepage v0.9.12 → v0.9.13 (#30131)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/gethomepage/homepage](https://redirect.github.com/gethomepage/homepage) | patch | `31820da` -> `1504b26` | --- > [!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>gethomepage/homepage (ghcr.io/gethomepage/homepage)</summary> ### [`v0.9.13`](https://redirect.github.com/gethomepage/homepage/releases/tag/v0.9.13) [Compare Source](https://redirect.github.com/gethomepage/homepage/compare/v0.9.12...v0.9.13) #### What's Changed - Feature: Prometheus Metric service widget by [@​fcornelius](https://redirect.github.com/fcornelius) in [https://github.com/gethomepage/homepage/pull/4269](https://redirect.github.com/gethomepage/homepage/pull/4269) - Fix: use session_key instead of Id in tautulli component to resolve unique key warning by [@​Johnomated](https://redirect.github.com/Johnomated) in [https://github.com/gethomepage/homepage/pull/4278](https://redirect.github.com/gethomepage/homepage/pull/4278) - Feature: suwayomi Service Widget by [@​Robonau](https://redirect.github.com/Robonau) in [https://github.com/gethomepage/homepage/pull/4273](https://redirect.github.com/gethomepage/homepage/pull/4273) - Enhancement: allow widgets to specify default headers, fix buffer error output by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4287](https://redirect.github.com/gethomepage/homepage/pull/4287) - Feature: Add ArgoCD widget by [@​fcornelius](https://redirect.github.com/fcornelius) in [https://github.com/gethomepage/homepage/pull/4305](https://redirect.github.com/gethomepage/homepage/pull/4305) - Feature: Spoolman Widget by [@​fgeck](https://redirect.github.com/fgeck) in [https://github.com/gethomepage/homepage/pull/3959](https://redirect.github.com/gethomepage/homepage/pull/3959) - Feature: gitlab service widget by [@​UrsKroell](https://redirect.github.com/UrsKroell) in [https://github.com/gethomepage/homepage/pull/4317](https://redirect.github.com/gethomepage/homepage/pull/4317) #### New Contributors - [@​fcornelius](https://redirect.github.com/fcornelius) made their first contribution in [https://github.com/gethomepage/homepage/pull/4269](https://redirect.github.com/gethomepage/homepage/pull/4269) - [@​Johnomated](https://redirect.github.com/Johnomated) made their first contribution in [https://github.com/gethomepage/homepage/pull/4278](https://redirect.github.com/gethomepage/homepage/pull/4278) - [@​Robonau](https://redirect.github.com/Robonau) made their first contribution in [https://github.com/gethomepage/homepage/pull/4273](https://redirect.github.com/gethomepage/homepage/pull/4273) - [@​fgeck](https://redirect.github.com/fgeck) made their first contribution in [https://github.com/gethomepage/homepage/pull/3959](https://redirect.github.com/gethomepage/homepage/pull/3959) - [@​UrsKroell](https://redirect.github.com/UrsKroell) made their first contribution in [https://github.com/gethomepage/homepage/pull/4317](https://redirect.github.com/gethomepage/homepage/pull/4317) **Full Changelog**: https://github.com/gethomepage/homepage/compare/v0.9.12...v0.9.13 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.9.12
|
||||
appVersion: 0.9.13
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.2.2
|
||||
@@ -32,4 +32,4 @@ sources:
|
||||
- https://github.com/benphelps/homepage
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/homepage
|
||||
type: application
|
||||
version: 9.4.0
|
||||
version: 9.4.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/gethomepage/homepage
|
||||
tag: v0.9.12@sha256:31820dab8e3f830f8a88c3ef1b3a1d103b899f2b8f2f51879d960d0db164a573
|
||||
tag: v0.9.13@sha256:1504b26bd82523e68adbae8c5a908d1633d02c68c65b62d084d81a6866552db6
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
workload:
|
||||
|
||||
Reference in New Issue
Block a user