From 944970742185cccb73110875d1b4ad9f7305337f Mon Sep 17 00:00:00 2001 From: Harish Venkata Kajur Date: Thu, 17 Sep 2020 15:36:58 -0400 Subject: Update to latest guilin docker images Also update the pods to not use unlimited for the flavor Change also includes traversal, graphadmin, data router to be not using the root user Issue-ID: AAI-3175 Issue-ID: AAI-3180 Change-Id: Ia2237c0ff8025bb2649ef381ae447e6d39961674 Signed-off-by: Harish Venkata Kajur --- components/aai-modelloader/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'components/aai-modelloader/values.yaml') diff --git a/components/aai-modelloader/values.yaml b/components/aai-modelloader/values.yaml index f4dc73e..e2b9fa1 100644 --- a/components/aai-modelloader/values.yaml +++ b/components/aai-modelloader/values.yaml @@ -21,10 +21,11 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: onap/model-loader:1.6.2 +image: onap/model-loader:1.7.0 pullPolicy: Always restartPolicy: Always flavor: small +flavorOverride: small # application configuration config: {} -- cgit 1.2.3-korg