From 165bd46c0bdcd1bbf464a2b545cd74ac295bba96 Mon Sep 17 00:00:00 2001 From: Steven Gettys Date: Thu, 18 Aug 2022 11:35:03 -0700 Subject: [PATCH 1/2] added integration test bundle that uses state in porter.yaml Signed-off-by: Steven Gettys --- tests/integration/credset_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/credset_test.go b/tests/integration/credset_test.go index 5069a672..9b59a05a 100644 --- a/tests/integration/credset_test.go +++ b/tests/integration/credset_test.go @@ -282,8 +282,8 @@ func NewTestInstallation(iName string) *porterv1.Installation { SchemaVersion: string(storage.InstallationSchemaVersion), Name: iName, Bundle: porterv1.OCIReferenceParts{ - Repository: "ghcr.io/bdegeeter/porter-test-me", - Version: "0.3.0", + Repository: "ghcr.io/sgettys/porter-test-me", + Version: "0.6.0", }, }, } From 1bf1a8553030d91aa96ec67939cef29a36e28070 Mon Sep 17 00:00:00 2001 From: Steven Gettys Date: Mon, 29 Aug 2022 16:17:24 -0700 Subject: [PATCH 2/2] saving off state Signed-off-by: Steven Gettys --- tests/integration/credset_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/credset_test.go b/tests/integration/credset_test.go index 9b59a05a..cece3807 100644 --- a/tests/integration/credset_test.go +++ b/tests/integration/credset_test.go @@ -283,7 +283,7 @@ func NewTestInstallation(iName string) *porterv1.Installation { Name: iName, Bundle: porterv1.OCIReferenceParts{ Repository: "ghcr.io/sgettys/porter-test-me", - Version: "0.6.0", + Version: "0.6.4", }, }, }