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:
Daniel Iziourov 2022-12-02 11:29:25 +01:00 committed by GitHub
parent b97e652f63
commit 48e16abc42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -3,7 +3,7 @@ appVersion: v3.4.4
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.20.12 version: 0.21.0
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
sources: sources:
@ -13,4 +13,4 @@ maintainers:
url: https://argoproj.github.io/ url: https://argoproj.github.io/
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- "[Changed]: Update Argo Workflows to v3.4.4" - "[Removed]: Deprecated Role permission"

View file

@ -49,8 +49,6 @@ rules:
- argoproj.io - argoproj.io
resources: resources:
- workflowtasksets/status - 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: verbs:
- patch - patch
{{- end }} {{- end }}