X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fmulticloud%2Fcomponents%2Fmulticloud-prometheus%2FChart.yaml;h=1fbfcd4a363530ea21915a3c40b5ad62d9448d07;hb=86791bbd2481749cec63ec9ad43d0c8e5529e35e;hp=7c2b2930f7a7bfc66878487ff55b271a64ad557e;hpb=ba3a458941994c1ff8c6f574fa2764adaf918c87;p=oom.git diff --git a/kubernetes/multicloud/components/multicloud-prometheus/Chart.yaml b/kubernetes/multicloud/components/multicloud-prometheus/Chart.yaml index 7c2b2930f7..1fbfcd4a36 100644 --- a/kubernetes/multicloud/components/multicloud-prometheus/Chart.yaml +++ b/kubernetes/multicloud/components/multicloud-prometheus/Chart.yaml @@ -1,4 +1,6 @@ # Copyright 2018 Intel Corporation, Inc +# Modifications Copyright © 2021 Orange +# Modifications Copyright © 2021 Nordix Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,7 +14,24 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 description: ONAP Multicloud Prometheus name: multicloud-prometheus -version: 7.0.0 +version: 11.0.0 + +dependencies: + - name: common + version: ~11.x-0 + repository: '@local' + - name: repositoryGenerator + version: ~11.x-0 + repository: '@local' + - name: prometheus-alertmanager + version: ~11.x-0 + repository: 'file://components/prometheus-alertmanager' + - name: prometheus-grafana + version: ~11.x-0 + repository: 'file://components/prometheus-grafana' + - name: serviceAccount + version: ~11.x-0 + repository: '@local'