diff --git a/charts/operator/Chart.yaml b/charts/operator/Chart.yaml index b45174f..fa2a06e 100644 --- a/charts/operator/Chart.yaml +++ b/charts/operator/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: coroot-operator description: A Helm chart to deploy the Coroot Operator for Kubernetes type: application -version: 0.1.0 -appVersion: "1.0.1" +version: 0.1.1 +appVersion: "1.0.4" diff --git a/charts/operator/templates/role.yaml b/charts/operator/templates/role.yaml index 0b47856..cb5f59e 100644 --- a/charts/operator/templates/role.yaml +++ b/charts/operator/templates/role.yaml @@ -105,6 +105,8 @@ rules: resources: - clusterrolebindings - clusterroles + - rolebindings + - roles verbs: - create - delete @@ -113,6 +115,12 @@ rules: - patch - update - watch +- apiGroups: + - security.openshift.io + resources: + - securitycontextconstraints + verbs: + - use - apiGroups: - storage.k8s.io resources: