From 89d1fe497c022ced428db809c68d55ffd121f98c Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 17 May 2021 13:54:49 +0200 Subject: [PATCH] use latest kind Signed-off-by: Daniel Holbach --- .github/workflows/on-pr-charts.yaml | 4 ++++ .github/workflows/on-pr.yaml | 3 +++ .github/workflows/periodics-daily.yaml | 1 + 3 files changed, 8 insertions(+) diff --git a/.github/workflows/on-pr-charts.yaml b/.github/workflows/on-pr-charts.yaml index 011bbe7..c9a742b 100644 --- a/.github/workflows/on-pr-charts.yaml +++ b/.github/workflows/on-pr-charts.yaml @@ -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: | diff --git a/.github/workflows/on-pr.yaml b/.github/workflows/on-pr.yaml index f6758aa..a901a30 100644 --- a/.github/workflows/on-pr.yaml +++ b/.github/workflows/on-pr.yaml @@ -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 diff --git a/.github/workflows/periodics-daily.yaml b/.github/workflows/periodics-daily.yaml index 8e9e345..3636d2f 100644 --- a/.github/workflows/periodics-daily.yaml +++ b/.github/workflows/periodics-daily.yaml @@ -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: |