From be1ff9b4643bfa7090c6b17dbb5b6227795b06c2 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Thu, 25 Jan 2024 13:45:01 +0100 Subject: [PATCH] Default to K8s 1.28 in e2e Other GHAs were changed to default to 1.28, but the custom GHA used throughout Submariner wasn't updated and still defaulted to 1.25. This fixes that. Signed-off-by: Stephen Kitt --- gh-actions/e2e/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gh-actions/e2e/action.yaml b/gh-actions/e2e/action.yaml index 4125206e0..d64707101 100644 --- a/gh-actions/e2e/action.yaml +++ b/gh-actions/e2e/action.yaml @@ -9,7 +9,7 @@ inputs: k8s_version: description: 'Version of Kubernetes to use for clusters' required: false - default: '1.25' + default: '1.28' using: description: 'Various options to pass via using="..."' required: false