Merge branch 'master' into jm/tls-readiness-probe

This commit is contained in:
Stefan Sedich 2020-12-02 08:12:13 -08:00 committed by GitHub
commit 197b7495dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -1,3 +1,4 @@
{{- if .Values.clusterInstall }}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
@ -75,3 +76,4 @@ rules:
- patch
- update
- watch
{{- end }}