From 1007982a785198693fb4171041a1ea375ab1c3bb Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 2 Jul 2021 14:09:40 +0100 Subject: [PATCH] [vsphere-influxdb-go] Fix default configmap (#23) --- charts/vsphere-influxdb-go/Chart.yaml | 2 +- charts/vsphere-influxdb-go/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/vsphere-influxdb-go/Chart.yaml b/charts/vsphere-influxdb-go/Chart.yaml index f614a73..e8fe962 100644 --- a/charts/vsphere-influxdb-go/Chart.yaml +++ b/charts/vsphere-influxdb-go/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "0.8.5" description: Collect VMware vCenter and ESXi performance metrics and send them to InfluxDB name: vsphere-influxdb-go -version: 0.2.0 +version: 0.2.1 keywords: - vsphere - influxdb diff --git a/charts/vsphere-influxdb-go/values.yaml b/charts/vsphere-influxdb-go/values.yaml index 3193fe2..d622bea 100644 --- a/charts/vsphere-influxdb-go/values.yaml +++ b/charts/vsphere-influxdb-go/values.yaml @@ -45,8 +45,8 @@ config: Domain: ".lab" RemoveHostDomainName: false Interval: 60 - VCenters: {} - InfluxDB: {} + VCenters: [] + InfluxDB: [] Metrics: - ObjectType: - VirtualMachine