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

commit 568b0962c23b323a4a712089d3483aa0f69ec7c9
Author: Gaelle Fournier <gaelle.fournier.w...@gmail.com>
AuthorDate: Thu Nov 30 15:18:49 2023 +0100

    chore(ci): Upgrade kindest image to kubernetes 1.27
---
 .github/actions/kamel-config-cluster-kind/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/kamel-config-cluster-kind/action.yml 
b/.github/actions/kamel-config-cluster-kind/action.yml
index 8232f757b..c6c52bcd3 100644
--- a/.github/actions/kamel-config-cluster-kind/action.yml
+++ b/.github/actions/kamel-config-cluster-kind/action.yml
@@ -27,7 +27,7 @@ runs:
       if: ${{ env.CLUSTER_KIND_CONFIGURED != 'true' }}
       with:
         version: v0.19.0
-        node_image: 
kindest/node:v1.26.4@sha256:f4c0d87be03d6bea69f5e5dc0adb678bb498a190ee5c38422bf751541cebe92e
+        node_image: 
kindest/node:v1.27.1@sha256:b7d12ed662b873bd8510879c1846e87c7e676a79fefc93e17b2a52989d3ff42b
         cpu: 3
 
     - id: info

Reply via email to