This repository was archived by the owner on Nov 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
charts/amq-broker-operator-crds Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ 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 : 0.2.1
18+ version : 0.2.2
1919
2020# ########################################################
2121# ## ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION ###
@@ -24,4 +24,4 @@ version: 0.2.1
2424# ########################################################
2525# The app version needs to in match with the operator version where the CRDs
2626# where consumed from because the amq-broker-operator chart depends on this chart
27- appVersion : " 7.12.0 .OPR.2 "
27+ appVersion : " 7.12.3 .OPR.1 "
Original file line number Diff line number Diff line change @@ -224,10 +224,6 @@ spec:
224224 type : string
225225 routingType :
226226 type : string
227- required :
228- - addressName
229- - queueName
230- - routingType
231227 type : object
232228 status :
233229 description : ActiveMQArtemisAddressStatus defines the observed state of ActiveMQArtemisAddress
@@ -308,11 +304,6 @@ spec:
308304 type : boolean
309305 routingType :
310306 type : string
311- required :
312- - addressName
313- - queueName
314- - removeFromBrokerOnDelete
315- - routingType
316307 type : object
317308 status :
318309 description : ActiveMQArtemisAddressStatus defines the observed state of ActiveMQArtemisAddress
@@ -455,9 +446,6 @@ spec:
455446 type : boolean
456447 user :
457448 type : string
458- required :
459- - maxConsumers
460- - purgeOnNoConsumers
461449 type : object
462450 queueName :
463451 type : string
You can’t perform that action at this time.
0 commit comments