diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-10-29 19:01:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-29 19:01:15 +0000 |
commit | 0096ca03c48a0d2aa01a239080ca6d224bea7eca (patch) | |
tree | 7b163a2fa2f6d17954298d040144e22f74e4172e /kubernetes/so/components/so-monitoring/requirements.yaml | |
parent | 5e8fceac9dd7be2eb33ddcc49490501588efdfe0 (diff) | |
parent | cd2e66f770d8778dbd5c95a73fa810b9ee0ee779 (diff) |
Merge "[SO] Enable SO-Monitoring - use HTTPS and certInitializer"
Diffstat (limited to 'kubernetes/so/components/so-monitoring/requirements.yaml')
-rwxr-xr-x | kubernetes/so/components/so-monitoring/requirements.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/so/components/so-monitoring/requirements.yaml b/kubernetes/so/components/so-monitoring/requirements.yaml index 2eb32d00ed..29f9a9fcd0 100755 --- a/kubernetes/so/components/so-monitoring/requirements.yaml +++ b/kubernetes/so/components/so-monitoring/requirements.yaml @@ -1,4 +1,5 @@ # Copyright © 2017 Amdocs, Bell Canada +# Modifications © 2020 Nokia # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,3 +19,6 @@ dependencies: # a part of this chart's package and will not # be published independently to a repo (at this point) repository: '@local' + - name: soHelpers + version: ~6.x-0 + repository: 'file://../soHelpers' |