We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4be672 commit d90bf8aCopy full SHA for d90bf8a
1 file changed
Makefile
@@ -16,7 +16,7 @@ KUBECTL_VERSION := v1.35.1
16
KUSTOMIZE_VERSION := v5.8.1
17
OPERATOR_SDK_VERSION := v1.42.0
18
PIPENV_VERSION := 2026.0.3
19
-YQ_VERSION := v4.52.2
+YQ_VERSION := v4.52.4
20
#ENVTEST_VERSION is the version of controller-runtime release branch to fetch the envtest setup script (i.e. release-0.20)
21
ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller-runtime | awk -F'[v.]' '{printf "release-%d.%d", $$2, $$3}')
22
#ENVTEST_K8S_VERSION is the version of Kubernetes to use for setting up ENVTEST binaries (i.e. 1.31)
0 commit comments