From 8bf97e0adc10bcda303047b1ee461c445983e861 Mon Sep 17 00:00:00 2001 From: Jakub Latusek Date: Wed, 9 Dec 2020 10:43:23 +0100 Subject: [MULTICLOUD] Move components to component dir Helm 3.4 requires the dependencies in the charts dir to be included in the requirements. Dependencies need to be moved to the components folder Signed-off-by: Jakub Latusek Change-Id: I7af44019a47e79e3132142352518c2aa70406422 Issue-ID: OOM-2562 --- .../multicloud/components/multicloud-prometheus/requirements.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kubernetes/multicloud/components/multicloud-prometheus/requirements.yaml') diff --git a/kubernetes/multicloud/components/multicloud-prometheus/requirements.yaml b/kubernetes/multicloud/components/multicloud-prometheus/requirements.yaml index 0328610623..b17f2701f0 100644 --- a/kubernetes/multicloud/components/multicloud-prometheus/requirements.yaml +++ b/kubernetes/multicloud/components/multicloud-prometheus/requirements.yaml @@ -20,3 +20,9 @@ dependencies: - name: repositoryGenerator version: ~7.x-0 repository: '@local' + - name: prometheus-alertmanager + version: ~7.x-0 + repository: 'file://components/prometheus-alertmanager' + - name: prometheus-grafana + version: ~7.x-0 + repository: 'file://components/prometheus-grafana' \ No newline at end of file -- cgit 1.2.3-korg