Skip to content

Commit aa4d4ed

Browse files
oleksandr-codefreshcf-ci-bot-v2
andauthored
fix(app-proxy): added missing eventbus list permissions (#865)
* app-proxy: rbac added list permisisons for eventbus * CI Automatic commit - align Chart version --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io>
1 parent 385370e commit aa4d4ed

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.75
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: '0.24.6'
5+
version: '0.24.7'
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:

charts/gitops-runtime/templates/_components/cap-app-proxy/_rbac.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ rules:
6464
- update
6565
- patch
6666
- delete
67+
- apiGroups:
68+
- argoproj.io
69+
resources:
70+
- eventbus
71+
verbs:
72+
- list
6773
- apiGroups:
6874
- ""
6975
resources:

0 commit comments

Comments
 (0)