From 1031ed4fc827173c281eaf7983ae2dc02010dda6 Mon Sep 17 00:00:00 2001 From: Laiba Bareera Date: Thu, 31 Jul 2025 15:53:22 +0500 Subject: [PATCH] added eks 1.7 for supported kubernetes version --- cmd/util.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/util.go b/cmd/util.go index faddc55..38664be 100644 --- a/cmd/util.go +++ b/cmd/util.go @@ -519,8 +519,9 @@ func IsAKS(ctx context.Context, k8sClient kubernetes.Interface) (bool, error) { func getPlatformBenchmarkVersion(platform Platform) string { glog.V(3).Infof("getPlatformBenchmarkVersion platform: %s", platform) + switch platform.Name { case "eks": - switch platform.Name { + switch platform.Version { case "1.29", "1.30", "1.31": return "eks-1.7.0" default: