Add prometheus upstream sources
This commit is contained in:
parent
e67edd1f67
commit
05791a8df5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue