[UUI] Update image of components of UUI 31/139831/2
authorkaixiliu <liukaixi@chinamobile.com>
Thu, 2 Jan 2025 01:43:13 +0000 (09:43 +0800)
committerKaixi LIU <liukaixi@chinamobile.com>
Fri, 3 Jan 2025 02:31:15 +0000 (02:31 +0000)
Issue-ID: USECASEUI-853
Change-Id: I4cb335bd048c30d41613138dd5851931fca90597
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
kubernetes/onap/Chart.yaml
kubernetes/uui/Chart.yaml
kubernetes/uui/components/uui-intent-analysis/Chart.yaml
kubernetes/uui/components/uui-intent-analysis/values.yaml
kubernetes/uui/components/uui-llm-adaptation/Chart.yaml
kubernetes/uui/components/uui-llm-adaptation/values.yaml
kubernetes/uui/components/uui-server/Chart.yaml
kubernetes/uui/components/uui-server/values.yaml
kubernetes/uui/values.yaml

index cd989ad..d9a3679 100644 (file)
@@ -96,7 +96,7 @@ dependencies:
     repository: '@local'
     condition: strimzi.enabled
   - name: uui
-    version: ~13.x-0
+    version: ~15.x-0
     repository: '@local'
     condition: uui.enabled
   - name: platform
index 900a6c9..03c42df 100644 (file)
@@ -18,7 +18,7 @@
 apiVersion: v2
 description: ONAP uui
 name: uui
-version: 13.1.0
+version: 15.0.0
 
 dependencies:
   - name: common
@@ -31,14 +31,14 @@ dependencies:
     version: ~13.x-0
     repository: '@local'
   - name: uui-server
-    version: ~13.x-0
+    version: ~15.x-0
     repository: 'file://components/uui-server'
   - name: uui-nlp
     version: ~13.x-0
     repository: 'file://components/uui-nlp'
   - name: uui-intent-analysis
-    version: ~13.x-0
+    version: ~15.x-0
     repository: 'file://components/uui-intent-analysis'
   - name: uui-llm-adaptation
-    version: ~13.x-0
+    version: ~15.x-0
     repository: 'file://components/uui-llm-adaptation'
index bd1f6ee..25fa945 100644 (file)
@@ -15,7 +15,7 @@
 apiVersion: v2
 description: ONAP uui intent analysis
 name: uui-intent-analysis
-version: 13.0.0
+version: 15.0.0
 
 dependencies:
   - name: common
index 73903ce..a930e50 100644 (file)
@@ -40,7 +40,7 @@ secrets:
     password: '{{ .Values.postgres.config.pgUserPassword }}'
     passwordPolicy: generate
 
-image: onap/usecase-ui-intent-analysis:14.0.0
+image: onap/usecase-ui-intent-analysis:15.0.0
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index 1c36c23..2391ac3 100644 (file)
@@ -15,7 +15,7 @@
 apiVersion: v2
 description: ONAP uui llm adaptation
 name: uui-llm-adaptation
-version: 13.0.0
+version: 15.0.0
 
 dependencies:
   - name: common
index f5804ef..cda2216 100644 (file)
@@ -40,7 +40,7 @@ secrets:
     password: '{{ .Values.postgres.config.pgUserPassword }}'
     passwordPolicy: generate
 
-image: onap/usecase-ui-llm-adaptation:14.0.0
+image: onap/usecase-ui-llm-adaptation:15.0.0
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index 82e395e..0347682 100644 (file)
@@ -17,7 +17,7 @@
 apiVersion: v2
 description: ONAP uui server
 name: uui-server
-version: 13.0.0
+version: 15.0.0
 
 dependencies:
   - name: common
index 6e715bd..4271bbc 100644 (file)
@@ -48,7 +48,7 @@ flavor: small
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/usecase-ui-server:14.0.0
+image: onap/usecase-ui-server:15.0.0
 pullPolicy: Always
 
 # application configuration
index 2cc0837..56bcabe 100644 (file)
@@ -25,7 +25,7 @@ subChartsOnly:
 flavor: small
 
 # application image
-image: onap/usecase-ui:14.0.0
+image: onap/usecase-ui:15.0.0
 pullPolicy: Always
 
 # application configuration