Skip to content

Commit 5167db1

Browse files
authored
chore(ci): update kubernetes versions (#2510)
Signed-off-by: Chris Laprun <[email protected]>
1 parent 096d6cb commit 5167db1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/e2e-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: manusa/[email protected]
3434
with:
3535
minikube version: v1.33.0
36-
kubernetes version: v1.30.1
36+
kubernetes version: v1.31.0
3737
github token: ${{ secrets.GITHUB_TOKEN }}
3838
driver: docker
3939

Diff for: .github/workflows/fabric8-next-version-schedule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
java: [ 11, 17 ]
34-
kubernetes: ['v1.27.14', 'v1.28.10', 'v1.29.5','1.30.1']
34+
kubernetes: ['v1.28.12', 'v1.29.7','1.30.3', '1.31.0']
3535
uses: ./.github/workflows/integration-tests.yml
3636
with:
3737
java-version: ${{ matrix.java }}

Diff for: .github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
java: [ 11, 17 ]
38-
kubernetes: ['v1.27.14', 'v1.28.10', 'v1.29.5','1.30.1']
38+
kubernetes: [ 'v1.28.12', 'v1.29.7','1.30.3', '1.31.0' ]
3939
uses: ./.github/workflows/integration-tests.yml
4040
with:
4141
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)