Skip to content

Commit

Permalink
chore: bump minikube and k8s api versions (#2405)
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <csviri@gmail.com>
  • Loading branch information
csviri committed May 27, 2024
1 parent ce7c9d2 commit 7d6f9c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Setup Minikube-Kubernetes
uses: manusa/actions-setup-minikube@v2.11.0
with:
minikube version: v1.32.0
kubernetes version: v1.29.1
minikube version: v1.33.0
kubernetes version: v1.30.1
github token: ${{ secrets.GITHUB_TOKEN }}
driver: docker

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fabric8-next-version-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
java: [ 11, 17 ]
kubernetes: [ 'v1.26.13', 'v1.27.10', 'v1.28.6', 'v1.29.1' ]
kubernetes: ['v1.27.14', 'v1.28.10', 'v1.29.5','1.30.1']
uses: ./.github/workflows/integration-tests.yml
with:
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Minikube
uses: manusa/actions-setup-minikube@v2.11.0
with:
minikube version: v1.32.0
minikube version: v1.33.0
kubernetes version: ${{ inputs.kube-version }}
driver: 'docker'
github token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
java: [ 11, 17 ]
kubernetes: [ 'v1.26.13', 'v1.27.10', 'v1.28.6', 'v1.29.1' ]
kubernetes: ['v1.27.14', 'v1.28.10', 'v1.29.5','1.30.1']
uses: ./.github/workflows/integration-tests.yml
with:
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 7d6f9c9

Please sign in to comment.