[stable/sysdig] Fix error in ClusterRoleBinding's roleRef (#7592)

Signed-off-by: Majid Burney <majid.burney@leafly.com>
This commit is contained in:
Majid Burney
2018-09-11 07:26:06 -07:00
committed by k8s-ci-robot
parent 7838d78630
commit cb56cb262e
3 changed files with 8 additions and 1 deletions
+6
View File
@@ -3,6 +3,12 @@
This file documents all notable changes to Sysdig Helm Chart. The release
numbering uses [semantic versioning](http://semver.org).
## v1.0.3
### Minor Changes
* Fixed error in ClusterRoleBinding's roleRef
## v1.0.2
### Minor Changes
+1 -1
View File
@@ -1,5 +1,5 @@
name: sysdig
version: 1.0.2
version: 1.0.3
appVersion: 0.81.0
description: Sysdig Monitor and Secure agent
keywords:
@@ -15,4 +15,5 @@ subjects:
roleRef:
kind: ClusterRole
name: {{ template "sysdig.fullname" .}}
apiGroup: rbac.authorization.k8s.io
{{- end }}