From f5122190d00d21651267e18fe4a5745e96b2e308 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 26 Feb 2024 17:38:36 +0100 Subject: [PATCH] ci: move from prometheus-operator to grafana-agent-operator --- .github/scripts/install_dependencies.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/scripts/install_dependencies.sh b/.github/scripts/install_dependencies.sh index bdf720ed0ae..7769b6560f1 100755 --- a/.github/scripts/install_dependencies.sh +++ b/.github/scripts/install_dependencies.sh @@ -43,12 +43,12 @@ fi if [[ "$curr_chart" != "charts/operators/grafana-agent-operator" ]]; then echo "Installing Grafana-Agent-Operator chart" - # TODO Enable later - # helm install prometheus-operator oci://tccr.io/truecharts/grafana-agent-operator --namespace grafana-agent-operator --create-namespace --wait - # if [[ "$?" != "0" ]]; then - # echo "Failed to install grafana-agent-operator chart" - # exit 1 - # fi + TODO Enable later + helm install prometheus-operator oci://tccr.io/truecharts/grafana-agent-operator --namespace grafana-agent-operator --create-namespace --wait + if [[ "$?" != "0" ]]; then + echo "Failed to install grafana-agent-operator chart" + exit 1 + fi echo "Done installing grafana-agent-operator chart" fi