ci: move from prometheus-operator to grafana-agent-operator

This commit is contained in:
Kjeld Schouten 2024-02-26 17:38:36 +01:00
parent 5a56b3f314
commit f5122190d0
1 changed files with 6 additions and 6 deletions

View File

@ -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