X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=installers%2Fhelm%2Fosm%2FChart.yaml;h=0b169544e71fbfb1f4a2c80c5d5b28902e32eb1a;hb=18582e9176d2d4a07d4628fc0db7c6221613c4f2;hp=2c6b62758cf105c089de0e1490cabdfeb729ea15;hpb=7ecb4e809e72c4c4c3c33e8a30f2c6050e30b03e;p=osm%2Fdevops.git diff --git a/installers/helm/osm/Chart.yaml b/installers/helm/osm/Chart.yaml index 2c6b6275..0b169544 100644 --- a/installers/helm/osm/Chart.yaml +++ b/installers/helm/osm/Chart.yaml @@ -20,7 +20,7 @@ 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" +appVersion: "15" dependencies: - name: mysql repository: "https://charts.bitnami.com/bitnami" @@ -30,8 +30,23 @@ dependencies: 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: 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" +# condition: mongodb.enabled +# - name: airflow +# repository: "https://airflow.apache.org" +# version: "1.6.0" +# condition: airflow.enabled