mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-18 04:40:22 +08:00
Fix: InfluxDB is always disabled with current value. (#1579)
* Fix: InfluxDB is always disabled with current value. * Update charts/stable/unpoller/values.yaml Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -22,7 +22,7 @@ sources:
|
||||
- https://github.com/unifi-poller/unifi-poller
|
||||
- https://hub.docker.com/r/golift/unifi-poller
|
||||
type: application
|
||||
version: 1.0.16
|
||||
version: 1.0.17
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
|
||||
@@ -15,7 +15,6 @@ env:
|
||||
# UP_UNIFI_DEFAULT_USER: "unifipoller"
|
||||
# UP_UNIFI_DEFAULT_PASS: "unifipoller"
|
||||
UP_PROMETHEUS_DISABLE: false
|
||||
UP_INFLUXDB_DISABLE: true
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user