use latest kind

Signed-off-by: Daniel Holbach <daniel@weave.works>
This commit is contained in:
Daniel Holbach
2021-05-17 13:54:49 +02:00
parent 870329c7b4
commit 89d1fe497c
3 changed files with 8 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ jobs:
- name: Create default kind cluster
uses: helm/kind-action@v1.1.0
with:
version: v0.11.0
if: ${{ matrix.test-action == 'install' }}
- name: Run chart tests
@@ -52,6 +54,8 @@ jobs:
# Default name for helm/kind-action kind clusters is "chart-testing"
- name: Create 1 node kind cluster
uses: helm/kind-action@v1.1.0
with:
version: v0.11.0
- name: Deploy kured on default namespace with its helm chart
run: |

View File

@@ -130,6 +130,7 @@ jobs:
uses: helm/kind-action@v1.1.0
with:
config: .github/kind-cluster-${{ matrix.kubernetes }}.yaml
version: v0.11.0
- name: Preload previously built images onto kind cluster
run: kind load docker-image docker.io/${{ github.repository_owner }}/kured:${{ github.sha }} --name chart-testing
@@ -198,6 +199,8 @@ jobs:
# Default name for helm/kind-action kind clusters is "chart-testing"
- name: Create 1 node kind cluster
uses: helm/kind-action@v1.1.0
with:
version: v0.11.0
- name: Preload previously built images onto kind cluster
run: kind load docker-image docker.io/${{ github.repository_owner }}/kured:${{ github.sha }} --name chart-testing

View File

@@ -103,6 +103,7 @@ jobs:
uses: helm/kind-action@v1.1.0
with:
config: .github/kind-cluster-${{ matrix.kubernetes }}.yaml
version: v0.11.0
- name: Deploy kured on default namespace with its helm chart
run: |