We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385370e commit aa4d4edCopy full SHA for aa4d4ed
charts/gitops-runtime/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
appVersion: 0.1.75
3
description: A Helm chart for Codefresh gitops runtime
4
name: gitops-runtime
5
-version: '0.24.6'
+version: '0.24.7'
6
home: https://github.com/codefresh-io/gitops-runtime-helm
7
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
8
keywords:
charts/gitops-runtime/templates/_components/cap-app-proxy/_rbac.yaml
@@ -64,6 +64,12 @@ rules:
64
- update
65
- patch
66
- delete
67
+- apiGroups:
68
+ - argoproj.io
69
+ resources:
70
+ - eventbus
71
+ verbs:
72
+ - list
73
- apiGroups:
74
- ""
75
resources:
0 commit comments