mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-13 13:32:16 +00:00
Add chart testing
This commit is contained in:
@@ -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
|
||||
|
||||
4
charts/aaisp-to-mqtt/ci/existingsecret-values.yaml
Normal file
4
charts/aaisp-to-mqtt/ci/existingsecret-values.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
mqtt:
|
||||
broker: localhost
|
||||
|
||||
existingSecretName: aaisp-to-mqtt-secret
|
||||
6
charts/aaisp-to-mqtt/ci/test-values.yaml
Normal file
6
charts/aaisp-to-mqtt/ci/test-values.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
aaisp:
|
||||
username: test1@a
|
||||
password: TesttestTest
|
||||
|
||||
mqtt:
|
||||
broker: localhost
|
||||
1
charts/deluge/ci/test-values.yaml
Normal file
1
charts/deluge/ci/test-values.yaml
Normal file
@@ -0,0 +1 @@
|
||||
---
|
||||
@@ -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
|
||||
|
||||
7
charts/vsphere-influxdb-go/ci/test-values.yaml
Normal file
7
charts/vsphere-influxdb-go/ci/test-values.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
vsphere:
|
||||
hostname: vcenter
|
||||
username: test
|
||||
password: test
|
||||
|
||||
influxdb:
|
||||
hostname: test
|
||||
Reference in New Issue
Block a user