From 39f35558730d4b623ddd6c67a87156c14637c0bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 10:29:24 -0500 Subject: [PATCH] [unifi-poller] Update helm chart influxdb to v1.1.2 (#309) 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 0d83d52e..ff64e647 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.1.0 +version: 4.2.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.1 + version: 1.1.2 repository: https://charts.bitnami.com/bitnami condition: influxdb.enabled