From 9d58eebb865b52f191cb0c43f5ce80470675dc64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 08:46:09 +0000 Subject: [PATCH] chore(deps): update makefile dependencies --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index ec1185e6f..6084a9a5d 100644 --- a/Makefile +++ b/Makefile @@ -13,11 +13,11 @@ ifneq ($(filter arm%,$(UNAME_P)),) endif ## tools versions -KUSTOMIZE_VERSION ?= 5.7.1 -YQ_VERSION ?= v4.47.1 +KUSTOMIZE_VERSION ?= 5.8.0 +YQ_VERSION ?= v4.50.1 HELM_DOCS_VERSION ?= 1.14.2 -PINT_VERSION ?= 0.74.6 -HELM_VERSION ?= 3.18.6 +PINT_VERSION ?= 0.78.0 +HELM_VERSION ?= 3.19.4 ## Location to install dependencies to LOCALBIN ?= $(shell pwd)/bin