Merge "[AAI] Make AAI helm3 compatible"
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Mon, 14 Dec 2020 15:04:14 +0000 (15:04 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 14 Dec 2020 15:04:14 +0000 (15:04 +0000)
kubernetes/uui/components/uui-server/.helmignore [moved from kubernetes/uui/charts/uui-server/.helmignore with 100% similarity]
kubernetes/uui/components/uui-server/Chart.yaml [moved from kubernetes/uui/charts/uui-server/Chart.yaml with 100% similarity]
kubernetes/uui/components/uui-server/templates/NOTES.txt [moved from kubernetes/uui/charts/uui-server/templates/NOTES.txt with 100% similarity]
kubernetes/uui/components/uui-server/templates/deployment.yaml [moved from kubernetes/uui/charts/uui-server/templates/deployment.yaml with 100% similarity]
kubernetes/uui/components/uui-server/templates/ingress.yaml [moved from kubernetes/uui/charts/uui-server/templates/ingress.yaml with 100% similarity]
kubernetes/uui/components/uui-server/templates/service.yaml [moved from kubernetes/uui/charts/uui-server/templates/service.yaml with 100% similarity]
kubernetes/uui/components/uui-server/values.yaml [moved from kubernetes/uui/charts/uui-server/values.yaml with 100% similarity]
kubernetes/uui/requirements.yaml

index 26e63fe..8241eb0 100644 (file)
@@ -21,4 +21,7 @@ dependencies:
     repository: '@local'
   - name: repositoryGenerator
     version: ~7.x-0
-    repository: '@local'
\ No newline at end of file
+    repository: '@local'
+  - name: uui-server
+    version: ~7.x-0
+    repository: 'file://components/uui-server'
\ No newline at end of file