File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33IMG ?= ghcr.io/aenix-io/etcd-operator:latest
44# K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
55# renovate: datasource=github-tags depName=kubernetes/kubernetes
6- K8S_VERSION ?= v1.30.0
6+ K8S_VERSION ?= v1.30.2
77K8S_VERSION_TRIMMED_V = $(subst v,,$(K8S_VERSION ) )
88
99# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
@@ -264,7 +264,7 @@ HELM_SCHEMA_VERSION ?= v1.4.1
264264# renovate: datasource=github-tags depName=norwoodj/helm-docs
265265HELM_DOCS_VERSION ?= v1.13.1
266266# renovate: datasource=github-tags depName=mikefarah/yq
267- YQ_VERSION ?= v4.44.1
267+ YQ_VERSION ?= v4.44.2
268268
269269# # Tool install scripts
270270KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
You can’t perform that action at this time.
0 commit comments