Added: dependencies

This commit is contained in:
Valeriano Manassero 2023-03-20 11:34:43 +01:00
parent 0969b2e2f8
commit b2a074f826

View File

@ -38,6 +38,10 @@ jobs:
run: helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Add elastic repo
run: helm repo add elastic https://helm.elastic.co
- name: Add prometheus repo
run: helm repo add elastic https://prometheus-community.github.io/helm-charts
- name: Add grafana repo
run: helm repo add elastic https://grafana.github.io/helm-charts
- name: Run chart-testing (list-changed)
id: list-changed
run: |