fix(argo-workflows): add clusterrole to avoid workflow-controller errors

This commit is contained in:
Manuel Menz 2024-07-12 10:42:58 +02:00
parent 2653aef414
commit 770ec040a1
No known key found for this signature in database
2 changed files with 9 additions and 2 deletions

View file

@ -3,7 +3,7 @@ appVersion: v3.5.8
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.41.11
version: 0.41.12
icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png
home: https://github.com/argoproj/argo-helm
sources:
@ -17,4 +17,4 @@ annotations:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: fixed
description: Add `app:` label to components to match upstream
description: add ClusterRole permission to avoid workflow-controller errors with HTTP template

View file

@ -69,6 +69,13 @@ rules:
- patch
- delete
- create
- apiGroups:
- argoproj.io
resources:
- workflowtasksets/status
- workflowartifactgctasks/status
verbs:
- patch
- apiGroups:
- argoproj.io
resources: