From 6ac8f5d5d8d250013a754489ee7ba2e8ba18d2ab Mon Sep 17 00:00:00 2001 From: TheiLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Wed, 14 Jan 2026 23:46:44 +0100 Subject: [PATCH] fix: make e2e scripts executable --- .github/workflows/pull_request.yaml | 2 +- scripts/e2e-cluster-cleanup.sh | 0 scripts/e2e-cluster-setup.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scripts/e2e-cluster-cleanup.sh mode change 100644 => 100755 scripts/e2e-cluster-setup.sh diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index c74b4e9..df52b31 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -20,7 +20,7 @@ env: DOCKER_FILE_PATH: Dockerfile DOCKER_UBI_FILE_PATH: Dockerfile.ubi KUBERNETES_VERSION: "1.30.0" - KIND_VERSION: "0.23.0" + KIND_VERSION: "0.31.0" REGISTRY: ghcr.io jobs: diff --git a/scripts/e2e-cluster-cleanup.sh b/scripts/e2e-cluster-cleanup.sh old mode 100644 new mode 100755 diff --git a/scripts/e2e-cluster-setup.sh b/scripts/e2e-cluster-setup.sh old mode 100644 new mode 100755