Skip to content

Commit 94dbea1

Browse files
committed
ci: Run bootstrap e2e using Kubernetes 1.30
Signed-off-by: Stefan Prodan <[email protected]>
1 parent de46bae commit 94dbea1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/e2e-bootstrap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
cluster_name: kind
3333
# The versions below should target the newest Kubernetes version
3434
# 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
3737
- name: Setup Kustomize
3838
uses: fluxcd/pkg/actions/kustomize@main
3939
- name: Setup yq

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ install-envtest: setup-envtest
8181
ENVTEST = $(shell pwd)/bin/setup-envtest
8282
.PHONY: envtest
8383
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)
8685

8786
# go-install-tool will 'go install' any package $2 and install it to $1.
8887
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))

0 commit comments

Comments
 (0)