Use stable kind-action

We are relying on master, which might break anytime (or in this
case, moved to another branch).

Instead we should rely on a stable version, and unfreeze if
necessary. Dependabot helps us maintain those releases anyway.
This commit is contained in:
Jean-Philippe Evrard
2021-04-27 10:11:16 +02:00
parent 43a7a1a1ca
commit 247e6f6c70
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
# Default name for helm/kind-action kind clusters is "chart-testing"
- name: Create 1 node kind cluster
uses: helm/kind-action@master
uses: helm/kind-action@v1.1.0
- name: Deploy kured on default namespace with its helm chart
run: |
+3 -3
View File
@@ -122,7 +122,7 @@ jobs:
# Default name for helm/kind-action kind clusters is "chart-testing"
- name: Create 5 node kind cluster
uses: helm/kind-action@master
uses: helm/kind-action@v1.1.0
with:
config: .github/kind-cluster-${{ matrix.kubernetes }}.yaml
@@ -195,7 +195,7 @@ jobs:
EOF
# Default name for helm/kind-action kind clusters is "chart-testing"
- name: Create kind cluster
uses: helm/kind-action@master
uses: helm/kind-action@v1.1.0
with:
config: .github/kind-cluster-${{ matrix.kubernetes }}.yaml
- name: Preload previously built images onto kind cluster
@@ -248,7 +248,7 @@ jobs:
# Default name for helm/kind-action kind clusters is "chart-testing"
- name: Create 1 node kind cluster
uses: helm/kind-action@master
uses: helm/kind-action@v1.1.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
+1 -1
View File
@@ -104,7 +104,7 @@ jobs:
# Default name for helm/kind-action kind clusters is "chart-testing"
- name: Create 5 node kind cluster
uses: helm/kind-action@master
uses: helm/kind-action@v1.1.0
with:
config: .github/kind-cluster-${{ matrix.kubernetes }}.yaml