From 7a692049f5113cd22acef7e83ad68a9bc6347ec4 Mon Sep 17 00:00:00 2001 From: Niall Thomson Date: Wed, 25 Oct 2023 17:03:04 +0000 Subject: [PATCH] Downgrade eksctl due to bug --- .github/workflows/module-test.yaml | 2 +- .github/workflows/test-cleanup.yaml | 2 +- lab/scripts/installer.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/module-test.yaml b/.github/workflows/module-test.yaml index 682e1a915..b7a67f072 100644 --- a/.github/workflows/module-test.yaml +++ b/.github/workflows/module-test.yaml @@ -28,7 +28,7 @@ jobs: tar zxf awsweeper_0.12.0_linux_amd64.tar.gz mv awsweeper_0.12.0_linux_amd64/awsweeper ${HOME}/.local/bin - wget -q https://github.com/eksctl-io/eksctl/releases/download/v0.162.0/eksctl_Linux_amd64.tar.gz + wget -q https://github.com/eksctl-io/eksctl/releases/download/v0.160.0/eksctl_Linux_amd64.tar.gz tar zxf eksctl_Linux_amd64.tar.gz mv eksctl ${HOME}/.local/bin diff --git a/.github/workflows/test-cleanup.yaml b/.github/workflows/test-cleanup.yaml index 88fa9592e..81ec3834f 100644 --- a/.github/workflows/test-cleanup.yaml +++ b/.github/workflows/test-cleanup.yaml @@ -30,7 +30,7 @@ jobs: tar zxf awsweeper_0.12.0_linux_amd64.tar.gz mv awsweeper_0.12.0_linux_amd64/awsweeper ${HOME}/.local/bin - wget https://github.com/eksctl-io/eksctl/releases/download/v0.162.0/eksctl_Linux_amd64.tar.gz + wget https://github.com/eksctl-io/eksctl/releases/download/v0.160.0/eksctl_Linux_amd64.tar.gz tar zxf eksctl_Linux_amd64.tar.gz mv eksctl ${HOME}/.local/bin diff --git a/lab/scripts/installer.sh b/lab/scripts/installer.sh index e8d2a928d..afca68ff1 100644 --- a/lab/scripts/installer.sh +++ b/lab/scripts/installer.sh @@ -8,8 +8,8 @@ kubectl_checksum='e5fe510ba6f421958358d3d43b3f0b04c2957d4bc3bb24cf541719af61a06d helm_version='3.10.1' helm_checksum='c12d2cd638f2d066fec123d0bd7f010f32c643afdf288d39a4610b1f9cb32af3' -eksctl_version='0.162.0' -eksctl_checksum='d0f49636eca2ae5e85dd790e0510761c5efd18c1d35ceec512220f813dd2cfcd' +eksctl_version='0.160.0' +eksctl_checksum='24fc2ea2295f1a0687271ecd6f9b66e6e674560617cced8f19ef5bbe92a1e4a2' kubeseal_version='0.18.4' kubeseal_checksum='2e765b87889bfcf06a6249cde8e28507e3b7be29851e4fac651853f7638f12f3'