chore(argo-workflows): removed deprecated Role rbac (#1681)
Signed-off-by: danmx <daniel@iziourov.info> Signed-off-by: danmx <daniel@iziourov.info>
This commit is contained in:
parent
b97e652f63
commit
48e16abc42
2 changed files with 2 additions and 4 deletions
|
@ -3,7 +3,7 @@ appVersion: v3.4.4
|
|||
name: argo-workflows
|
||||
description: A Helm chart for Argo Workflows
|
||||
type: application
|
||||
version: 0.20.12
|
||||
version: 0.21.0
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
sources:
|
||||
|
@ -13,4 +13,4 @@ maintainers:
|
|||
url: https://argoproj.github.io/
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Changed]: Update Argo Workflows to v3.4.4"
|
||||
- "[Removed]: Deprecated Role permission"
|
||||
|
|
|
@ -49,8 +49,6 @@ rules:
|
|||
- argoproj.io
|
||||
resources:
|
||||
- workflowtasksets/status
|
||||
{{/* TODO: This resource is for app version <= v3.2, so please remove it when app version v3.2 is no more used. */}}
|
||||
- workflowtasksets
|
||||
verbs:
|
||||
- patch
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue