This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch release-2.9.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-2.9.x by this push:
new 29d6cfab5 chore: nightly automatic updates
29d6cfab5 is described below
commit 29d6cfab5d9f8197111549ff254a2fae90007dbd
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 21 00:15:33 2026 +0000
chore: nightly automatic updates
---
helm/camel-k/templates/rbacs-descoped.yaml | 14 ++++++++++++++
helm/camel-k/templates/rbacs-namespaced.yaml | 14 ++++++++++++++
2 files changed, 28 insertions(+)
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