Skip to content

Commit 37cebfd

Browse files
committed
fix(helm): include bitnami common chart
Signed-off-by: Fatih Acar <[email protected]>
1 parent 68c5d76 commit 37cebfd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

helm/Chart.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ dependencies:
2626
version: "5.19.0"
2727
repository: "https://helm.neo4j.com/neo4j/"
2828
condition: neo4j.enabled
29+
- name: common
30+
repository: "oci://registry-1.docker.io/bitnamicharts"
31+
version: "2.23.0"
32+
condition: redis.enabled,rabbitmq.enabled
2933
- name: redis
3034
version: "19.5.2"
3135
repository: "oci://registry-1.docker.io/bitnamicharts"

0 commit comments

Comments
 (0)