aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/Chart.yaml
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2024-08-09 20:40:24 +0000
committerGerrit Code Review <gerrit@onap.org>2024-08-09 20:40:24 +0000
commit52b99049f52b28907c7a21b2152efae62115a49b (patch)
treee2588b5004b014091b24b2eb40e19c14109096e7 /kubernetes/uui/Chart.yaml
parentbf35e55286a0ac2f4fe05f595cda7109f22a5e6a (diff)
parent099643c2edf621d0483d059d50e1c0a2112ed951 (diff)
Merge "[UUI] Add configuration file for llm adaptation"
Diffstat (limited to 'kubernetes/uui/Chart.yaml')
-rw-r--r--kubernetes/uui/Chart.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/uui/Chart.yaml b/kubernetes/uui/Chart.yaml
index 7c4a5b78ca..900a6c97e1 100644
--- a/kubernetes/uui/Chart.yaml
+++ b/kubernetes/uui/Chart.yaml
@@ -18,7 +18,7 @@
apiVersion: v2
description: ONAP uui
name: uui
-version: 13.0.0
+version: 13.1.0
dependencies:
- name: common
@@ -39,3 +39,6 @@ dependencies:
- name: uui-intent-analysis
version: ~13.x-0
repository: 'file://components/uui-intent-analysis'
+ - name: uui-llm-adaptation
+ version: ~13.x-0
+ repository: 'file://components/uui-llm-adaptation'