diff --git a/charts/aaisp-to-mqtt/Chart.yaml b/charts/aaisp-to-mqtt/Chart.yaml index f3d4ef5..cbfc1cd 100644 --- a/charts/aaisp-to-mqtt/Chart.yaml +++ b/charts/aaisp-to-mqtt/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "0.2" description: Pulls data from the AAISP CHAOSv2 API into MQTT name: aaisp-to-mqtt -version: 0.2.4 +version: 0.2.5 diff --git a/charts/aaisp-to-mqtt/ci/existingsecret-values.yaml b/charts/aaisp-to-mqtt/ci/existingsecret-values.yaml new file mode 100644 index 0000000..09bbda0 --- /dev/null +++ b/charts/aaisp-to-mqtt/ci/existingsecret-values.yaml @@ -0,0 +1,4 @@ +mqtt: + broker: localhost + +existingSecretName: aaisp-to-mqtt-secret \ No newline at end of file diff --git a/charts/aaisp-to-mqtt/ci/test-values.yaml b/charts/aaisp-to-mqtt/ci/test-values.yaml new file mode 100644 index 0000000..2268454 --- /dev/null +++ b/charts/aaisp-to-mqtt/ci/test-values.yaml @@ -0,0 +1,6 @@ +aaisp: + username: test1@a + password: TesttestTest + +mqtt: + broker: localhost \ No newline at end of file diff --git a/charts/deluge/ci/test-values.yaml b/charts/deluge/ci/test-values.yaml new file mode 100644 index 0000000..73b314f --- /dev/null +++ b/charts/deluge/ci/test-values.yaml @@ -0,0 +1 @@ +--- \ No newline at end of file diff --git a/charts/vsphere-influxdb-go/Chart.yaml b/charts/vsphere-influxdb-go/Chart.yaml index 19e445b..8b8fded 100644 --- a/charts/vsphere-influxdb-go/Chart.yaml +++ b/charts/vsphere-influxdb-go/Chart.yaml @@ -2,4 +2,4 @@ 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.1.0 +version: 0.1.1 diff --git a/charts/vsphere-influxdb-go/ci/test-values.yaml b/charts/vsphere-influxdb-go/ci/test-values.yaml new file mode 100644 index 0000000..5e22ced --- /dev/null +++ b/charts/vsphere-influxdb-go/ci/test-values.yaml @@ -0,0 +1,7 @@ +vsphere: + hostname: vcenter + username: test + password: test + +influxdb: + hostname: test \ No newline at end of file diff --git a/ct.yaml b/ct.yaml new file mode 100644 index 0000000..68e4572 --- /dev/null +++ b/ct.yaml @@ -0,0 +1,2 @@ +chart-dirs: + - charts