Skip to content

Commit

Permalink
Use K8s 1.29 as latest in E2E
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Pantelis <[email protected]>
  • Loading branch information
tpantelis authored and aswinsuryan committed Feb 6, 2024
1 parent e0c06a3 commit 7573fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
deploytool: ['operator']
globalnet: ['', 'globalnet']
# Run most tests against the latest K8s version
k8s_version: ['1.28']
k8s_version: ['1.29']
include:
# Oldest Kubernetes version thought to work with SubM's Service Discovery.
# If this breaks, we may advance the oldest-working K8s version instead of fixing it. See:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake_finder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
globalnet: ['', 'globalnet']
deploytool: ['operator']
# Run most tests against the latest K8s version
k8s_version: ['1.28']
k8s_version: ['1.29']
include:
# Bottom of supported K8s version range
- k8s_version: '1.26'
Expand Down

0 comments on commit 7573fe7

Please sign in to comment.