diff --git a/charts/argo-workflows/Chart.yaml b/charts/argo-workflows/Chart.yaml index 3f920a69..3ac8bf98 100644 --- a/charts/argo-workflows/Chart.yaml +++ b/charts/argo-workflows/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: argo-workflows description: A Helm chart for Argo Workflows type: application -version: 0.15.0 +version: 0.15.1 appVersion: v3.3.2 icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png home: https://github.com/argoproj/argo-helm @@ -15,5 +15,4 @@ maintainers: - name: benjaminws annotations: artifacthub.io/changes: | - - "[Added]: Add support for controller Deployment annotations via controller.deploymentAnnotations chart value." - - "[Added]: Add support for server Deployment annotations via server.deploymentAnnotations chart value." + - "[Fixed]: Add missing verbs on argo-workflows-server." diff --git a/charts/argo-workflows/templates/server/server-cluster-roles.yaml b/charts/argo-workflows/templates/server/server-cluster-roles.yaml index 94c86e27..66944647 100644 --- a/charts/argo-workflows/templates/server/server-cluster-roles.yaml +++ b/charts/argo-workflows/templates/server/server-cluster-roles.yaml @@ -54,6 +54,7 @@ rules: verbs: - get - list + - watch {{- end }} {{- end }} - apiGroups: @@ -63,6 +64,7 @@ rules: verbs: - get - list + - watch {{- if .Values.server.sso }} {{- if .Values.server.sso.rbac }} {{- with .Values.server.sso.rbac.secretWhitelist }}