mirror of
https://github.com/truecharts/charts.git
synced 2026-07-05 16:01:23 -03:00
feat(unpoller): update image ghcr.io/unpoller/unpoller v2.28.0 → v2.29.0 (#44371)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/unpoller/unpoller](https://redirect.github.com/unpoller/unpoller) | minor | `d1259a8` -> `b556eb4` | --- > [!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.29.0`](https://redirect.github.com/unpoller/unpoller/releases/tag/v2.29.0) [Compare Source](https://redirect.github.com/unpoller/unpoller/compare/v2.28.0...v2.29.0) #### Changelog - [`e3f1a8f`](e3f1a8f7e0) Merge pull request [#​937](https://redirect.github.com/unpoller/unpoller/issues/937) from brngates98/feat/discover-flag - [`719b746`](719b74627f) deps: use unifi v5.13.0, remove replace and CI unifi checkout - [`8d3d983`](8d3d983844) ci: checkout unifi discover-flag when go.mod has replace => ../unifi - [`9cfb732`](9cfb732c11) Replace Python endpoint-discovery with --discover flag (replaces [#​936](https://redirect.github.com/unpoller/unpoller/issues/936)) - [`fe23e85`](fe23e85a21) Merge pull request [#​936](https://redirect.github.com/unpoller/unpoller/issues/936) from brngates98/feat/endpoint-discovery-tool - [`6be9312`](6be9312a1a) Add tools/endpoint-discovery for controller API discovery </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:
@@ -17,7 +17,7 @@ annotations:
|
||||
trueforge.org/min_kubernetes_version: 1.24.0
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.28.0
|
||||
appVersion: 2.29.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.40
|
||||
@@ -28,8 +28,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/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
|
||||
@@ -37,13 +37,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.23.0
|
||||
version: 13.24.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/unpoller/unpoller
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.28.0@sha256:d1259a81826c61263f862a888ae7d7a339f085c610f51b2d764fe6da6a839f48
|
||||
tag: v2.29.0@sha256:b556eb45802bc01c4e53c51292b9629e2131870a45b9890f8adebcadf2ae4bcb
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user