Skip to content

Commit

Permalink
Helm: Push rabbitmq-external to Helm repo (#3626)
Browse files Browse the repository at this point in the history
Otherwise, it's not available in deployments, CI pipelines, etc..

Add (missing) changelog entry for rabbitmq-external Helm chart.
  • Loading branch information
supersven committed Sep 29, 2023
1 parent 1397c22 commit 34099be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CHARTS_INTEGRATION := wire-server databases-ephemeral redis-cluster rabbitmq
# (e.g. move charts/brig to charts/wire-server/brig)
# this list could be generated from the folder names under ./charts/ like so:
# CHARTS_RELEASE := $(shell find charts/ -maxdepth 1 -type d | xargs -n 1 basename | grep -v charts)
CHARTS_RELEASE := wire-server redis-ephemeral redis-cluster rabbitmq databases-ephemeral \
CHARTS_RELEASE := wire-server redis-ephemeral redis-cluster rabbitmq rabbitmq-external databases-ephemeral \
fake-aws fake-aws-s3 fake-aws-sqs aws-ingress fluent-bit kibana backoffice \
calling-test demo-smtp elasticsearch-curator elasticsearch-external \
elasticsearch-ephemeral minio-external cassandra-external \
Expand Down
1 change: 1 addition & 0 deletions changelog.d/2-features/rabbitmq-external_helm_chart
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add Helm chart (`rabbitmq-external`) to interface RabbitMQ instances outside of the Kubernetes cluster.

0 comments on commit 34099be

Please sign in to comment.