Skip to content

Commit

Permalink
Chore(debug): Downgrade kubebuilder k8s version
Browse files Browse the repository at this point in the history
Signed-off-by: Anoop Gopalakrishnan <[email protected]>
  • Loading branch information
anoop2811 committed Jul 9, 2024
1 parent 5bfc7d4 commit caf1fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
- name: install Kubebuilder
uses: RyanSiu1995/kubebuilder-action@e7e4de1c1eaf1d089b9a186f7526239acadf0b40
with:
version: 3.0.0
version: 3.1.0
kubebuilderOnly: false
kubernetesVersion: v1.26
kubernetesVersion: v1.22.17

- name: Run api server unit test
run: make unit-test-server
Expand Down

0 comments on commit caf1fd6

Please sign in to comment.