diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index e7c9908..bd17eda 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -19,7 +19,7 @@ jobs: curl -O -L $DOWNLOAD_URL - name: "Create cluster using KinD" id: kind - uses: engineerd/setup-kind@v0.1.0 + uses: engineerd/setup-kind@v0.5.0 # with: # config: .github/kubernetes/kind.yaml - name: "Deploy kubernetes.local.yaml to KinD" diff --git a/.github/workflows/kind-deploy.yml b/.github/workflows/kind-deploy.yml index 7b6f422..029a8de 100644 --- a/.github/workflows/kind-deploy.yml +++ b/.github/workflows/kind-deploy.yml @@ -29,7 +29,7 @@ jobs: echo "payload - ${{ toJson(github.event.deployment.payload) }}" - name: "Create cluster using KinD" id: kind - uses: engineerd/setup-kind@v0.1.0 + uses: engineerd/setup-kind@v0.5.0 # with: # config: .github/kubernetes/kind.yaml - name: "Deploy kubernetes.local.yaml to KinD"