Skip to content

Commit

Permalink
Update minikube and kubernetes versions in ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartdohmann committed Oct 22, 2024
1 parent 94f3ca4 commit 8f23ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
- name: Install Minikube
uses: manusa/[email protected]
with:
minikube version: 'latest'
kubernetes version: 'latest'
minikube version: v1.34.0
kubernetes version: v1.30.0
start args: --addons ingress

- name: Set up kubectl
Expand Down

0 comments on commit 8f23ddf

Please sign in to comment.