Skip to content

Commit 48e16ab

Browse files
authored
chore(argo-workflows): removed deprecated Role rbac (argoproj#1681)
Signed-off-by: danmx <[email protected]> Signed-off-by: danmx <[email protected]>
1 parent b97e652 commit 48e16ab

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

charts/argo-workflows/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v3.4.4
33
name: argo-workflows
44
description: A Helm chart for Argo Workflows
55
type: application
6-
version: 0.20.12
6+
version: 0.21.0
77
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
88
home: https://github.com/argoproj/argo-helm
99
sources:
@@ -13,4 +13,4 @@ maintainers:
1313
url: https://argoproj.github.io/
1414
annotations:
1515
artifacthub.io/changes: |
16-
- "[Changed]: Update Argo Workflows to v3.4.4"
16+
- "[Removed]: Deprecated Role permission"

charts/argo-workflows/templates/controller/workflow-role.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ rules:
4949
- argoproj.io
5050
resources:
5151
- workflowtasksets/status
52-
{{/* TODO: This resource is for app version <= v3.2, so please remove it when app version v3.2 is no more used. */}}
53-
- workflowtasksets
5452
verbs:
5553
- patch
5654
{{- end }}

0 commit comments

Comments
 (0)