https://github.com/deviceinsight/activemq-artemis-helm
Helm Chart for ActiveMQ Artemis
https://github.com/deviceinsight/activemq-artemis-helm
activemq-artemis helm-chart kubernetes
Last synced: 9 months ago
JSON representation
Helm Chart for ActiveMQ Artemis
- Host: GitHub
- URL: https://github.com/deviceinsight/activemq-artemis-helm
- Owner: deviceinsight
- License: apache-2.0
- Created: 2019-08-30T07:01:42.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-27T09:11:57.000Z (over 1 year ago)
- Last Synced: 2025-04-08T13:53:14.720Z (over 1 year ago)
- Topics: activemq-artemis, helm-chart, kubernetes
- Language: Mustache
- Size: 165 KB
- Stars: 14
- Watchers: 24
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
This chart installs [Apache ActiveMQ Artemis](https://activemq.apache.org/components/artemis/)
## Docker image
This chart no longer uses [vromero/activemq-artemis](https://github.com/vromero/activemq-artemis-docker) docker image.
Please fork [vromero/activemq-artemis](https://github.com/vromero/activemq-artemis-docker) repository and create your own image in order to use this helm chart.
## Usage
[Helm](https://helm.sh) must be installed and initialized to use the charts.
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
Once Helm is set up properly, add the repo as follows:
```console
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