chore(helm): update image ghcr.io/unpoller/unpoller v2.12.0 → v2.13.1 (#30599)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/unpoller/unpoller](https://redirect.github.com/unpoller/unpoller) | minor | `3af948d` -> `2376aff` | --- > [!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>unpoller/unpoller (ghcr.io/unpoller/unpoller)</summary> ### [`v2.13.1`](https://redirect.github.com/unpoller/unpoller/releases/tag/v2.13.1) [Compare Source](https://redirect.github.com/unpoller/unpoller/compare/v2.13.0...v2.13.1) #### Changelog - [`3007815`](https://redirect.github.com/unpoller/unpoller/commit/3007815633706e2fd4dcd4d3af26183d5a83bf37) Merge pull request [#​788](https://redirect.github.com/unpoller/unpoller/issues/788) from unpoller/add-device-uplink-stats - [`ed3c222`](https://redirect.github.com/unpoller/unpoller/commit/ed3c22299215315becb69effbe405d12168813ea) oops fix dd expectation - [`9d1f860`](https://redirect.github.com/unpoller/unpoller/commit/9d1f8606dfc10aa4e591007884974248258d7e54) update expectations - [`4da299f`](https://redirect.github.com/unpoller/unpoller/commit/4da299ff46a3f3f1799cab08eda6868fd0918904) adds device uplink stats for issue [#​585](https://redirect.github.com/unpoller/unpoller/issues/585) ### [`v2.13.0`](https://redirect.github.com/unpoller/unpoller/releases/tag/v2.13.0) [Compare Source](https://redirect.github.com/unpoller/unpoller/compare/v2.12.0...v2.13.0) #### Changelog - [`7a4ba7e`](https://redirect.github.com/unpoller/unpoller/commit/7a4ba7e4a25356ee4fe8bd8a8e0556b3cd4ac71a) Merge pull request [#​787](https://redirect.github.com/unpoller/unpoller/issues/787) from unpoller/add-ubb-and-uci-support - [`1b120a2`](https://redirect.github.com/unpoller/unpoller/commit/1b120a258a76d48a98842b114dbd7fdf04114f9f) tests pass locally; - [`3602d8c`](https://redirect.github.com/unpoller/unpoller/commit/3602d8cc8fde1f3460adcaec1ff88c5a89b52b1c) adds in UBB & UCI support - [`a30c820`](https://redirect.github.com/unpoller/unpoller/commit/a30c82093d31fcb807d6cf29b3e58c9baa3ec6d8) add ubb and uci initial support </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.12.0
|
||||
appVersion: 2.13.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.3.1
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/unpoller
|
||||
- https://github.com/unifi-poller/unifi-poller
|
||||
type: application
|
||||
version: 12.5.0
|
||||
version: 12.6.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/unpoller/unpoller
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.12.0@sha256:3af948dc9a6b51f1cc4ad86f0a3ba5548233baec0f40658a4761af5d4eede830
|
||||
tag: v2.13.1@sha256:2376aff5e18b8f9fdd618becc2ef668ce31deb4c0e74acc5bea88e6c20c23a39
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user