From 8e09044031e9c1883f9543fb17a222b059c18eef Mon Sep 17 00:00:00 2001 From: AndrewLamb Date: Thu, 15 Oct 2020 09:28:09 +0100 Subject: [SO] Add helm chart for SO-ETSI-NFVO-NS-LCM This chart for SO-3157 was previously merged here: https://gerrit.onap.org/r/c/oom/+/111378 It was subsequently reverted here: https://gerrit.onap.org/r/c/oom/+/112538 due to use of staging image It could then not be re-introduced until other OOM problems were fixed. Chart has been updated in line with changes made here: https://gerrit.onap.org/r/c/oom/+/111328 Also included, SO-3225 - small change from this review: https://gerrit.onap.org/r/c/oom/+/112358 which could not be merged due to other oom problems, and then also due to revert. Once this is merged, I will abandon old review at: https://gerrit.onap.org/r/c/oom/+/112358 Issue-ID: SO-3157 Change-Id: I3b59b9f655b395d7a22ea06814004baeb158b7d7 Signed-off-by: AndrewLamb Signed-off-by: Sylvain Desbureaux --- kubernetes/so/requirements.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kubernetes/so/requirements.yaml') diff --git a/kubernetes/so/requirements.yaml b/kubernetes/so/requirements.yaml index 66e16a9562..d8854ca191 100755 --- a/kubernetes/so/requirements.yaml +++ b/kubernetes/so/requirements.yaml @@ -40,6 +40,10 @@ dependencies: version: ~6.x-0 repository: 'file://components/so-db-secrets' condition: so-etsi-nfvo-ns-lcm.enabled + - name: so-etsi-nfvo-ns-lcm + version: ~6.x-0 + repository: 'file://components/so-etsi-nfvo-ns-lcm' + condition: so-etsi-nfvo-ns-lcm.enabled - name: so-mariadb version: ~6.x-0 repository: 'file://components/so-mariadb' -- cgit 1.2.3-korg