From cb56cb262e83ce44afaf743d2d488ac6cd9ae654 Mon Sep 17 00:00:00 2001 From: Majid Burney Date: Tue, 11 Sep 2018 07:26:06 -0700 Subject: [PATCH] [stable/sysdig] Fix error in ClusterRoleBinding's roleRef (#7592) Signed-off-by: Majid Burney --- stable/sysdig/CHANGELOG.md | 6 ++++++ stable/sysdig/Chart.yaml | 2 +- stable/sysdig/templates/clusterrolebinding.yaml | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/stable/sysdig/CHANGELOG.md b/stable/sysdig/CHANGELOG.md index b66de834fe..2d13bdb67c 100644 --- a/stable/sysdig/CHANGELOG.md +++ b/stable/sysdig/CHANGELOG.md @@ -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 diff --git a/stable/sysdig/Chart.yaml b/stable/sysdig/Chart.yaml index 802fcb8539..2477003e35 100755 --- a/stable/sysdig/Chart.yaml +++ b/stable/sysdig/Chart.yaml @@ -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: diff --git a/stable/sysdig/templates/clusterrolebinding.yaml b/stable/sysdig/templates/clusterrolebinding.yaml index a6c7a83812..ce5da52837 100644 --- a/stable/sysdig/templates/clusterrolebinding.yaml +++ b/stable/sysdig/templates/clusterrolebinding.yaml @@ -15,4 +15,5 @@ subjects: roleRef: kind: ClusterRole name: {{ template "sysdig.fullname" .}} + apiGroup: rbac.authorization.k8s.io {{- end }}