File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 32
32
cluster_name : kind
33
33
# The versions below should target the newest Kubernetes version
34
34
# Keep this up-to-date with https://endoflife.date/kubernetes
35
- node_image : kindest/node:v1.29.2
36
- kubectl_version : v1.29.2
35
+ node_image : ghcr.io/fluxcd/ kindest/node:v1.30.0-amd64
36
+ kubectl_version : v1.30.0
37
37
- name : Setup Kustomize
38
38
uses : fluxcd/pkg/actions/kustomize@main
39
39
- name : Setup yq
Original file line number Diff line number Diff line change @@ -81,8 +81,7 @@ install-envtest: setup-envtest
81
81
ENVTEST = $(shell pwd) /bin/setup-envtest
82
82
.PHONY : envtest
83
83
setup-envtest : # # Download envtest-setup locally if necessary.
84
- # replace the commit SHA with 'latest' when https://github.com/kubernetes-sigs/controller-runtime/issues/2720 is fixed
85
- $(call go-install-tool,$(ENVTEST ) ,sigs.k8s.io/controller-runtime/tools/setup-envtest@c7e1dc9b5302d649d5531e19168dd7ea0013736d)
84
+ $(call go-install-tool,$(ENVTEST ) ,sigs.k8s.io/controller-runtime/tools/setup-envtest@latest)
86
85
87
86
# go-install-tool will 'go install' any package $2 and install it to $1.
88
87
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST ) ) ) )
You can’t perform that action at this time.
0 commit comments