You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2021/02/16 08:28:32 UTC

[camel-k] branch master updated: chore(ci): Pin the Kubernetes version deployed by Kind

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 31769f7  chore(ci): Pin the Kubernetes version deployed by Kind
31769f7 is described below

commit 31769f7872606c3ce487f6a27103f17f172573b1
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Mon Feb 15 17:14:06 2021 +0100

    chore(ci): Pin the Kubernetes version deployed by Kind
---
 .github/workflows/builder.yml    | 2 ++
 .github/workflows/knative.yml    | 4 ++++
 .github/workflows/kubernetes.yml | 2 ++
 3 files changed, 8 insertions(+)

diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml
index 9fcd714..4a2267d 100644
--- a/.github/workflows/builder.yml
+++ b/.github/workflows/builder.yml
@@ -73,6 +73,8 @@ jobs:
         go-version: 1.13.x
     - name: Kubernetes KinD Cluster
       uses: container-tools/kind-action@v1
+      with:
+        node_image: kindest/node:v1.20.2
     - name: Info
       run: |
         kubectl cluster-info
diff --git a/.github/workflows/knative.yml b/.github/workflows/knative.yml
index d5c7f1c..c4d377e 100644
--- a/.github/workflows/knative.yml
+++ b/.github/workflows/knative.yml
@@ -67,6 +67,8 @@ jobs:
         go-version: 1.13.x
     - name: Kubernetes KinD Cluster
       uses: container-tools/kind-action@v1
+      with:
+        node_image: kindest/node:v1.20.2
     - name: Info
       run: |
         kubectl version
@@ -187,6 +189,8 @@ jobs:
           sudo mv yaks /usr/local/bin/
       - name: Kubernetes KinD Cluster
         uses: container-tools/kind-action@v1
+        with:
+          node_image: kindest/node:v1.20.2
       - name: Info
         run: |
           kubectl version
diff --git a/.github/workflows/kubernetes.yml b/.github/workflows/kubernetes.yml
index ce955af..62873a7 100644
--- a/.github/workflows/kubernetes.yml
+++ b/.github/workflows/kubernetes.yml
@@ -69,6 +69,8 @@ jobs:
         go-version: 1.13.x
     - name: Kubernetes KinD Cluster
       uses: container-tools/kind-action@v1
+      with:
+        node_image: kindest/node:v1.20.2
     - name: Info
       run: |
         kubectl cluster-info