Merge branch 'master' into argo-events-crd

This commit is contained in:
Jungyoul Yu 2020-08-13 09:54:33 +09:00 committed by GitHub
commit 19a1fb21ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

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

View file

@ -106,4 +106,11 @@ rules:
- watch
- get
- update
- apiGroups:
- ""
resources:
- pods
verbs:
- list
- delete
{{- end }}