Skip to content

Commit

Permalink
ci: try pinning kind action to v1
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Sep 11, 2024
1 parent 80272aa commit 2812d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
docker image ls -a | grep fluence
- name: Create Kind Cluster
uses: helm/kind-action@v1.5.0
uses: helm/kind-action@v1
with:
cluster_name: kind
kubectl_version: v1.30.3
Expand All @@ -145,7 +145,7 @@ jobs:
- name: Install Cert Manager
run: |
kubectl apply -f kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.15.3/cert-manager.yaml
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.15.3/cert-manager.yaml
sleep 10
- name: Test Fluence
Expand Down

0 comments on commit 2812d0d

Please sign in to comment.