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 e1876efff chore: nightly automatic updates
e1876efff is described below
commit e1876efff147247aad5ba6875bf326ac321429e3
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 20 23:40:51 2026 +0000
chore: nightly automatic updates
---
README.adoc | 2 +-
helm/camel-k/templates/rbacs-descoped.yaml | 14 ++++++++++++++
helm/camel-k/templates/rbacs-namespaced.yaml | 14 ++++++++++++++
3 files changed, 29 insertions(+), 1 deletion(-)
diff --git a/README.adoc b/README.adoc
index 1d40b7e87..d418edf63 100644
--- a/README.adoc
+++ b/README.adoc
@@ -11,7 +11,7 @@
image:https://github.com/apache/camel-k/actions/workflows/common.yml/badge.svg["
image:https://github.com/apache/camel-k/workflows/knative/badge.svg["Knative",
link="https://github.com/apache/camel-k/actions/workflows/knative.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://github.com/apache/camel-k/actions/workflows/native.yml/badge.svg["Quarkus
native", link="https://github.com/apache/camel-k/actions/workflows/native.yml"]
-image:https://img.shields.io/badge/Coverage-61.1-yellow.svg["Go coverage",
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"]
+image:https://img.shields.io/badge/Coverage-61.2-yellow.svg["Go coverage",
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"]
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/helm/camel-k/templates/rbacs-descoped.yaml
b/helm/camel-k/templates/rbacs-descoped.yaml
index 145635ea7..5c0ba6fed 100644
--- a/helm/camel-k/templates/rbacs-descoped.yaml
+++ b/helm/camel-k/templates/rbacs-descoped.yaml
@@ -122,6 +122,7 @@ rules:
- batch
resources:
- cronjobs
+ - jobs
verbs:
- create
- delete
@@ -289,6 +290,13 @@ rules:
- get
- list
- patch
+- apiGroups:
+ - ""
+ resources:
+ - namespaces
+ verbs:
+ - get
+ - patch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
@@ -391,6 +399,12 @@ rules:
- routes/custom-host
verbs:
- create
+- apiGroups:
+ - ""
+ resources:
+ - namespaces
+ verbs:
+ - get
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
diff --git a/helm/camel-k/templates/rbacs-namespaced.yaml
b/helm/camel-k/templates/rbacs-namespaced.yaml
index 3a7d860df..cc15b336a 100644
--- a/helm/camel-k/templates/rbacs-namespaced.yaml
+++ b/helm/camel-k/templates/rbacs-namespaced.yaml
@@ -122,6 +122,7 @@ rules:
- batch
resources:
- cronjobs
+ - jobs
verbs:
- create
- delete
@@ -275,6 +276,13 @@ rules:
- get
- list
- patch
+- apiGroups:
+ - ""
+ resources:
+ - namespaces
+ verbs:
+ - get
+ - patch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
@@ -377,6 +385,12 @@ rules:
- routes/custom-host
verbs:
- create
+- apiGroups:
+ - ""
+ resources:
+ - namespaces
+ verbs:
+ - get
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role