From 96eb7acc55e2536395ad4d28c5d0ab0607c10231 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:15:08 +0000 Subject: [PATCH] chore(deps): update dependency mikefarah/yq to v4.43.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8701e2b8..17f8d841 100644 --- a/Makefile +++ b/Makefile @@ -241,7 +241,7 @@ HELM_SCHEMA_VERSION ?= v1.2.2 # renovate: datasource=github-tags depName=norwoodj/helm-docs HELM_DOCS_VERSION ?= v1.13.1 # renovate: datasource=github-tags depName=mikefarah/yq -YQ_VERSION ?= v4.42.1 +YQ_VERSION ?= v4.43.1 ## Tool install scripts KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"