From 3e3b3097978192b2c1751587694e848f3de88a15 Mon Sep 17 00:00:00 2001 From: Srikumar Venugopal Date: Sun, 14 Apr 2024 22:56:30 +0100 Subject: [PATCH] Update kind-action version in testing.yml --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 3fa988c5..5a8b7709 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -22,7 +22,7 @@ jobs: - name: Update manifests to use local images run: "sed -i 's/Always/IfNotPresent/g' release-tools/manifests/dlf.yaml" - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.4.0 + uses: helm/kind-action@v1.9.0 - name: Install and configure MinIO run: | kubectl create -f ci/minio.yaml