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 8879fb0fd chore: nightly automatic updates
8879fb0fd is described below
commit 8879fb0fd20c6b7eff9363135bb558ae8d6d2895
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 22 23:40:03 2026 +0000
chore: nightly automatic updates
---
helm/camel-k/templates/rbacs-descoped.yaml | 2 ++
helm/camel-k/templates/rbacs-namespaced.yaml | 11 +++++++++++
2 files changed, 13 insertions(+)
diff --git a/helm/camel-k/templates/rbacs-descoped.yaml
b/helm/camel-k/templates/rbacs-descoped.yaml
index 5c0ba6fed..87a8fd656 100644
--- a/helm/camel-k/templates/rbacs-descoped.yaml
+++ b/helm/camel-k/templates/rbacs-descoped.yaml
@@ -186,6 +186,7 @@ rules:
- get
- list
- patch
+ - watch
- apiGroups:
- ""
resources:
@@ -195,6 +196,7 @@ rules:
- delete
- get
- list
+ - watch
- apiGroups:
- authorization.k8s.io
resources:
diff --git a/helm/camel-k/templates/rbacs-namespaced.yaml
b/helm/camel-k/templates/rbacs-namespaced.yaml
index cc15b336a..d7de8f2b3 100644
--- a/helm/camel-k/templates/rbacs-namespaced.yaml
+++ b/helm/camel-k/templates/rbacs-namespaced.yaml
@@ -176,6 +176,16 @@ rules:
verbs:
- get
- list
+- apiGroups:
+ - ""
+ resources:
+ - serviceaccounts
+ verbs:
+ - create
+ - delete
+ - get
+ - list
+ - watch
- apiGroups:
- rbac.authorization.k8s.io
resources:
@@ -187,6 +197,7 @@ rules:
- get
- list
- patch
+ - watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role