diff --git a/charts/artemiscloud-operator-crds/Chart.yaml b/charts/artemiscloud-operator-crds/Chart.yaml index e585b7c..956170f 100644 --- a/charts/artemiscloud-operator-crds/Chart.yaml +++ b/charts/artemiscloud-operator-crds/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.2.5 +version: 1.2.6 ######################################################### ### ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION ### @@ -24,4 +24,4 @@ version: 1.2.5 ######################################################### # The app version needs to in match with the operator version where the CRDs # where consumed from because the artemiscloud-operator chart depends on this chart -appVersion: "1.2.5" +appVersion: "1.2.6" diff --git a/charts/artemiscloud-operator-crds/templates/broker_activemqartemis_crd.yaml b/charts/artemiscloud-operator-crds/templates/broker_activemqartemis_crd.yaml index 7de0a5f..f34e3f1 100644 --- a/charts/artemiscloud-operator-crds/templates/broker_activemqartemis_crd.yaml +++ b/charts/artemiscloud-operator-crds/templates/broker_activemqartemis_crd.yaml @@ -2957,6 +2957,9 @@ spec: type: object type: object type: array + restricted: + description: Restricted deployment, mtls jolokia agent with RBAC + type: boolean upgrades: description: Specifies the upgrades (deprecated in favour of Version) properties: diff --git a/charts/artemiscloud-operator-crds/templates/broker_activemqartemisaddress_crd.yaml b/charts/artemiscloud-operator-crds/templates/broker_activemqartemisaddress_crd.yaml index a6953a4..2df042f 100644 --- a/charts/artemiscloud-operator-crds/templates/broker_activemqartemisaddress_crd.yaml +++ b/charts/artemiscloud-operator-crds/templates/broker_activemqartemisaddress_crd.yaml @@ -224,10 +224,6 @@ spec: type: string routingType: type: string - required: - - addressName - - queueName - - routingType type: object status: description: ActiveMQArtemisAddressStatus defines the observed state of ActiveMQArtemisAddress @@ -308,11 +304,6 @@ spec: type: boolean routingType: type: string - required: - - addressName - - queueName - - removeFromBrokerOnDelete - - routingType type: object status: description: ActiveMQArtemisAddressStatus defines the observed state of ActiveMQArtemisAddress @@ -455,9 +446,6 @@ spec: type: boolean user: type: string - required: - - maxConsumers - - purgeOnNoConsumers type: object queueName: type: string