diff --git a/.gitea/workflows/build-chart.yml b/.gitea/workflows/build-chart.yml index fae48d5..44cff10 100644 --- a/.gitea/workflows/build-chart.yml +++ b/.gitea/workflows/build-chart.yml @@ -5,7 +5,8 @@ on: - main - dev paths: - - "artemis-broker/Chart.yaml" + - "artemis-broker-primary/Chart.yaml" + - "artemis-broker-backup/Chart.yaml" jobs: helm-package: diff --git a/artemis-broker-backup/Chart.yaml b/artemis-broker-backup/Chart.yaml index f269393..61e47b1 100644 --- a/artemis-broker-backup/Chart.yaml +++ b/artemis-broker-backup/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: artemis-broker +name: artemis-broker-backup version: 7.12.3-test2 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 diff --git a/artemis-broker-primary/Chart.yaml b/artemis-broker-primary/Chart.yaml index f269393..a002494 100644 --- a/artemis-broker-primary/Chart.yaml +++ b/artemis-broker-primary/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: artemis-broker +name: artemis-broker-primary version: 7.12.3-test2 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 @@ -12,3 +12,8 @@ keywords: 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 \ No newline at end of file