Skip to content

Commit 4048d31

Browse files
mirror from operator - 2026-03-31
1 parent 59c1627 commit 4048d31

6 files changed

Lines changed: 491 additions & 61 deletions

File tree

mirrord-license-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 3.151.2
18+
version: 3.152.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "3.151.2"
24+
appVersion: "3.152.0"

mirrord-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 3.151.2
18+
version: 3.152.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "3.151.2"
24+
appVersion: "3.152.0"

mirrord-operator/templates/cluster-role.yaml

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ rules:
111111
- list
112112
- get
113113
- watch
114-
{{- if .Values.operator.sqsSplitting }}
114+
{{- if or .Values.operator.sqsSplitting .Values.operator.rmqSplitting }}
115115
- apiGroups:
116116
- queues.mirrord.metalbear.co
117117
resources:
@@ -127,6 +127,8 @@ rules:
127127
- mirrordworkloadqueueregistries/status
128128
verbs:
129129
- update
130+
{{- end }}
131+
{{- if .Values.operator.sqsSplitting }}
130132
- apiGroups:
131133
- queues.mirrord.metalbear.co
132134
resources:
@@ -146,6 +148,34 @@ rules:
146148
verbs:
147149
- update
148150
{{- end }}
151+
{{- if .Values.operator.rmqSplitting }}
152+
- apiGroups:
153+
- queues.mirrord.metalbear.co
154+
resources:
155+
- mirrordrmqsessions
156+
verbs:
157+
- create
158+
- watch
159+
- list
160+
- get
161+
- delete
162+
- deletecollection
163+
- patch
164+
- apiGroups:
165+
- queues.mirrord.metalbear.co
166+
resources:
167+
- mirrordrmqsessions/status
168+
verbs:
169+
- update
170+
- apiGroups:
171+
- mirrord.metalbear.co
172+
resources:
173+
- mirrordpropertylists
174+
verbs:
175+
- get
176+
- list
177+
- watch
178+
{{- end }}
149179
# For deleting previously mutated pods
150180
- apiGroups:
151181
- ""
@@ -206,7 +236,7 @@ rules:
206236
- list
207237
- watch
208238
{{- end }}
209-
{{- if or .Values.operator.sqsSplitting .Values.operator.kafkaSplitting }}
239+
{{- if or .Values.operator.sqsSplitting .Values.operator.kafkaSplitting .Values.operator.rmqSplitting }}
210240
- apiGroups:
211241
- ''
212242
resources:

0 commit comments

Comments
 (0)