Skip to content

Commit

Permalink
feat: Add ActiveMQ Helm chart with service and configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarrier committed Jan 15, 2025
1 parent 780c3b4 commit 8032188
Show file tree
Hide file tree
Showing 28 changed files with 878 additions and 338 deletions.
24 changes: 0 additions & 24 deletions charts/armonik/.helmignore

This file was deleted.

24 changes: 9 additions & 15 deletions charts/armonik/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,18 @@ dependencies:
- name: eniconfig
repository: file://charts/eniconfig
version: 0.1.0
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 14.8.6
- name: activemq
repository: file://charts/activemq
version: 1.0.0
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 20.4.0
- name: activemq-artemis
repository: https://kahootali.github.io/activemq-artemis-helm/
version: 1.0.1
- name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 16.3.2
- name: mongodb-sharded
repository: https://charts.bitnami.com/bitnami
version: 9.0.3
version: 16.4.0
- name: prometheus
repository: https://charts.bitnami.com/bitnami
version: 1.4.0
- name: rabbitmq
repository: https://charts.bitnami.com/bitnami
version: 15.1.0
- name: keda
repository: https://kedacore.github.io/charts
version: 2.16.1
Expand Down Expand Up @@ -62,5 +53,8 @@ dependencies:
- name: seq
repository: https://cloudnativeapp.github.io/charts/curated/
version: 1.0.0
digest: sha256:e482bb8b4a0f85b7f7aad0c445fb9cdd3116812ce191e5fe951b22494d044b9e
generated: "2025-01-09T15:33:48.19231+01:00"
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.16.2
digest: sha256:cedcf3059f93c8424fa72f440746012352d6237fdd814969fea23704bf8ec0ae
generated: "2025-01-14T11:32:02.685557+01:00"
22 changes: 5 additions & 17 deletions charts/armonik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,35 +35,23 @@ dependencies:
version: 0.1.0
repository: file://charts/eniconfig
condition: eniconfig.enabled
- name: activemq
version: 1.0.0
repository: file://charts/activemq
condition: activemq.enabled
### Armonik dependencies
- name: minio
version: 14.8.6
repository: https://charts.bitnami.com/bitnami
condition: minio.enabled
- name: redis
version: 20.4.0
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
- name: activemq-artemis
version: 1.0.1
repository: https://kahootali.github.io/activemq-artemis-helm/
condition: activemq-artemis.enabled
- name: mongodb
version: 16.3.2
version: 16.4.0
repository: https://charts.bitnami.com/bitnami
condition: mongodb.enabled
- name: mongodb-sharded
version: 9.0.3
repository: https://charts.bitnami.com/bitnami
condition: mongodb-sharded.enabled
- name: prometheus
version: 1.4.0
repository: https://charts.bitnami.com/bitnami
condition: prometheus.enabled
- name: rabbitmq
version: 15.1.0
repository: https://charts.bitnami.com/bitnami
condition: rabbitmq.enabled
- name: keda
version: 2.16.1
repository: https://kedacore.github.io/charts
Expand Down
18 changes: 18 additions & 0 deletions charts/armonik/charts/activemq/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: v2
appVersion: "5.18.4"
version: 1.0.0
name: activemq
description: A Helm chart for Armonik
icon: https://25070129.fs1.hubspotusercontent-eu1.net/hubfs/25070129/Website/Images%20-%20Website/ArmoniK/logo_armonik_by_aneo%201.svg
kubeVersion: ">=v1.23.0-0"
keywords:
- armonik
- helm
type: application
home: https://github.com/aneoconsulting/ArmoniK
sources:
- https://aneoconsulting.github.io/
maintainers:
- name: Aneo
email: [email protected]
url: armonik.fr
Empty file.
Loading

0 comments on commit 8032188

Please sign in to comment.