From b2a074f8266a643b05738b0580248d92c97db1c4 Mon Sep 17 00:00:00 2001 From: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> Date: Mon, 20 Mar 2023 11:34:43 +0100 Subject: [PATCH] Added: dependencies --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index df08f9b..e8cbe85 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: |