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

github-bot 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 7f72d844d chore: nightly automatic updates
7f72d844d is described below

commit 7f72d844d9b6f68f269bd99a9b1aeb59f69dc991
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 21 23:43:12 2026 +0000

    chore: nightly automatic updates
---
 README.adoc                   | 2 +-
 pkg/util/defaults/defaults.go | 2 +-
 script/Makefile               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.adoc b/README.adoc
index b52bc1f1c..811ba42d4 100644
--- a/README.adoc
+++ b/README.adoc
@@ -8,7 +8,7 @@ 
image:https://goreportcard.com/badge/github.com/apache/camel-k["Go Report Card",
 image:https://godoc.org/github.com/apache/camel-k?status.svg["GoDoc";, 
link="https://godoc.org/github.com/apache/camel-k";]
 image:https://github.com/apache/camel-k/workflows/build/badge.svg["Build";, 
link="https://github.com/apache/camel-k/actions/workflows/build.yml";]
 
image:https://github.com/apache/camel-k/actions/workflows/nightly-release.yml/badge.svg["Nightly
 releases", 
link="https://github.com/apache/camel-k/actions/workflows/nightly-release.yml";]
-image:https://img.shields.io/badge/Coverage-61.2-yellow.svg["Code coverage"]
+image:https://img.shields.io/badge/Coverage-61.3-yellow.svg["Code coverage"]
 image:https://img.shields.io/badge/zulip-join_chat-brightgreen.svg["Chat on 
Zulip", link="https://camel.zulipchat.com";]
 
 Apache Camel K is a lightweight integration framework built from **Apache 
Camel** that runs natively on Kubernetes and is specifically designed for 
serverless and microservice architectures. Users of `Camel K` can instantly run 
integration code written in Camel DSL on their preferred **Cloud** provider.
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 8b3764464..274e61bd9 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -29,7 +29,7 @@ const (
        DefaultRuntimeVersion = "3.15.3"
 
        // baseImage --
-       baseImage = 
"eclipse-temurin:17-jdk@sha256:2f1710225aa82127b7781a89cfb05a4a3990e7b169286a84ecb093b5f6531939"
+       baseImage = 
"eclipse-temurin:17-jdk@sha256:2cffc61cde3d5bd27a764c87508eb7714856fe396ab56a0f37e180a9e876bca2"
 
        // LocalRepository --
        LocalRepository = "/etc/maven/m2"
diff --git a/script/Makefile b/script/Makefile
index 12a686a09..2f577dae5 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -51,7 +51,7 @@ BASE_IMAGE_NAME := eclipse-temurin
 BASE_IMAGE_VERSION := 17-jdk
 OFFICIAL_IMAGE_VERSION := 17-jdk
 BASE_IMAGE_SHA_VERSION := 17-jdk
-BASE_IMAGE_SHA := 
sha256:2f1710225aa82127b7781a89cfb05a4a3990e7b169286a84ecb093b5f6531939
+BASE_IMAGE_SHA := 
sha256:2cffc61cde3d5bd27a764c87508eb7714856fe396ab56a0f37e180a9e876bca2
 BASE_IMAGE := $(BASE_IMAGE_NAME):$(BASE_IMAGE_VERSION)$(if $(filter 
$(BASE_IMAGE_VERSION),$(BASE_IMAGE_SHA_VERSION)),@$(BASE_IMAGE_SHA),)
 LOCAL_REPOSITORY := /etc/maven/m2
 OPENSHIFT_REGISTRY := image-registry.openshift-image-registry.svc:5000

Reply via email to