From 206e15a8fd62b6ad8cf253ea597acae7dc009257 Mon Sep 17 00:00:00 2001 From: Christoph Mewes Date: Wed, 5 Jun 2024 16:24:14 +0200 Subject: [PATCH] pin cluster-exposer to KKP 2.25 (Go 1.22) --- hack/ci/setup-kind-cluster.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/ci/setup-kind-cluster.sh b/hack/ci/setup-kind-cluster.sh index c68467511..31a9a2e7f 100755 --- a/hack/ci/setup-kind-cluster.sh +++ b/hack/ci/setup-kind-cluster.sh @@ -157,8 +157,8 @@ if [ -z "${DISABLE_CLUSTER_EXPOSER:-}" ]; then cd /tmp/kubermatic echodate "Cloning cluster exposer" KKP_REPO_URL="${KKP_REPO_URL:-https://github.com/kubermatic/kubermatic.git}" - KKP_REPO_TAG="${KKP_REPO_BRANCH:-main}" - git clone --depth 1 --branch "${KKP_REPO_TAG}" "${KKP_REPO_URL}" . + KKP_REPO_TAG="${KKP_REPO_BRANCH:-release/v2.25}" + (set -x; git clone --depth 1 --branch "${KKP_REPO_TAG}" "${KKP_REPO_URL}" .) echodate "Building cluster exposer" CGO_ENABLED=0 go build --tags ce -v -o /tmp/clusterexposer ./pkg/test/clusterexposer/cmd