From be228ba9f2f581f4c9e11a41b923b2ce9aa665ff Mon Sep 17 00:00:00 2001 From: Gianluca Arbezzano Date: Wed, 24 Mar 2021 09:33:12 +0100 Subject: [PATCH] Revert osie because the latest version broke tink-worker installation As I explained here https://github.com/tinkerbell/sandbox/pull/66#issuecomment-803009169 the current OSIE on master broke how tink-worker gets installed in sandbox. For a series of bad habits the PR got merged even if e2e tests are broken leaving sandbox/master to a not working state This commit reverts OSIE back to a fully operational version Signed-off-by: Gianluca Arbezzano --- current_versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/current_versions.sh b/current_versions.sh index 70186359..b72e4128 100644 --- a/current_versions.sh +++ b/current_versions.sh @@ -6,7 +6,7 @@ # automation that wants to get the version of the programs currently supported # in sandbox -export OSIE_DOWNLOAD_LINK="https://tinkerbell-oss.s3.amazonaws.com/osie-uploads/osie-v0-n=448,c=6bf665c,b=master.tar.gz" +export OSIE_DOWNLOAD_LINK="https://tinkerbell-oss.s3.amazonaws.com/osie-uploads/osie-v0-n=404,c=c35a5f8,b=master.tar.gz" export TINKERBELL_TINK_BOOTS_IMAGE="quay.io/tinkerbell/boots:sha-ad742e11" export TINKERBELL_TINK_CLI_IMAGE="quay.io/tinkerbell/tink-cli:sha-1b178dae" export TINKERBELL_TINK_HEGEL_IMAGE="quay.io/tinkerbell/hegel:sha-c8a68311"