All checks were successful
Build Helm Chart / helm-package (push) Successful in 6s
The version of the artemis-broker-backup dependency in the Chart.yaml file has been updated from 7.12.x to 7.12.x-testx. This change is necessary to use a specific test version of the broker backup that includes important bug fixes and new features required for the upcoming release. No other changes were made to the Chart.yaml file, and there are no breaking changes associated with this update. It’s important to ensure the new version is compatible with existing configurations before deployment.
19 lines
611 B
YAML
19 lines
611 B
YAML
apiVersion: v2
|
|
name: artemis-broker-primary
|
|
version: 7.12.3-test1
|
|
description: An unified Helm Chart that deploys an Artemis MQ Broker with optional SSL support and Optional Disk Persistence. Clustered setups are also supported.
|
|
type: application
|
|
keywords:
|
|
- activemq
|
|
- artemismq
|
|
- amq-broker
|
|
- ssl-endpoint
|
|
- amq-cluster
|
|
home: https://access.redhat.com/products/red-hat-amq/
|
|
sources:
|
|
- https://git.cooltux.net/marko/amq-broker-helm
|
|
dependencies:
|
|
- condition: cluster.ha_ap_mode.true
|
|
name: artemis-broker-backup
|
|
repository: https://git.cooltux.net/api/packages/marko/helm
|
|
version: 7.12.x-testx |