From 22c00a76911ff60726ff1e3a38c6d8d6059d78fb Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Mon, 27 Sep 2021 00:26:31 -0700 Subject: [PATCH] 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 Change-Id: Ie3d1bff59359b847eb99ab7c72a2ea1ce848c67f --- .../stx-monitor-armada-app/monitor-helm-elastic_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-stx-flock/stx-monitor-armada-app/monitor-helm-elastic_git.bb b/meta-stx-flock/stx-monitor-armada-app/monitor-helm-elastic_git.bb index 294b1d9..af9290c 100644 --- a/meta-stx-flock/stx-monitor-armada-app/monitor-helm-elastic_git.bb +++ b/meta-stx-flock/stx-monitor-armada-app/monitor-helm-elastic_git.bb @@ -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"