Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.01 KB

This chart installs Apache ActiveMQ Artemis

Docker image

This chart no longer uses vromero/activemq-artemis docker image. Please fork vromero/activemq-artemis repository and create your own image in order to use this helm chart.

Usage

Helm must be installed and initialized to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

helm repo add activemq-artemis https://deviceinsight.github.io/activemq-artemis-helm

Developer Notes

Releasing

  • follow standard gitflow release
  • remove -SNAPSHOT from the chart version in charts/artemis/Chart.yaml
  • adapt CHANGELOG.md
  • bump up chart version (with -SNAPSHOT) for next development cycle
  • after pushing the master, chart will be automatically pushed to github pages