Skip to content

Commit 481cb90

Browse files
authored
chore: update Kubernetes versions to latest (#2067)
Signed-off-by: Chris Laprun <[email protected]>
1 parent 6238ef2 commit 481cb90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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.31.2
36-
kubernetes version: v1.28.1
36+
kubernetes version: v1.28.2
3737
github token: ${{ secrets.GITHUB_TOKEN }}
3838
driver: docker
3939

.github/workflows/pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
java: [ 11, 17 ]
38-
kubernetes: [ 'v1.25.13', 'v1.26.8', 'v1.27.5', 'v1.28.1' ]
38+
kubernetes: [ 'v1.25.14', 'v1.26.9', 'v1.27.6', 'v1.28.2' ]
3939
uses: ./.github/workflows/integration-tests.yml
4040
with:
4141
java-version: ${{ matrix.java }}
@@ -48,7 +48,7 @@ jobs:
4848
uses: ./.github/workflows/integration-tests.yml
4949
with:
5050
java-version: 17
51-
kube-version: 'v1.28.1'
51+
kube-version: 'v1.28.2'
5252
http-client: ${{ matrix.httpclient }}
5353
experimental: true
5454

0 commit comments

Comments
 (0)