From 095ed9566f0372fa1939be2d878e37227586a25f Mon Sep 17 00:00:00 2001 From: "cilium-renovate[bot]" <134692979+cilium-renovate[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 09:16:08 +0000 Subject: [PATCH] chore(deps): update kindest/node docker tag to v1.32.2 Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com> --- tests/e2e/helpers/cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/helpers/cluster.go b/tests/e2e/helpers/cluster.go index e7e26e47886..2a075a07bc6 100644 --- a/tests/e2e/helpers/cluster.go +++ b/tests/e2e/helpers/cluster.go @@ -48,7 +48,7 @@ var ( func init() { flag.StringVar(&clusterName, "cluster-name", "tetragon-ci", "Set the name of the k8s cluster being used") // renovate: datasource=docker - flag.StringVar(&clusterImage, "cluster-image", "kindest/node:v1.29.12", "Set the node image for the kind cluster") + flag.StringVar(&clusterImage, "cluster-image", "kindest/node:v1.32.2", "Set the node image for the kind cluster") } // GetClusterName fetches the cluster name configured with -cluster-name or the temporary