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

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


The following commit(s) were added to refs/heads/main by this push:
     new 478ff288f fix(ci): downgrade to Kind 0.19
478ff288f is described below

commit 478ff288fd0e3b5395465e5aec8a2dfaaa0e2e9a
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Mon Sep 25 14:18:13 2023 +0200

    fix(ci): downgrade to Kind 0.19
    
    Ref #4723
---
 .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 586d21bdd..8232f757b 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@v2.0.1
       if: ${{ env.CLUSTER_KIND_CONFIGURED != 'true' }}
       with:
-        version: v0.20.0
-        node_image: 
kindest/node:v1.26.6@sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb
+        version: v0.19.0
+        node_image: 
kindest/node:v1.26.4@sha256:f4c0d87be03d6bea69f5e5dc0adb678bb498a190ee5c38422bf751541cebe92e
         cpu: 3
 
     - id: info

Reply via email to