X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fhelm%2Fosm%2FChart.yaml;h=0b169544e71fbfb1f4a2c80c5d5b28902e32eb1a;hb=027f8ee24f2293c0ae049ecccf31be000da72e85;hp=8d44eb49f9d2836b3d89c903f4e6a4122dc8693f;hpb=8080e4b32d3dc5e66ea85a503a4daa79df3098d0;p=osm%2Fdevops.git diff --git a/installers/helm/osm/Chart.yaml b/installers/helm/osm/Chart.yaml index 8d44eb49..0b169544 100644 --- a/installers/helm/osm/Chart.yaml +++ b/installers/helm/osm/Chart.yaml @@ -20,8 +20,28 @@ description: A Helm chart for Open Source MANO (OSM) type: application icon: https://www.etsi.org/images/articles/logos/OSM.png version: 0.0.1 -appVersion: "14" -# dependencies: +appVersion: "15" +dependencies: +- name: mysql + repository: "https://charts.bitnami.com/bitnami" + version: "9.12.3" + condition: mysql.enabled +- name: kafka + repository: "https://charts.bitnami.com/bitnami" + version: "25.1.12" + condition: kafka.enabled +# - name: zookeeper +# repository: "https://charts.bitnami.com/bitnami" +# version: "12.1.3" +# condition: zookeeper.enabled +- name: grafana + repository: "https://grafana.github.io/helm-charts" + version: 7.3.0 + condition: grafana.enabled +- name: prometheus + repository: "https://prometheus-community.github.io/helm-charts" + version: 25.11.0 + condition: prometheus.enabled # - name: mongodb # repository: "https://charts.bitnami.com/bitnami" # version: "13.9.4" @@ -30,7 +50,3 @@ appVersion: "14" # repository: "https://airflow.apache.org" # version: "1.6.0" # condition: airflow.enabled -# - name: mysql -# repository: "https://charts.bitnami.com/bitnami" -# version: "9.9.1" -# condition: mysql.enabled