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:
parent
0916e2bb54
commit
22c00a7691
@ -9,6 +9,7 @@ DEPENDS += " \
|
|||||||
"
|
"
|
||||||
|
|
||||||
PROTOCOL = "https"
|
PROTOCOL = "https"
|
||||||
|
BRANCH = "main"
|
||||||
SRCREV = "945017287598479ba8653d9baf3ff26f7fe31e50"
|
SRCREV = "945017287598479ba8653d9baf3ff26f7fe31e50"
|
||||||
|
|
||||||
PV = "1.0.0+git${SRCPV}"
|
PV = "1.0.0+git${SRCPV}"
|
||||||
@ -34,7 +35,7 @@ SRC_URI_STX = " \
|
|||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/elastic/helm-charts;protocol=${PROTOCOL} \
|
git://github.com/elastic/helm-charts;protocol=${PROTOCOL};branch=${BRANCH} \
|
||||||
"
|
"
|
||||||
|
|
||||||
PATCHTOOL = "git"
|
PATCHTOOL = "git"
|
||||||
|
Loading…
Reference in New Issue
Block a user