Skip to content

Commit

Permalink
chore(deps): update kindest/node docker tag to v1.32.1
Browse files Browse the repository at this point in the history
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
  • Loading branch information
cilium-renovate[bot] authored Jan 31, 2025
1 parent 4f35118 commit 2a85725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/helpers/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.2", "Set the node image for the kind cluster")
flag.StringVar(&clusterImage, "cluster-image", "kindest/node:v1.32.1", "Set the node image for the kind cluster")
}

// GetClusterName fetches the cluster name configured with -cluster-name or the temporary
Expand Down

0 comments on commit 2a85725

Please sign in to comment.