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 6ed2a71755440883696c1b2b117b2339ab5c7c90
Author: Antonin Stefanutti <[email protected]>
AuthorDate: Thu Aug 18 17:53:54 2022 +0200

    chore(e2e): Upgrade KinD to version 0.14.0 and v1.23.6 node
---
 .github/actions/kamel-config-cluster-kind/action.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/actions/kamel-config-cluster-kind/action.yml 
b/.github/actions/kamel-config-cluster-kind/action.yml
index 3034ee85a..0f81599a2 100644
--- a/.github/actions/kamel-config-cluster-kind/action.yml
+++ b/.github/actions/kamel-config-cluster-kind/action.yml
@@ -26,8 +26,8 @@ runs:
       uses: container-tools/kind-action@v1
       if: ${{ env.CLUSTER_KIND_CONFIGURED != 'true' }}
       with:
-        version: v0.11.0
-        node_image: 
kindest/node:v1.21.1@sha256:fae9a58f17f18f06aeac9772ca8b5ac680ebbed985e266f711d936e91d113bad
+        version: v0.14.0
+        node_image: 
kindest/node:v1.23.6@sha256:b1fa224cc6c7ff32455e0b1fd9cbfd3d3bc87ecaa8fcb06961ed1afb3db0f9ae
 
     - id: info
       name: Info

Reply via email to