Skip to content

Commit 85694dc

Browse files
committed
chore: fix kind action
Signed-off-by: Zbynek Roubalik <[email protected]>
1 parent d159468 commit 85694dc

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/kind.yaml

-8
This file was deleted.

.github/workflows/e2e-tests.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@ jobs:
4545
uses: Azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
4646

4747
- name: Create k8s ${{ matrix.kubernetesVersion }} Kind Cluster
48-
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
48+
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
4949
with:
5050
node_image: ${{ matrix.kindImage }}
5151
cluster_name: cluster
52-
config: .github/kind.yaml
5352

5453
- name: Generate images and push to the cluster
5554
run: |
@@ -116,11 +115,10 @@ jobs:
116115
uses: Azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
117116

118117
- name: Create k8s ${{ matrix.kubernetesVersion }} Kind Cluster
119-
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
118+
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
120119
with:
121120
node_image: ${{ matrix.kindImage }}
122121
cluster_name: ${{ runner.name }}
123-
config: .github/kind.yaml
124122

125123
- name: Push images to the cluster
126124
run: |

0 commit comments

Comments
 (0)