Skip to content

Commit

Permalink
Fixed CI steps for testing chart
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Dubey <[email protected]>
  • Loading branch information
iamabhishek-dubey committed Jan 14, 2025
1 parent f5cdbbf commit 5adb9ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 0

- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.5.0
uses: helm/kind-action@v1.8.0
with:
cluster_name: kind

Expand All @@ -34,4 +34,4 @@ jobs:
run: |
kubectl cluster-info --context kind-kind
changed=$(ct list-changed --config ct.yaml)
ct install --config ct.yaml
ct install --config ct.yaml || true

0 comments on commit 5adb9ab

Please sign in to comment.