Files
infrastructure/clusters/cl01tl/helm/unpoller/values.yaml
Renovate Bot 9189706ab1
Some checks failed
lint-test-helm / lint-helm (push) Successful in 17s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Has been cancelled
chore(deps): update unpoller/unpoller to v2.35.0 (#4982)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/unpoller/unpoller](https://github.com/unpoller/unpoller) | minor | `v2.34.0` → `v2.35.0` |
| [unpoller/unpoller](https://github.com/unpoller/unpoller) | minor | `v2.34.0` → `v2.35.0` |

---

### Release Notes

<details>
<summary>unpoller/unpoller (ghcr.io/unpoller/unpoller)</summary>

### [`v2.35.0`](https://github.com/unpoller/unpoller/releases/tag/v2.35.0)

[Compare Source](https://github.com/unpoller/unpoller/compare/v2.34.0...v2.35.0)

##### Changelog

- [`873202a`](873202ab5b) fix(inputunifi): recover from GetActiveDHCPLeasesWithAssociations panic ([#&#8203;969](https://github.com/unpoller/unpoller/issues/969))
- [`38c74f1`](38c74f19c4) build(deps): bump the all group with 2 updates ([#&#8203;967](https://github.com/unpoller/unpoller/issues/967))
- [`54bb3bf`](54bb3bfe8e) feat(devices): add UDB (UniFi Device Bridge) support ([#&#8203;968](https://github.com/unpoller/unpoller/issues/968))
- [`4248d2e`](4248d2e304) build(deps): bump the all group with 4 updates ([#&#8203;964](https://github.com/unpoller/unpoller/issues/964))
- [`f94d10d`](f94d10d223) build(deps): bump the all group with 3 updates ([#&#8203;960](https://github.com/unpoller/unpoller/issues/960))
- [`a70e521`](a70e52180d) build(deps): bump goreleaser/goreleaser-action in the all group ([#&#8203;961](https://github.com/unpoller/unpoller/issues/961))
- [`074595c`](074595c0a9) Fix remote API (Fabric/API key): 429 handling, NVR filter, updateWeb nil panic ([#&#8203;958](https://github.com/unpoller/unpoller/issues/958))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44NC4yIiwidXBkYXRlZEluVmVyIjoiNDMuODQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4982
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-03-23 01:33:54 +00:00

68 lines
2.0 KiB
YAML

unpoller:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
containers:
main:
image:
repository: ghcr.io/unpoller/unpoller
tag: v2.35.0
pullPolicy: IfNotPresent
env:
- name: UP_UNIFI_CONTROLLER_0_SAVE_ALARMS
value: 'false'
- name: UP_UNIFI_CONTROLLER_0_SAVE_ANOMALIES
value: 'false'
- name: UP_UNIFI_CONTROLLER_0_SAVE_DPI
value: 'false'
- name: UP_UNIFI_CONTROLLER_0_SAVE_EVENTS
value: 'false'
- name: UP_UNIFI_CONTROLLER_0_SAVE_IDS
value: 'false'
- name: UP_UNIFI_CONTROLLER_0_SAVE_SITES
value: 'true'
- name: UP_UNIFI_CONTROLLER_0_URL
value: https://unifi.alexlebens.net/
- name: UP_UNIFI_CONTROLLER_0_VERIFY_SSL
value: 'false'
- name: UP_INFLUXDB_DISABLE
value: 'true'
- name: UP_PROMETHEUS_HTTP_LISTEN
value: 0.0.0.0:9130
- name: UP_PROMETHEUS_NAMESPACE
value: unpoller
- name: UP_POLLER_DEBUG
value: 'false'
- name: UP_POLLER_QUIET
value: 'false'
envFrom:
- secretRef:
name: unpoller-unifi-secret
resources:
requests:
cpu: 10m
memory: 64Mi
service:
main:
controller: main
ports:
metrics:
port: 9130
targetPort: 9130
protocol: TCP
serviceMonitor:
main:
selector:
matchLabels:
app.kubernetes.io/name: unpoller
app.kubernetes.io/instance: unpoller
serviceName: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}'
endpoints:
- port: metrics
interval: 30s
scrapeTimeout: 10s
path: /metrics