mirror of
https://github.com/wahyd4/helm-charts.git
synced 2026-08-09 04:26:02 +10:00
* Update Helm dependency to use new kube-state-metrics chart location Signed-off-by: chris-vest <intellivision@pm.me> * Update Helm dependency to use new kube-state-metrics chart location Signed-off-by: chris-vest <intellivision@pm.me> * Fix repository URL Signed-off-by: chris-vest <intellivision@pm.me> * Revert; use new repo url Signed-off-by: chris-vest <intellivision@pm.me> * Add kube-state-metrics Helm repo Signed-off-by: chris-vest <intellivision@pm.me> * Update link to kube-state-metrics chart in values.yaml Signed-off-by: chris-vest <intellivision@pm.me> * Make linter happy Signed-off-by: chris-vest <intellivision@pm.me> * Remove empty line in Prometheus Chart.yaml Signed-off-by: chris-vest <intellivision@pm.me>
16 lines
550 B
YAML
16 lines
550 B
YAML
# See https://github.com/helm/chart-testing#configuration
|
|
remote: origin
|
|
target-branch: main
|
|
chart-dirs:
|
|
- charts
|
|
chart-repos:
|
|
- bitnami=https://charts.bitnami.com/bitnami
|
|
- grafana=https://grafana.github.io/helm-charts
|
|
- prometheus-community=https://prometheus-community.github.io/helm-charts
|
|
- stable=https://charts.helm.sh/stable
|
|
- kube-state-metrics=https://kubernetes.github.io/kube-state-metrics
|
|
helm-extra-args: --timeout 600s
|
|
excluded-charts:
|
|
# If not running on GCE, will error: "Failed to get GCE config"
|
|
- prometheus-to-sd
|