Skip to content

deviceinsight/activemq-artemis-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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