Skip to content

Commit

Permalink
Default to Kubernetes 1.31 in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt authored and tpantelis committed Aug 21, 2024
1 parent c24cab7 commit 1bdcfa6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/consuming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
project: ['admiral', 'lighthouse', 'subctl', 'submariner', 'submariner-operator']
cabledriver: ['libreswan']
# Run most tests against the latest K8s version
k8s_version: ['1.30']
k8s_version: ['1.31']
include:
# Test the same set of cable driver combinations as the consuming projects do in their CI
- project: submariner
Expand Down
2 changes: 1 addition & 1 deletion Makefile.clusters
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TIMEOUT ?= 5m
export PARALLEL SETTINGS TIMEOUT

# Flags affecting `make clusters`
K8S_VERSION ?= 1.30
K8S_VERSION ?= 1.31
METALLB_VERSION ?= 0.13.5
OLM_VERSION ?= v0.18.3
PROVIDER ?= kind
Expand Down
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.30'
default: '1.31'
using:
description: 'Various options to pass via using="..."'
required: false
Expand Down

0 comments on commit 1bdcfa6

Please sign in to comment.