This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 558b8d493fc5b22a768258455eb0666e545e48a4
Author: Antonin Stefanutti <[email protected]>
AuthorDate: Wed May 19 08:14:46 2021 +0200

    fix(ci): Upgrade KinD to version 0.11.0
---
 .github/workflows/builder.yml    | 1 +
 .github/workflows/knative.yml    | 2 ++
 .github/workflows/kubernetes.yml | 1 +
 .github/workflows/upgrade.yml    | 1 +
 4 files changed, 5 insertions(+)

diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml
index 21a5cc3..6a3e92f 100644
--- a/.github/workflows/builder.yml
+++ b/.github/workflows/builder.yml
@@ -79,6 +79,7 @@ jobs:
     - name: Kubernetes KinD Cluster
       uses: container-tools/kind-action@v1
       with:
+        version: v0.11.0
         node_image: 
kindest/node:v1.21.1@sha256:fae9a58f17f18f06aeac9772ca8b5ac680ebbed985e266f711d936e91d113bad
     - name: Info
       run: |
diff --git a/.github/workflows/knative.yml b/.github/workflows/knative.yml
index bd27a1d..8d0c04b 100644
--- a/.github/workflows/knative.yml
+++ b/.github/workflows/knative.yml
@@ -78,6 +78,7 @@ jobs:
     - name: Kubernetes KinD Cluster
       uses: container-tools/kind-action@v1
       with:
+        version: v0.11.0
         node_image: 
kindest/node:v1.21.1@sha256:fae9a58f17f18f06aeac9772ca8b5ac680ebbed985e266f711d936e91d113bad
     - name: Info
       run: |
@@ -197,6 +198,7 @@ jobs:
       - name: Kubernetes KinD Cluster
         uses: container-tools/kind-action@v1
         with:
+          version: v0.11.0
           node_image: 
kindest/node:v1.21.1@sha256:fae9a58f17f18f06aeac9772ca8b5ac680ebbed985e266f711d936e91d113bad
       - name: Info
         run: |
diff --git a/.github/workflows/kubernetes.yml b/.github/workflows/kubernetes.yml
index ff6e2df..e83767a 100644
--- a/.github/workflows/kubernetes.yml
+++ b/.github/workflows/kubernetes.yml
@@ -80,6 +80,7 @@ jobs:
     - name: Kubernetes KinD Cluster
       uses: container-tools/kind-action@v1
       with:
+        version: v0.11.0
         node_image: 
kindest/node:v1.21.1@sha256:fae9a58f17f18f06aeac9772ca8b5ac680ebbed985e266f711d936e91d113bad
     - name: Info
       run: |
diff --git a/.github/workflows/upgrade.yml b/.github/workflows/upgrade.yml
index 67d090c..4b9f946 100644
--- a/.github/workflows/upgrade.yml
+++ b/.github/workflows/upgrade.yml
@@ -86,6 +86,7 @@ jobs:
     - name: Kubernetes KinD Cluster
       uses: container-tools/kind-action@v1
       with:
+        version: v0.11.0
         node_image: 
kindest/node:v1.21.1@sha256:fae9a58f17f18f06aeac9772ca8b5ac680ebbed985e266f711d936e91d113bad
     - name: Info
       run: |

Reply via email to