Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Chip Zoller <[email protected]>
  • Loading branch information
chipzoller committed Aug 19, 2023
1 parent 1cb3807 commit 4efa756
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ jobs:
uses: actions/checkout@v3

- name: Create KinD Cluster
uses: helm/kind-action@v1
uses: helm/kind-action@v1.8.0
with:
node_image: ${{ matrix.k8s-version.version }}
version: v0.20.0
node_image: kindest/node:${{ matrix.k8s-version.version }}
kubectl_version: ${{ matrix.k8s-version.version }}

- name: Install Kubecost
Expand Down

0 comments on commit 4efa756

Please sign in to comment.