From: kaixiliu Date: Fri, 4 Jul 2025 09:13:39 +0000 (+0800) Subject: [UUI] Update image version 16.0.1 of components of UUI X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a11336f7d4b14219341a58d2bfe4db9f04d2d901;p=oom.git [UUI] Update image version 16.0.1 of components of UUI Issue-ID: USECASEUI-895 Change-Id: I3fed1df3e159a6b3a98f2efd18097e571d95f3e0 Signed-off-by: kaixiliu --- diff --git a/kubernetes/onap/Chart.yaml b/kubernetes/onap/Chart.yaml index 4532ad7d73..09d636c408 100644 --- a/kubernetes/onap/Chart.yaml +++ b/kubernetes/onap/Chart.yaml @@ -96,7 +96,7 @@ dependencies: repository: '@local' condition: strimzi.enabled - name: uui - version: ~15.x-0 + version: ~16.x-0 repository: '@local' condition: uui.enabled - name: platform diff --git a/kubernetes/uui/Chart.yaml b/kubernetes/uui/Chart.yaml index 1b3ca07032..397eb3c3f6 100644 --- a/kubernetes/uui/Chart.yaml +++ b/kubernetes/uui/Chart.yaml @@ -18,7 +18,7 @@ apiVersion: v2 description: ONAP uui name: uui -version: 15.0.1 +version: 16.0.1 dependencies: - name: common @@ -31,16 +31,16 @@ dependencies: version: ~13.x-0 repository: '@local' - name: uui-server - version: ~15.x-0 + version: ~16.x-0 repository: 'file://components/uui-server' - name: uui-nlp version: ~13.x-0 repository: 'file://components/uui-nlp' - name: uui-intent-analysis - version: ~15.x-0 + version: ~16.x-0 repository: 'file://components/uui-intent-analysis' - name: uui-llm-adaptation - version: ~15.x-0 + version: ~16.x-0 repository: 'file://components/uui-llm-adaptation' - name: nginx version: ~18.3.x-0 diff --git a/kubernetes/uui/components/uui-intent-analysis/Chart.yaml b/kubernetes/uui/components/uui-intent-analysis/Chart.yaml index 25fa9459c5..ff396a2395 100644 --- a/kubernetes/uui/components/uui-intent-analysis/Chart.yaml +++ b/kubernetes/uui/components/uui-intent-analysis/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v2 description: ONAP uui intent analysis name: uui-intent-analysis -version: 15.0.0 +version: 16.0.1 dependencies: - name: common diff --git a/kubernetes/uui/components/uui-intent-analysis/values.yaml b/kubernetes/uui/components/uui-intent-analysis/values.yaml index 65f721449a..c556618084 100644 --- a/kubernetes/uui/components/uui-intent-analysis/values.yaml +++ b/kubernetes/uui/components/uui-intent-analysis/values.yaml @@ -42,7 +42,7 @@ secrets: password: '{{ .Values.postgres.config.pgUserPassword }}' passwordPolicy: generate -image: onap/usecase-ui-intent-analysis:15.0.1 +image: onap/usecase-ui-intent-analysis:16.0.1 pullPolicy: Always # flag to enable debugging - application support required diff --git a/kubernetes/uui/components/uui-llm-adaptation/Chart.yaml b/kubernetes/uui/components/uui-llm-adaptation/Chart.yaml index 2391ac35f1..6500e3385e 100644 --- a/kubernetes/uui/components/uui-llm-adaptation/Chart.yaml +++ b/kubernetes/uui/components/uui-llm-adaptation/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v2 description: ONAP uui llm adaptation name: uui-llm-adaptation -version: 15.0.0 +version: 16.0.1 dependencies: - name: common diff --git a/kubernetes/uui/components/uui-llm-adaptation/values.yaml b/kubernetes/uui/components/uui-llm-adaptation/values.yaml index 9ee1f3043e..c803377b1c 100644 --- a/kubernetes/uui/components/uui-llm-adaptation/values.yaml +++ b/kubernetes/uui/components/uui-llm-adaptation/values.yaml @@ -40,7 +40,7 @@ secrets: password: '{{ .Values.postgres.config.pgUserPassword }}' passwordPolicy: generate -image: onap/usecase-ui-llm-adaptation:15.0.0 +image: onap/usecase-ui-llm-adaptation:16.0.1 pullPolicy: Always # flag to enable debugging - application support required diff --git a/kubernetes/uui/components/uui-server/Chart.yaml b/kubernetes/uui/components/uui-server/Chart.yaml index e5677aa216..bdf69387e9 100644 --- a/kubernetes/uui/components/uui-server/Chart.yaml +++ b/kubernetes/uui/components/uui-server/Chart.yaml @@ -17,7 +17,7 @@ apiVersion: v2 description: ONAP uui server name: uui-server -version: 15.0.1 +version: 16.0.1 dependencies: - name: common diff --git a/kubernetes/uui/components/uui-server/values.yaml b/kubernetes/uui/components/uui-server/values.yaml index 83dabb3b9b..b2934d88ab 100644 --- a/kubernetes/uui/components/uui-server/values.yaml +++ b/kubernetes/uui/components/uui-server/values.yaml @@ -52,7 +52,7 @@ flavor: small # application image repository: nexus3.onap.org:10001 -image: onap/usecase-ui-server:15.0.3 +image: onap/usecase-ui-server:16.0.1 pullPolicy: Always revisionHistoryLimit: 1 diff --git a/kubernetes/uui/values.yaml b/kubernetes/uui/values.yaml index 8f7c6cd3cb..a931c1e517 100644 --- a/kubernetes/uui/values.yaml +++ b/kubernetes/uui/values.yaml @@ -28,7 +28,7 @@ subChartsOnly: flavor: small # application image -image: onap/usecase-ui:15.0.1 +image: onap/usecase-ui:16.0.1 pullPolicy: Always # application configuration