Skip to content

Commit

Permalink
update kubebuilder tools to 1.25.x (kubernetes-sigs#1321)
Browse files Browse the repository at this point in the history
Signed-off-by: Prajyot-Parab <[email protected]>
  • Loading branch information
Prajyot-Parab authored Aug 1, 2023
1 parent c6923f4 commit 152b274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ARCH ?= amd64
ALL_ARCH ?= amd64 ppc64le
PULL_POLICY ?= Always

KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.24.1
KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.25.0

# main controller
CORE_IMAGE_NAME ?= cluster-api-ibmcloud-controller
Expand Down
2 changes: 1 addition & 1 deletion scripts/fetch_ext_bins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [[ -n "${TRACE}" ]]; then
set -x
fi

k8s_version=1.24.1
k8s_version=1.25.0
goarch=amd64
goos="unknown"

Expand Down

0 comments on commit 152b274

Please sign in to comment.