Skip to content

Commit

Permalink
Default to K8s 1.28 in e2e
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
skitt authored and tpantelis committed Jan 29, 2024
1 parent b850068 commit be1ff9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-actions/e2e/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be1ff9b

Please sign in to comment.