From d219a89bd1422e1f5ac9fce46125563d61123120 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 27 Mar 2023 16:01:55 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes/kubernetes to v1.26.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31694841..d668d39e 100644 --- a/Makefile +++ b/Makefile @@ -436,7 +436,7 @@ CRD_REF_DOCS ?= $(LOCALBIN)/crd-ref-docs # Important note: avoid adding spaces in the macro declarations as any # additional whitespace will break the renovate regex rules. -KUBECTL_VERSION=v1.26.2# renovate datasource=github-tags depName=kubernetes/kubernetes +KUBECTL_VERSION=v1.26.3# renovate datasource=github-tags depName=kubernetes/kubernetes TERRAFORM_VERSION=v1.4.2# renovate datasource=github-tags depName=hashicorp/terraform CONTROLLER_TOOLS_VERSION=v0.11.3# renovate datasource=go depName=sigs.k8s.io/controller-tools