X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fk8s%2Fchange-charts-prometheus-operator.sh;h=5fcf67a2eaf58f94a3cf2fdb48c60c11488fc9e0;hb=1e76a0c26ec0fd74c7b93aa67232402f6d760a66;hp=7ac07ddc96ac8503631dabc1ead81d9c2390b15f;hpb=fc5bb143c0706fb23166b7a48d38b5d835e6ac9d;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