mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/sysdig] Fix error in ClusterRoleBinding's roleRef (#7592)
Signed-off-by: Majid Burney <majid.burney@leafly.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
7838d78630
commit
cb56cb262e
@@ -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,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 }}
|
||||
|
||||
Reference in New Issue
Block a user