feat(unpoller): update image ghcr.io/unpoller/unpoller v2.32.0 → v2.33.0 (#44524)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/unpoller/unpoller](https://redirect.github.com/unpoller/unpoller) | minor | `6cb7d05` -> `654764c` | --- > [!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.33.0`](https://redirect.github.com/unpoller/unpoller/releases/tag/v2.33.0) [Compare Source](https://redirect.github.com/unpoller/unpoller/compare/v2.32.0...v2.33.0) #### Changelog - [`b4fa16b`](https://redirect.github.com/unpoller/unpoller/commit/b4fa16b2fdfc26d52eb4700c7045dd3df5e3df01) fix(influxunifi): use CelsiusSafe() for temp fields to fix InfluxDB type conflict ([#​944](https://redirect.github.com/unpoller/unpoller/issues/944)) ([#​945](https://redirect.github.com/unpoller/unpoller/issues/945)) - [`6488fef`](https://redirect.github.com/unpoller/unpoller/commit/6488feff062ce5df7bc0b1e1d628ae3fc60add23) Bump docker/login-action from 3.6.0 to 3.7.0 in the all group ([#​942](https://redirect.github.com/unpoller/unpoller/issues/942)) </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.32.0
|
||||
appVersion: 2.33.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.49
|
||||
@@ -25,22 +25,22 @@ 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
|
||||
- metrics
|
||||
kubeVersion: '>=1.27.0-0'
|
||||
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.26.1
|
||||
version: 13.27.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/unpoller/unpoller
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.32.0@sha256:6cb7d05a899ee2298ca93ac66c7442a456596279eee4a777a9852e1597971830
|
||||
tag: v2.33.0@sha256:654764c5202f936601aa66a9892783c9d0fca13eba619ed170f6e921623dbc51
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user