Skip to content

Commit

Permalink
[artemiscloud-operator-crds] update to version 1.2.6
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Bueno <[email protected]>
  • Loading branch information
tlbueno committed Oct 30, 2024
1 parent 39aa76b commit bece4fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
4 changes: 2 additions & 2 deletions charts/artemiscloud-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###
Expand All @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -455,9 +446,6 @@ spec:
type: boolean
user:
type: string
required:
- maxConsumers
- purgeOnNoConsumers
type: object
queueName:
type: string
Expand Down

0 comments on commit bece4fc

Please sign in to comment.