diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2020-09-17 15:36:58 -0400 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2020-09-17 15:42:25 -0400 |
commit | 944970742185cccb73110875d1b4ad9f7305337f (patch) | |
tree | f8107deaf8b10f1da2ae7be4b38d9c4dd419447c /components/aai-traversal | |
parent | 447967d32676845a8f706f1080f2b123af79e11c (diff) |
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 <vk250x@att.com>
Diffstat (limited to 'components/aai-traversal')
-rw-r--r-- | components/aai-traversal/templates/job.yaml | 2 | ||||
-rw-r--r-- | components/aai-traversal/values.yaml | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/components/aai-traversal/templates/job.yaml b/components/aai-traversal/templates/job.yaml index b92830f..4d6b0dd 100644 --- a/components/aai-traversal/templates/job.yaml +++ b/components/aai-traversal/templates/job.yaml @@ -76,6 +76,8 @@ spec: value: {{ .Values.global.config.userId | quote }} - name: LOCAL_GROUP_ID value: {{ .Values.global.config.groupId | quote }} + resources: +{{ include "common.resources" . }} volumeMounts: - mountPath: /etc/localtime name: localtime diff --git a/components/aai-traversal/values.yaml b/components/aai-traversal/values.yaml index 75fd854..e7ffdb9 100644 --- a/components/aai-traversal/values.yaml +++ b/components/aai-traversal/values.yaml @@ -23,10 +23,11 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: onap/aai-traversal:1.6.3 +image: onap/aai-traversal:1.7.2 pullPolicy: Always restartPolicy: Always flavor: small +flavorOverride: small # application configuration config: |