chore: bump version to v0.17.0 (#412)

This commit is contained in:
Vaibhav 2020-07-24 18:28:01 -04:00 committed by GitHub
parent c716c1795e
commit a6fa0647e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 240 additions and 110 deletions

View file

@ -1,3 +1,5 @@
{{- if not .Values.singleNamespace }}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
@ -43,12 +45,12 @@ rules:
- workflows/finalizers
- workflowtemplates
- workflowtemplates/finalizers
- gateways
- gateways/finalizers
- sensors
- sensors/finalizers
- eventsources
- eventsources/finalizers
- eventbus
- eventbus/finalizers
- apiGroups:
- ""
resources:
@ -92,3 +94,4 @@ rules:
- patch
- delete
{{- end }}