Skip to content

Commit

Permalink
operator v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
apetruhin committed Nov 21, 2024
1 parent c3c0c02 commit 5063274
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
8 changes: 8 additions & 0 deletions charts/operator/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ rules:
resources:
- clusterrolebindings
- clusterroles
- rolebindings
- roles
verbs:
- create
- delete
Expand All @@ -113,6 +115,12 @@ rules:
- patch
- update
- watch
- apiGroups:
- security.openshift.io
resources:
- securitycontextconstraints
verbs:
- use
- apiGroups:
- storage.k8s.io
resources:
Expand Down

0 comments on commit 5063274

Please sign in to comment.