mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-18 20:39:21 +00:00
Compare commits
3 Commits
idrac6-0.0
...
vsphere-in
| Author | SHA1 | Date | |
|---|---|---|---|
| 1007982a78 | |||
|
|
bea73339d5 | ||
|
|
644cf70b31 |
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
version: v3.4.0
|
||||
|
||||
- name: Run chart-releaser
|
||||
uses: helm/chart-releaser-action@v1.1.0
|
||||
uses: helm/chart-releaser-action@v1.2.1
|
||||
with:
|
||||
charts_repo_url: https://nikdoof.github.io/helm-charts
|
||||
env:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -45,8 +45,8 @@ config:
|
||||
Domain: ".lab"
|
||||
RemoveHostDomainName: false
|
||||
Interval: 60
|
||||
VCenters: {}
|
||||
InfluxDB: {}
|
||||
VCenters: []
|
||||
InfluxDB: []
|
||||
Metrics:
|
||||
- ObjectType:
|
||||
- VirtualMachine
|
||||
|
||||
5
renovate.json
Normal file
5
renovate.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"extends": [
|
||||
"config:base"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user