mirror of
https://github.com/truecharts/charts.git
synced 2026-07-05 15:11:23 -03:00
feat(unpoller): update image ghcr.io/unpoller/unpoller v2.30.0 → v2.32.0 (#44410)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/unpoller/unpoller](https://redirect.github.com/unpoller/unpoller) | minor | `4f2b1f4` -> `6cb7d05` | --- > [!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.32.0`](https://redirect.github.com/unpoller/unpoller/releases/tag/v2.32.0) [Compare Source](https://redirect.github.com/unpoller/unpoller/compare/v2.31.0...v2.32.0) #### Changelog - [`5ea7fcf`](5ea7fcf736) feat: UPS battery metrics, example Prometheus/Loki alerts ([#​930](https://redirect.github.com/unpoller/unpoller/issues/930)) ([#​941](https://redirect.github.com/unpoller/unpoller/issues/941)) ### [`v2.31.0`](https://redirect.github.com/unpoller/unpoller/releases/tag/v2.31.0) [Compare Source](https://redirect.github.com/unpoller/unpoller/compare/v2.30.0...v2.31.0) #### Changelog - [`3eb7c1c`](3eb7c1cf1d) Merge pull request [#​940](https://redirect.github.com/unpoller/unpoller/issues/940) from brngates98/feat/sysinfo-metrics - [`ca56838`](ca568384d1) feat: add controller sysinfo metrics ([#​927](https://redirect.github.com/unpoller/unpoller/issues/927)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdW5wb2xsZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.30.0
|
||||
appVersion: 2.32.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.40
|
||||
@@ -25,8 +25,8 @@ dependencies:
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Collect your UniFi controller data and report it to an InfluxDB instance, or export it for Prometheus collection.
|
||||
home: https://trueforge.org/truetech/truecharts/charts/stable/unpoller
|
||||
icon: https://trueforge.org/img/hotlink-ok/chart-icons/unpoller.webp
|
||||
home: https://truecharts.org/charts/stable/unpoller
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpoller.webp
|
||||
keywords:
|
||||
- unifi
|
||||
- unifi-poller
|
||||
@@ -34,13 +34,13 @@ keywords:
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@trueforge.org
|
||||
url: https://trueforge.org
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: unpoller
|
||||
sources:
|
||||
- https://ghcr.io/unpoller/unpoller
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/unpoller
|
||||
- https://github.com/unifi-poller/unifi-poller
|
||||
type: application
|
||||
version: 13.25.0
|
||||
version: 13.26.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/unpoller/unpoller
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.30.0@sha256:4f2b1f42388987596a40ee8a754afbfd5782f46bfcab8ceb1679b327ecba2fc8
|
||||
tag: v2.32.0@sha256:6cb7d05a899ee2298ca93ac66c7442a456596279eee4a777a9852e1597971830
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user