diff --git a/.github/workflows/charts.yml b/.github/workflows/charts.yml index 099b2b9..5007d2e 100644 --- a/.github/workflows/charts.yml +++ b/.github/workflows/charts.yml @@ -107,7 +107,7 @@ jobs: if: ${{ ! contains(github.ref, 'main') }} steps: - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 with: kubectl_version: v1.29.3 # Ensure compatibility with the latest APIs node_image: kindest/node:v1.29.2 # Match node version with kubectl for consistency