diff --git a/charts/argo/Chart.yaml b/charts/argo/Chart.yaml index d519e34c..1ce323cc 100644 --- a/charts/argo/Chart.yaml +++ b/charts/argo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.12.5 description: A Helm chart for Argo Workflows name: argo -version: 0.16.7 +version: 0.16.8 icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png home: https://github.com/argoproj/argo-helm maintainers: diff --git a/charts/argo/templates/server-cluster-roles.yaml b/charts/argo/templates/server-cluster-roles.yaml index 85ce605d..b6d47c09 100644 --- a/charts/argo/templates/server-cluster-roles.yaml +++ b/charts/argo/templates/server-cluster-roles.yaml @@ -75,6 +75,8 @@ rules: - events verbs: - watch + - create + - patch {{- if .Values.controller.persistence }} - apiGroups: - ""