Fix installation of Kubernetes metrics server by updating the URL
[osm/devops.git] / installers / helm / osm / Chart.yaml
index 8d44eb4..0b16954 100644 (file)
@@ -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