commit | 8e09044031e9c1883f9543fb17a222b059c18eef | [log] [tgz] |
---|---|---|
author | AndrewLamb <andrew.a.lamb@est.tech> | Thu Oct 15 09:28:09 2020 +0100 |
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | Fri Oct 16 09:14:44 2020 +0200 |
tree | 4a0979b8d3823f5d7ab07b7143ba5477a21c97e6 | |
parent | 39bb1a03c8666eff92d3d8d7b9e1e2b45701fd10 [diff] [blame] |
[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 <andrew.a.lamb@est.tech> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
diff --git a/kubernetes/so/requirements.yaml b/kubernetes/so/requirements.yaml index 66e16a9..d8854ca 100755 --- a/kubernetes/so/requirements.yaml +++ b/kubernetes/so/requirements.yaml
@@ -40,6 +40,10 @@ 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'