Add prometheus upstream sources

This commit is contained in:
kjeld Schouten-Lebbing 2021-11-21 22:37:45 +01:00
parent e67edd1f67
commit 05791a8df5
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
3 changed files with 4 additions and 0 deletions

View File

@ -116,6 +116,7 @@ jobs:
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add metallb https://metallb.github.io/metallb
helm repo add grafana https://grafana.github.io/helm-charts
helm repo add prometheus https://prometheus-community.github.io/helm-charts
helm repo update
- uses: actions/setup-python@v2

View File

@ -40,6 +40,7 @@ jobs:
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add metallb https://metallb.github.io/metallb
helm repo add grafana https://grafana.github.io/helm-charts
helm repo add prometheus https://prometheus-community.github.io/helm-charts
helm repo update
- name: Run chart-testing (lint)
@ -79,6 +80,7 @@ jobs:
helm repo add truecharts https://truecharts.org
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add metallb https://metallb.github.io/metallb
helm repo add prometheus https://prometheus-community.github.io/helm-charts
helm repo update
- uses: actions/setup-python@v2

View File

@ -391,6 +391,7 @@ prep_helm() {
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add metallb https://metallb.github.io/metallb
helm repo add grafana https://grafana.github.io/helm-charts
helm repo add prometheus https://prometheus-community.github.io/helm-charts
helm repo update
fi
}