Skip to content

Commit

Permalink
fix: temporary fix for version not found
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Oct 20, 2023
1 parent bf7cfd7 commit 9ff4738
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/run-deployment-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ runs:

- name: Setup Kubectl
uses: azure/[email protected]
with:
version: 'v1.28.2'

- name: Create k8s Kind Cluster
uses: helm/[email protected]
Expand Down Expand Up @@ -91,4 +93,4 @@ runs:
if: always()
shell: bash
run: >-
kind get clusters | xargs -n1 kind delete cluster --name
kind get clusters | xargs -n1 kind delete cluster --name

0 comments on commit 9ff4738

Please sign in to comment.