diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-11-12 09:34:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-11-12 09:34:33 +0000 |
commit | ec4b3f210fa5c2544dc260094c326ceb8995b265 (patch) | |
tree | c14413de08ffaacbf93d9f982b5c2bf2065733d0 /kubernetes/uui/components/uui-nlp/Chart.yaml | |
parent | 15f1b4f4173960013ea5b615eac1dd6941b97824 (diff) | |
parent | 530095fbcae47e71c75e4fc85930ff096290d9d9 (diff) |
Merge "[UUI] NLP for IBN helm chart"
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 |