Skip to content

Commit 03a95e3

Browse files
chore(deps): update grouped non-major updates
1 parent eb3f6e5 commit 03a95e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
IMG ?= 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
77
K8S_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
265265
HELM_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
270270
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"

0 commit comments

Comments
 (0)