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 78d581ecf chore: nightly automatic updates
78d581ecf is described below

commit 78d581ecfb05385f8ab4d5cde1584ef25da4234f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 19 23:55:34 2026 +0000

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

diff --git a/docs/antora.yml b/docs/antora.yml
index 5a4e633a1..f4feace44 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -36,8 +36,8 @@ 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.1
+    kubernetes-api-version: 0.36.2
     operator-fwk-api-version: 0.44.0
     knative-api-version: 0.49.2
     service-binding-op-version: ""
-    prometheus-op-version: 0.91.0
+    prometheus-op-version: 0.92.0
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 7599f93e4..3a1ac30e1 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:859dc576f4af4fad89a179441e3f6dc9a549b86a2ffa5c740ed76b644810239b"
+       baseImage = 
"eclipse-temurin:17-jdk@sha256:91b6210cce02091f6f0798a83ec51aa223828242c5a21a85793bb8c28dc891c4"
 
        // LocalRepository --
        LocalRepository = "/etc/maven/m2"
diff --git a/script/Makefile b/script/Makefile
index 60ff706c4..8753ad6bf 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:859dc576f4af4fad89a179441e3f6dc9a549b86a2ffa5c740ed76b644810239b
+BASE_IMAGE_SHA := 
sha256:91b6210cce02091f6f0798a83ec51aa223828242c5a21a85793bb8c28dc891c4
 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