We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79a3f6 commit 7fe0b98Copy full SHA for 7fe0b98
Makefile
@@ -3,7 +3,7 @@
3
IMG ?= ghcr.io/aenix-io/etcd-operator:latest
4
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5
# renovate: datasource=github-tags depName=kubernetes/kubernetes
6
-ENVTEST_K8S_VERSION ?= v1.30.0
+ENVTEST_K8S_VERSION ?= v1.30.1
7
ENVTEST_K8S_VERSION_TRIMMED_V = $(subst v,,$(ENVTEST_K8S_VERSION))
8
9
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
0 commit comments