Skip to content

Commit

Permalink
pin cluster-exposer to KKP 2.25 (Go 1.22)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Jun 5, 2024
1 parent f401367 commit 206e15a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/ci/setup-kind-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 206e15a

Please sign in to comment.