Skip to content

Commit 3c0a334

Browse files
authored
Feature/upgrade controller tools (#242)
* Upgrde controller-tools * bump k8s testing version
1 parent 865ba21 commit 3c0a334

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/chart-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
kubernetesVersion: [ "v1.24.15", "v1.28.0" ]
12+
kubernetesVersion: [ "v1.30.11", "v1.32.2" ]
1313
runs-on: ubuntu-latest
1414
if: github.ref != 'refs/heads/master'
1515
steps:

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ OPERATOR_SDK_VERSION ?= v1.39.2
5353
# Image URL to use all building/pushing image targets
5454
IMG ?= $(IMAGE_TAG_BASE):$(VERSION)
5555
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
56-
ENVTEST_K8S_VERSION = 1.26.0
56+
ENVTEST_K8S_VERSION = 1.32.0
5757

5858
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
5959
ifeq (,$(shell go env GOBIN))
@@ -184,7 +184,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
184184

185185
## Tool Versions
186186
KUSTOMIZE_VERSION ?= v5.6.0
187-
CONTROLLER_TOOLS_VERSION ?= v0.16.1
187+
CONTROLLER_TOOLS_VERSION ?= v0.17.2
188188

189189
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
190190
.PHONY: kustomize

0 commit comments

Comments
 (0)