Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down