diff options
author | Jakub Latusek <jk.latusek@gmail.com> | 2020-12-09 10:43:23 +0100 |
---|---|---|
committer | Jakub Latusek <j.latusek@samsung.com> | 2020-12-09 10:43:23 +0100 |
commit | 8bf97e0adc10bcda303047b1ee461c445983e861 (patch) | |
tree | 3057f6cfa6d00e9e2a3e9ce4c370411cbd1370d1 /kubernetes/multicloud/components/multicloud-prometheus/requirements.yaml | |
parent | 208c952967efcd791eb0ffc5432c92284bc5c881 (diff) |
[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 <j.latusek@samsung.com>
Change-Id: I7af44019a47e79e3132142352518c2aa70406422
Issue-ID: OOM-2562
Diffstat (limited to 'kubernetes/multicloud/components/multicloud-prometheus/requirements.yaml')
-rw-r--r-- | kubernetes/multicloud/components/multicloud-prometheus/requirements.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |