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
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: make build

- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.12.0
uses: helm/kind-action@v1.13.0

- name: Create Testdata in Cluster
run: ./testing/init.sh
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
tags: ttl.sh/build-test/pvmigrate:latest

- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.12.0
uses: helm/kind-action@v1.13.0

- name: Create Testdata in Cluster
run: ./testing/init.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: make build

- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.12.0
uses: helm/kind-action@v1.13.0

- name: Create Testdata in Cluster
run: ./testing/init.sh
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
tags: ttl.sh/build-test/pvmigrate:latest

- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.12.0
uses: helm/kind-action@v1.13.0

- name: Create Testdata in Cluster
run: ./testing/init.sh
Expand Down
Loading