mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-18 12:29:21 +00:00
Compare commits
8 Commits
idrac6-0.0
...
vsphere-in
| Author | SHA1 | Date | |
|---|---|---|---|
|
57fa6e21b1
|
|||
|
cc9c5c6652
|
|||
|
|
f99101d00b | ||
|
|
1548f606e7 | ||
|
f33c104b1f
|
|||
| 1007982a78 | |||
|
|
bea73339d5 | ||
|
|
644cf70b31 |
48
.github/renovate.json5
vendored
Normal file
48
.github/renovate.json5
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"dependencyDashboard": true,
|
||||
"dependencyDashboardTitle": "Renovate Dashboard",
|
||||
"suppressNotifications": ["prIgnoreNotification"],
|
||||
"rebaseWhen": "conflicted",
|
||||
"prConcurrentLimit": 5,
|
||||
"helm-values": {
|
||||
"enabled": false
|
||||
},
|
||||
"helmv3": {
|
||||
"fileMatch": ["charts/.+/Chart\\.yaml$"]
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"datasources": ["helm"],
|
||||
"commitMessageTopic": "Helm chart {{depName}}",
|
||||
"separateMinorPatch": true
|
||||
},
|
||||
{
|
||||
"datasources": ["docker"],
|
||||
"commitMessageTopic": "Docker image {{depName}}",
|
||||
"separateMinorPatch": true
|
||||
},
|
||||
{
|
||||
"commitMessagePrefix": "[{{{parentDir}}}]",
|
||||
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
|
||||
"updateTypes": ["major"],
|
||||
"bumpVersion": "major",
|
||||
"labels": ["dependency/major"],
|
||||
"excludePackageNames": ["common"],
|
||||
},
|
||||
{
|
||||
"updateTypes": ["minor"],
|
||||
"bumpVersion": "minor",
|
||||
"labels": ["dependency/minor"],
|
||||
"excludePackageNames": ["common"],
|
||||
"groupName": ["external minor dep"],
|
||||
},
|
||||
{
|
||||
"updateTypes": ["patch"],
|
||||
"bumpVersion": "patch",
|
||||
"labels": ["dependency/patch"],
|
||||
"excludePackageNames": ["common"],
|
||||
"groupName": ["external patch dep"],
|
||||
}
|
||||
]
|
||||
}
|
||||
4
.github/workflows/lint-test.yaml
vendored
4
.github/workflows/lint-test.yaml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
python-version: 3.7
|
||||
|
||||
- name: Set up chart-testing
|
||||
uses: helm/chart-testing-action@v2.0.1
|
||||
uses: helm/chart-testing-action@v2.1.0
|
||||
|
||||
- name: Run chart-testing (list-changed)
|
||||
id: list-changed
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
run: ct lint
|
||||
|
||||
- name: Create kind cluster
|
||||
uses: helm/kind-action@v1.0.0
|
||||
uses: helm/kind-action@v1.2.0
|
||||
if: steps.list-changed.outputs.changed == 'true'
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
|
||||
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.2
|
||||
keywords:
|
||||
- vsphere
|
||||
- influxdb
|
||||
|
||||
@@ -42,11 +42,11 @@ cronjob:
|
||||
## add them.
|
||||
##
|
||||
config:
|
||||
Domain: ".lab"
|
||||
Domain: ""
|
||||
RemoveHostDomainName: false
|
||||
Interval: 60
|
||||
VCenters: {}
|
||||
InfluxDB: {}
|
||||
VCenters: []
|
||||
InfluxDB: []
|
||||
Metrics:
|
||||
- ObjectType:
|
||||
- VirtualMachine
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
appVersion: "0.3.165"
|
||||
appVersion: "0.3.178"
|
||||
description: A web GUI for Zigbee2Mqtt
|
||||
name: zigbee2mqttassistant
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
keywords:
|
||||
- zigbee
|
||||
- mqtt
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
---
|
||||
{{- if and (and (not (.Values.existingSecretName)) (.Values.z2ma.username)) (.Values.z2ma.password) }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: zigbee2mqttassistant-secret
|
||||
name: {{ include "zigbee2mqttassistant.name" . }}-secret
|
||||
labels:
|
||||
app.kubernetes.io/name: {{ include "zigbee2mqttassistant.name" . }}
|
||||
helm.sh/chart: {{ include "zigbee2mqttassistant.chart" . }}
|
||||
|
||||
@@ -6,7 +6,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: carldebilly/zigbee2mqttassistant
|
||||
tag: 0.3.165
|
||||
tag: 0.3.178
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
imagePullSecrets: []
|
||||
|
||||
Reference in New Issue
Block a user