diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 292dc62..9709fbd 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 description: Helm chart to deploy CAP Operator https://sap.github.io/cap-operator/ name: cap-operator -version: 0.3.0 -appVersion: 0.3.0 +version: 0.4.0 +appVersion: 0.4.0 diff --git a/chart/README.md b/chart/README.md index ac9c5e3..392c930 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # cap-operator -![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![AppVersion: 0.3.0](https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square) +![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square) Helm chart to deploy CAP Operator https://sap.github.io/cap-operator/ diff --git a/chart/templates/server-rbac.yaml b/chart/templates/server-rbac.yaml index 3dc185e..5b2a2fc 100644 --- a/chart/templates/server-rbac.yaml +++ b/chart/templates/server-rbac.yaml @@ -25,7 +25,7 @@ rules: verbs: ["create", "delete", "get", "list", "update", "watch"] - apiGroups: [""] resources: ["secrets"] - verbs: ["get", "watch", "list"] + verbs: ["create", "get", "update", "list", "watch"] - apiGroups: ["", "events.k8s.io"] resources: ["events"] verbs: ["*"]