Skip to content

Commit

Permalink
chore(deps): update kindest/node docker tag to v1.29.12
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 and mtardy committed Feb 5, 2025
1 parent fde6cb5 commit e52fa38
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.29.12", "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 e52fa38

Please sign in to comment.