mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-17 03:49:22 +00:00
Compare commits
2 Commits
zigbee2mqt
...
vsphere-in
| Author | SHA1 | Date | |
|---|---|---|---|
|
57fa6e21b1
|
|||
|
cc9c5c6652
|
5
.github/renovate.json5
vendored
5
.github/renovate.json5
vendored
@@ -17,6 +17,11 @@
|
|||||||
"commitMessageTopic": "Helm chart {{depName}}",
|
"commitMessageTopic": "Helm chart {{depName}}",
|
||||||
"separateMinorPatch": true
|
"separateMinorPatch": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"datasources": ["docker"],
|
||||||
|
"commitMessageTopic": "Docker image {{depName}}",
|
||||||
|
"separateMinorPatch": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"commitMessagePrefix": "[{{{parentDir}}}]",
|
"commitMessagePrefix": "[{{{parentDir}}}]",
|
||||||
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
|
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
appVersion: "0.8.5"
|
appVersion: "0.8.5"
|
||||||
description: Collect VMware vCenter and ESXi performance metrics and send them to InfluxDB
|
description: Collect VMware vCenter and ESXi performance metrics and send them to InfluxDB
|
||||||
name: vsphere-influxdb-go
|
name: vsphere-influxdb-go
|
||||||
version: 0.2.1
|
version: 0.2.2
|
||||||
keywords:
|
keywords:
|
||||||
- vsphere
|
- vsphere
|
||||||
- influxdb
|
- influxdb
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ cronjob:
|
|||||||
## add them.
|
## add them.
|
||||||
##
|
##
|
||||||
config:
|
config:
|
||||||
Domain: ".lab"
|
Domain: ""
|
||||||
RemoveHostDomainName: false
|
RemoveHostDomainName: false
|
||||||
Interval: 60
|
Interval: 60
|
||||||
VCenters: []
|
VCenters: []
|
||||||
|
|||||||
Reference in New Issue
Block a user