Update perms

This commit is contained in:
John Kost 2020-05-08 20:32:51 -04:00
parent b770b5bfeb
commit 5f4e3ac35e
3 changed files with 8 additions and 2 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.8.0" appVersion: "0.8.0"
description: A Helm chart for Argo Rollouts description: A Helm chart for Argo Rollouts
name: argo-rollouts name: argo-rollouts
version: 0.3.0 version: 0.3.1
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
maintainers: maintainers:

View file

@ -2,7 +2,7 @@ Argo Rollouts Chart
============= =============
A Helm chart for Argo Rollouts, progressive delivery for Kubernetes. A Helm chart for Argo Rollouts, progressive delivery for Kubernetes.
Current chart version is `0.3.0` Current chart version is `0.3.1`
Source code can be found [here](https://github.com/argoproj/argo-rollouts) Source code can be found [here](https://github.com/argoproj/argo-rollouts)

View file

@ -106,4 +106,10 @@ rules:
- watch - watch
- get - get
- update - update
- apiGroups:
- snalysisruns
resources:
- "*/finalizers"
verbs:
- "*
{{- end }} {{- end }}