From 25281f568abe7eed3f3f161e479bdfdf391ffad2 Mon Sep 17 00:00:00 2001 From: Peggie Date: Sat, 28 Sep 2024 18:02:11 +0200 Subject: [PATCH] feat: Public Cloud K8S versions update (#5670) Update the versions used to test the operator on public cloud providers Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: public-cloud-k8s-versions-check --- .github/aks_versions.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/aks_versions.json b/.github/aks_versions.json index 24b881347c..4c3493a7b5 100644 --- a/.github/aks_versions.json +++ b/.github/aks_versions.json @@ -1,6 +1,5 @@ [ "1.30.4", "1.29.8", - "1.28.9", - "1.27.9" + "1.28.9" ]