mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 08:11:20 -03:00
ci: move from prometheus-operator to grafana-agent-operator
This commit is contained in:
12
.github/scripts/install_dependencies.sh
vendored
12
.github/scripts/install_dependencies.sh
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user