X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fk8s%2Fchange-charts-prometheus-operator.sh;fp=installers%2Fk8s%2Fchange-charts-prometheus-operator.sh;h=5fcf67a2eaf58f94a3cf2fdb48c60c11488fc9e0;hb=5bed3ad401d824ecf2ca08ff1e51b2cb2993f948;hp=7ac07ddc96ac8503631dabc1ead81d9c2390b15f;hpb=953ab96e39b845a78501763c0bc92f7a356945cc;p=osm%2Fdevops.git diff --git a/installers/k8s/change-charts-prometheus-operator.sh b/installers/k8s/change-charts-prometheus-operator.sh index 7ac07ddc..5fcf67a2 100755 --- a/installers/k8s/change-charts-prometheus-operator.sh +++ b/installers/k8s/change-charts-prometheus-operator.sh @@ -75,4 +75,9 @@ do rm $i done +# Deleting Grafana dependence to avoid it installation +sed -i -e '/.*- name: grafana.*/,+3d' $CHARTS_DIR/prometheus-operator/requirements.yaml +sed -i -e '/.*- name: grafana.*/,+2d' $CHARTS_DIR/prometheus-operator/requirements.lock +rm -rf $CHARTS_DIR/prometheus-operator/charts/grafana + exit 0