mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-09 05:06:29 +10:00
[bitnami/rabbitmq-cluster-operator] update the rabbitmq operator CRDs (#13289)
* update the rabbitmq operator CRDs Signed-off-by: David van der Spek <vanderspek.david@gmail.com> * bump chart version Signed-off-by: David van der Spek <vanderspek.david@gmail.com> * add missing rbac for messaging operator v1.9.0 Signed-off-by: David van der Spek <vanderspek.david@gmail.com> Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
This commit is contained in:
@@ -26,4 +26,4 @@ name: rabbitmq-cluster-operator
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq-cluster-operator
|
||||
- https://github.com/rabbitmq/cluster-operator
|
||||
version: 3.1.1
|
||||
version: 3.1.2
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+20
@@ -272,4 +272,24 @@ rules:
|
||||
- get
|
||||
- patch
|
||||
- update
|
||||
- apiGroups:
|
||||
- rabbitmq.com
|
||||
resources:
|
||||
- topicpermissions
|
||||
verbs:
|
||||
- create
|
||||
- delete
|
||||
- get
|
||||
- list
|
||||
- patch
|
||||
- update
|
||||
- watch
|
||||
- apiGroups:
|
||||
- rabbitmq.com
|
||||
resources:
|
||||
- topicpermissions/status
|
||||
verbs:
|
||||
- get
|
||||
- patch
|
||||
- update
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user