From f1b3fbcfbac6d7e840621e0d03312c839b620b10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 20:59:50 +0100 Subject: [PATCH] [unifi-poller] Update helm chart common to v2 (#403) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [unifi-poller] Update helm chart common to v2 * Delete ct-values.yaml Co-authored-by: Renovate Bot Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <6213398+bjw-s@users.noreply.github.com> --- charts/unifi-poller/Chart.yaml | 4 ++-- charts/unifi-poller/ci/ct-values.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 charts/unifi-poller/ci/ct-values.yaml diff --git a/charts/unifi-poller/Chart.yaml b/charts/unifi-poller/Chart.yaml index a1ba2898..335d1465 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.4.0 +version: 5.0.0 keywords: - unifi - unifi-poller @@ -17,7 +17,7 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: 1.7.0 + version: 2.0.4 - name: influxdb version: 1.1.4 repository: https://charts.bitnami.com/bitnami diff --git a/charts/unifi-poller/ci/ct-values.yaml b/charts/unifi-poller/ci/ct-values.yaml deleted file mode 100644 index 9c60e566..00000000 --- a/charts/unifi-poller/ci/ct-values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -ingress: - enabled: false