fix(argo-workflows): Add missing workflow permission (#1247)
* feat(argo-events): Adding additional RBAC for leader election (#1242) * Issue 1565: Adding additional RBAC for leader election Signed-off-by: David Collom <david.collom@jetstack.io> * Adding Additional RBAC for Events Signed-off-by: David Collom <david.collom@jetstack.io> * Use consistent indent style Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * Bump minor chart version and add changelog Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Signed-off-by: Sondre Engen <corastweb94@hotmail.com> * Add missing permission to workflow sa Signed-off-by: Sondre Engen <corastweb94@hotmail.com> * chore(argo-cd): Document how to upgrade CRDs (#1251) * chore(argo-cd): Document how to upgrade CRDs Signed-off-by: Petr Drastil <petr.drastil@gmail.com> * feat(argo-cd): Update chart version and changelog Signed-off-by: Petr Drastil <petr.drastil@gmail.com> Signed-off-by: Sondre Engen <corastweb94@hotmail.com> * Update chart version Signed-off-by: Sondre Engen <corastweb94@hotmail.com> * Added changelog Signed-off-by: Sondre Engen <corastweb94@hotmail.com> Co-authored-by: David Collom <david@collom.co.uk> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
d869c8fc68
commit
0869e629f4
2 changed files with 8 additions and 2 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
name: argo-workflows
|
name: argo-workflows
|
||||||
description: A Helm chart for Argo Workflows
|
description: A Helm chart for Argo Workflows
|
||||||
type: application
|
type: application
|
||||||
version: 0.14.0
|
version: 0.14.1
|
||||||
appVersion: v3.3.2
|
appVersion: v3.3.2
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
|
@ -15,4 +15,4 @@ maintainers:
|
||||||
- name: benjaminws
|
- name: benjaminws
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Changed]: Upgraded to Argo Workflows v3.3.2"
|
- "[Fixed]: Add missing create verb to workflowtaskresults for the workflow role"
|
||||||
|
|
|
@ -24,6 +24,12 @@ rules:
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- watch
|
- watch
|
||||||
|
- apiGroups:
|
||||||
|
- argoproj.io
|
||||||
|
resources:
|
||||||
|
- workflowtaskresults
|
||||||
|
verbs:
|
||||||
|
- create
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue