Skip to content

Commit

Permalink
Fix issues with chart role
Browse files Browse the repository at this point in the history
  • Loading branch information
sarunask committed Jan 24, 2024
1 parent 13f90de commit a2d9e6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion helm/elasticsearch-objects-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: elasticsearch-objects-operator
# Also update CHANGELOG.md
version: 0.1.0
version: 0.1.1
appVersion: v0.2.3
home: https://github.com/90poe/elasticsearch-objects-operator
description: ElasticSearch Objects Operator for Kubernetes. Creates Kafka Topics and Kafka schemas.
Expand Down
12 changes: 6 additions & 6 deletions helm/elasticsearch-objects-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rules:
- apiGroups:
- xo.90poe.io
resources:
- kafkaschemas
- elasticsearchindices
verbs:
- create
- delete
Expand All @@ -24,21 +24,21 @@ rules:
- apiGroups:
- xo.90poe.io
resources:
- kafkaschemas/finalizers
- elasticsearchindices/finalizers
verbs:
- update
- apiGroups:
- xo.90poe.io
resources:
- kafkaschemas/status
- elasticsearchindices/status
verbs:
- get
- patch
- update
- apiGroups:
- xo.90poe.io
resources:
- kafkatopics
- elasticsearchtemplates
verbs:
- create
- delete
Expand All @@ -50,13 +50,13 @@ rules:
- apiGroups:
- xo.90poe.io
resources:
- kafkatopics/finalizers
- elasticsearchtemplates/finalizers
verbs:
- update
- apiGroups:
- xo.90poe.io
resources:
- kafkatopics/status
- elasticsearchtemplates/status
verbs:
- get
- patch
Expand Down

0 comments on commit a2d9e6c

Please sign in to comment.