ci: update minikube and kubernetes versions (#2181)
* ci: update minikube and kubernetes versions Signed-off-by: yxxhero <aiopsclub@163.com> * debug minikube version Signed-off-by: yxxhero <aiopsclub@163.com> --------- Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
parent
1ecffc87e4
commit
e3de97fcbd
|
|
@ -109,6 +109,8 @@ jobs:
|
|||
run: make -C .github/workflows helm vault sops kustomize
|
||||
- name: Start minikube
|
||||
uses: medyagh/setup-minikube@latest
|
||||
with:
|
||||
kubernetes-version: v1.33.1
|
||||
- name: Execute integration tests
|
||||
run: make integration
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue