From 5f8cc597adb41034676f65b54491c6503baf5e12 Mon Sep 17 00:00:00 2001 From: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> Date: Mon, 20 Mar 2023 11:51:44 +0100 Subject: [PATCH] Update release.yaml (#190) --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 959a2f9..c31f828 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,6 +17,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 prometheus https://prometheus-community.github.io/helm-charts + - name: Add grafana repo + run: helm repo add grafana https://grafana.github.io/helm-charts - name: Configure Git run: | git config user.name "$GITHUB_ACTOR"