From d654862cd983de5f64bc569905dd76f11572bcb2 Mon Sep 17 00:00:00 2001 From: Kohei Tokunaga Date: Wed, 26 Jun 2024 10:40:12 +0900 Subject: [PATCH] CI: bump k3d to v5.6.3 Signed-off-by: Kohei Tokunaga --- .github/workflows/nightly.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 1436adde9..4925c2862 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -96,7 +96,7 @@ jobs: go-version: '1.22.x' - name: Install k3d run: | - wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.6.0/install.sh | bash + wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.6.3/install.sh | bash - name: Install htpasswd for setting up private registry run: sudo apt-get update -y && sudo apt-get --no-install-recommends install -y apache2-utils - name: Install yq diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fe0f09d1c..9f3fe5d83 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -206,7 +206,7 @@ jobs: go-version: '1.22.x' - name: Install k3d run: | - wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.6.0/install.sh | bash + wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.6.3/install.sh | bash - name: Install htpasswd for setting up private registry run: sudo apt-get update -y && sudo apt-get --no-install-recommends install -y apache2-utils - name: Install yq @@ -236,7 +236,7 @@ jobs: go-version: '1.22.x' - name: Install k3d run: | - wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.6.0/install.sh | bash + wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.6.3/install.sh | bash - name: Install argo worklflow run: | wget -q https://github.com/argoproj/argo-workflows/releases/download/v3.0.10/argo-linux-amd64.gz