Some checks failed
Build Helm Chart / helm-package (push) Failing after 5s
Update Helm chart versions to 7.12.3-test1 The version of both the artemis-broker-backup and artemis-broker-primary Helm charts has been updated from 7.12.3-test2 to 7.12.3-test1. This change is made to reflect versioning consistency across the charts in preparation for upcoming releases. No other modifications have been made to the chart metadata. ```
19 lines
605 B
YAML
19 lines
605 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 |