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:
parent
a6123ffebb
commit
5a89ba7242
@ -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
|
||||
|
@ -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"
|
||||
|
1296
portieris-helm/files/0001-Squash-required-portieris-fixes.patch
Normal file
1296
portieris-helm/files/0001-Squash-required-portieris-fixes.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user