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

github-actions[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 0002d7471 chore: nightly automatic updates
0002d7471 is described below

commit 0002d747191b6150bf2c1270d2b53a9f4398e7f1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 16 23:37:08 2026 +0000

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

diff --git a/docs/antora.yml b/docs/antora.yml
index 3e1c1c48e..d1f8fb895 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -36,7 +36,7 @@ asciidoc:
     quarkus-version: 3.33.2
     # The params below should be automatically generated by an action running 
nightly
     kustomize-version: 5.7.1
-    kubernetes-api-version: 0.36.3
+    kubernetes-api-version: 0.37.0
     operator-fwk-api-version: 0.45.0
     knative-api-version: 0.50.0
     service-binding-op-version: ""
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index e33cee583..c18d49913 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -35,7 +35,7 @@ const (
        CamelKRuntimeCatalogVersion = "3.15.3"
 
        // baseImage --
-       baseImage = 
"eclipse-temurin:17-jdk@sha256:36d9a76dc231587873b103c68a789b85d91b41d314dda69730d6bc43a777f2a9"
+       baseImage = 
"eclipse-temurin:17-jdk@sha256:ae2c9bba3a33443eb9e0a6afd8bd67e7c3d4999eb3d838f629178e633bf12a8f"
 
        // LocalRepository --
        LocalRepository = "/etc/maven/m2"
diff --git a/script/Makefile b/script/Makefile
index 0813e8e84..478678972 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -55,7 +55,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:36d9a76dc231587873b103c68a789b85d91b41d314dda69730d6bc43a777f2a9
+BASE_IMAGE_SHA := 
sha256:ae2c9bba3a33443eb9e0a6afd8bd67e7c3d4999eb3d838f629178e633bf12a8f
 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