From 0a8a18c080bc3ab37a399e1ccd840bdcc38aaadf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Dec 2020 10:02:37 -0500 Subject: [PATCH] [unifi-poller] Update helm chart influxdb to v1.1.4 (#345) Co-authored-by: Renovate Bot --- charts/unifi-poller/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/unifi-poller/Chart.yaml b/charts/unifi-poller/Chart.yaml index 0789c1ea..a1ba2898 100644 --- a/charts/unifi-poller/Chart.yaml +++ b/charts/unifi-poller/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.0.1 description: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus name: unifi-poller -version: 4.3.0 +version: 4.4.0 keywords: - unifi - unifi-poller @@ -19,6 +19,6 @@ dependencies: repository: https://k8s-at-home.com/charts/ version: 1.7.0 - name: influxdb - version: 1.1.3 + version: 1.1.4 repository: https://charts.bitnami.com/bitnami condition: influxdb.enabled