monitor-helm-elastic: fix for the default branch change

The default branch in github for elastic/helm-charts
is changed from 'master' to 'main'.

Closes-bug: 1954373

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ie3d1bff59359b847eb99ab7c72a2ea1ce848c67f
This commit is contained in:
Jackie Huang 2021-09-27 00:26:31 -07:00
parent 0916e2bb54
commit 22c00a7691

View File

@ -9,6 +9,7 @@ DEPENDS += " \
"
PROTOCOL = "https"
BRANCH = "main"
SRCREV = "945017287598479ba8653d9baf3ff26f7fe31e50"
PV = "1.0.0+git${SRCPV}"
@ -34,7 +35,7 @@ SRC_URI_STX = " \
"
SRC_URI = " \
git://github.com/elastic/helm-charts;protocol=${PROTOCOL} \
git://github.com/elastic/helm-charts;protocol=${PROTOCOL};branch=${BRANCH} \
"
PATCHTOOL = "git"