From eee495577c6c116d50354f83ff78a2d180fc2008 Mon Sep 17 00:00:00 2001 From: Brian Chuo Date: Wed, 17 Apr 2024 10:31:56 -0400 Subject: [PATCH] Bump k8s version to 1.29.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24b9ae55e0..eed686ab86 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ COLLECTOR_TARBALL_PATH ?= SCANNER_TARBALL_PATH ?= KUSTOMIZE_VERSION ?= 3.8.9 -KUBERNETES_VERSION ?= 1.25.3 +KUBERNETES_VERSION ?= 1.29.2 NODE_VERSION ?= 20-bullseye-slim ENVTEST_K8S_VERSION ?= 1.25 GOLANGCI_LINT_VERSION := 1.43.0