diff options
author | zhaoyh6 <zhaoyh6@asiainfo.com> | 2021-11-10 17:16:19 +0800 |
---|---|---|
committer | zhao yehua <zhaoyh6@asiainfo.com> | 2021-11-10 09:31:05 +0000 |
commit | 530095fbcae47e71c75e4fc85930ff096290d9d9 (patch) | |
tree | 1223c86641338301ee4af3401a465d1c40f4998b /kubernetes/uui/components/uui-nlp/Chart.yaml | |
parent | 8e67e73081c7ca3b7a0236c8f6cd291f18f69de7 (diff) |
[UUI] NLP for IBN helm chart
NLP component added to UUI
Issue-ID: USECASEUI-605
Signed-off-by: zhaoyh6 <zhaoyh6@asiainfo.com>
Change-Id: I0e4a4c71c0bd9bfacb9d1983e1f4a9a79aaab47b
Diffstat (limited to 'kubernetes/uui/components/uui-nlp/Chart.yaml')
-rw-r--r-- | kubernetes/uui/components/uui-nlp/Chart.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kubernetes/uui/components/uui-nlp/Chart.yaml b/kubernetes/uui/components/uui-nlp/Chart.yaml new file mode 100644 index 0000000000..3f09b486aa --- /dev/null +++ b/kubernetes/uui/components/uui-nlp/Chart.yaml @@ -0,0 +1,22 @@ +#============LICENSE_START======================================================== +# ================================================================================ +# Copyright (c) 2021 AT&T. All rights reserved. +# Modifications Copyright © 2021 Orange +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= + +apiVersion: v1 +description: ONAP UUI NLP +name: uui-nlp +version: 9.0.0 |