summaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/components/uui-server/requirements.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2021-11-08 21:44:45 +0000
committerGerrit Code Review <gerrit@onap.org>2021-11-08 21:44:45 +0000
commit1ea7de0d28ec4c589c1bef04192f10d403188640 (patch)
tree84e16d81575dca6166359cd13cc940d04f3d4126 /kubernetes/uui/components/uui-server/requirements.yaml
parentd5ae6db805736529090f08955e5a9730e0cdadb3 (diff)
parente6a1a372edd6ecb6bd480e72558cbb33d0665541 (diff)
Merge "[UUI] Automatically retrieve certificates"
Diffstat (limited to 'kubernetes/uui/components/uui-server/requirements.yaml')
-rw-r--r--kubernetes/uui/components/uui-server/requirements.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/kubernetes/uui/components/uui-server/requirements.yaml b/kubernetes/uui/components/uui-server/requirements.yaml
new file mode 100644
index 0000000000..34cedc84cb
--- /dev/null
+++ b/kubernetes/uui/components/uui-server/requirements.yaml
@@ -0,0 +1,27 @@
+# Copyright © 2017 Amdocs, Bell Canada
+#
+# 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.
+
+dependencies:
+ - name: common
+ version: ~9.x-0
+ # local reference to common chart, as it is
+ # a part of this chart's package and will not
+ # be published independently to a repo (at this point)
+ repository: '@local'
+ - name: certInitializer
+ version: ~9.x-0
+ repository: '@local'
+ - name: repositoryGenerator
+ version: ~9.x-0
+ repository: '@local'