Files
infrastructure/clusters/cl01tl/helm/unpoller/values.yaml
Renovate Bot d529934239
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 32s
renovate / renovate (push) Successful in 1m23s
chore(deps): update unpoller/unpoller to v2.29.0 (#3633)
This PR contains the following updates:

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

---

### Release Notes

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

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

[Compare Source](https://github.com/unpoller/unpoller/compare/v2.28.0...v2.29.0)

##### Changelog

- [`e3f1a8f`](e3f1a8f7e0) Merge pull request [#&#8203;937](https://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 [#&#8203;936](https://github.com/unpoller/unpoller/issues/936))
- [`fe23e85`](fe23e85a21) Merge pull request [#&#8203;936](https://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**: 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:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjMiLCJ1cGRhdGVkSW5WZXIiOiI0My4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->

Reviewed-on: #3633
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-31 03:39:50 +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.29.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