Skip to content

Commit

Permalink
update kubebuilder tools to 1.29.3 (#1843)
Browse files Browse the repository at this point in the history
Signed-off-by: Prajyot-Parab <prajyot.parab2@ibm.com>
  • Loading branch information
Prajyot-Parab authored Jun 18, 2024
1 parent d2b1a1b commit c2bc346
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 @@ -81,7 +81,7 @@ PULL_POLICY ?= Always
# Set build time variables including version details
LDFLAGS := $(shell ./hack/version.sh)

KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.27.1
KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.29.3

# 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.27.1
k8s_version=1.29.3
goarch=amd64
goos="unknown"

Expand Down

0 comments on commit c2bc346

Please sign in to comment.