Skip to content

Commit 4743d73

Browse files
authored
fix clusterrole (#9)
* fix clusterrole * bump chart version
1 parent 56e8537 commit 4743d73

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

charts/keepup-helm-scraper/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: keepup-helm-scraper
33
description: A Helm chart for scrape charts release information.
44
type: application
5-
version: 0.3.2
5+
version: 0.3.3
66
appVersion: 0.2.1

charts/keepup-helm-scraper/templates/clusterrole.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ apiVersion: rbac.authorization.k8s.io/v1
33
kind: ClusterRole
44
metadata:
55
name: {{ .Release.Name }}
6-
rules:
76
rules:
87
- apiGroups: [""]
98
resources:

0 commit comments

Comments
 (0)