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 1dada961c6f66c75c74422c3716608f0d48458c2
Author: Antonin Stefanutti <[email protected]>
AuthorDate: Wed May 19 08:13:26 2021 +0200

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

diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml
index 41c9b59..21a5cc3 100644
--- a/.github/workflows/builder.yml
+++ b/.github/workflows/builder.yml
@@ -79,7 +79,7 @@ jobs:
     - name: Kubernetes KinD Cluster
       uses: container-tools/kind-action@v1
       with:
-        node_image: kindest/node:v1.20.2
+        node_image: 
kindest/node:v1.21.1@sha256:fae9a58f17f18f06aeac9772ca8b5ac680ebbed985e266f711d936e91d113bad
     - name: Info
       run: |
         kubectl cluster-info
diff --git a/.github/workflows/knative.yml b/.github/workflows/knative.yml
index c9f2a11..bd27a1d 100644
--- a/.github/workflows/knative.yml
+++ b/.github/workflows/knative.yml
@@ -78,7 +78,7 @@ jobs:
     - name: Kubernetes KinD Cluster
       uses: container-tools/kind-action@v1
       with:
-        node_image: kindest/node:v1.20.2
+        node_image: 
kindest/node:v1.21.1@sha256:fae9a58f17f18f06aeac9772ca8b5ac680ebbed985e266f711d936e91d113bad
     - name: Info
       run: |
         kubectl version
@@ -197,7 +197,7 @@ jobs:
       - name: Kubernetes KinD Cluster
         uses: container-tools/kind-action@v1
         with:
-          node_image: kindest/node:v1.20.2
+          node_image: 
kindest/node:v1.21.1@sha256:fae9a58f17f18f06aeac9772ca8b5ac680ebbed985e266f711d936e91d113bad
       - name: Info
         run: |
           kubectl version
diff --git a/.github/workflows/kubernetes.yml b/.github/workflows/kubernetes.yml
index 23ee8e8..ff6e2df 100644
--- a/.github/workflows/kubernetes.yml
+++ b/.github/workflows/kubernetes.yml
@@ -80,7 +80,7 @@ jobs:
     - name: Kubernetes KinD Cluster
       uses: container-tools/kind-action@v1
       with:
-        node_image: kindest/node:v1.20.2
+        node_image: 
kindest/node:v1.21.1@sha256:fae9a58f17f18f06aeac9772ca8b5ac680ebbed985e266f711d936e91d113bad
     - name: Info
       run: |
         kubectl cluster-info
diff --git a/.github/workflows/upgrade.yml b/.github/workflows/upgrade.yml
index dd346c1..67d090c 100644
--- a/.github/workflows/upgrade.yml
+++ b/.github/workflows/upgrade.yml
@@ -86,7 +86,7 @@ jobs:
     - name: Kubernetes KinD Cluster
       uses: container-tools/kind-action@v1
       with:
-        node_image: kindest/node:v1.20.2
+        node_image: 
kindest/node:v1.21.1@sha256:fae9a58f17f18f06aeac9772ca8b5ac680ebbed985e266f711d936e91d113bad
     - name: Info
       run: |
         kubectl cluster-info

Reply via email to