Patch in fixes for blocking portieris issues

Specifically, these two issues are blocking using portieris app with
starlingx:
 * https://github.com/IBM/portieris/issues/51
 * https://github.com/IBM/portieris/issues/59

Once these fixes are included in a published release of portieris,
drop this patch and rebase to the latest release.

Story: 2007348
Task: 40434
Change-Id: I14d0e5664333c5080440b9fd156c66a317444563
Signed-off-by: Joseph Richard <joseph.richard@windriver.com>
This commit is contained in:
Joseph Richard 2020-07-22 16:30:56 -04:00
parent a6123ffebb
commit 5a89ba7242
3 changed files with 1300 additions and 0 deletions

View File

@ -26,6 +26,8 @@ Source2: index.yaml
BuildArch: noarch
Patch01: 0001-Squash-required-portieris-fixes.patch
BuildRequires: helm
BuildRequires: chartmuseum
@ -34,6 +36,7 @@ StarlingX portieris charts
%prep
%setup -n portieris
%patch01 -p1
%build
# Host a server for the charts

View File

@ -2,3 +2,4 @@ BUILDER=docker
LABEL=portieris
DOCKER_REPO=https://github.com/IBM/portieris.git
DOCKER_REF=0.7.0
DOCKER_PATCHES="../files/0001-Squash-required-portieris-fixes.patch"

File diff suppressed because it is too large Load Diff