diff options
author | Keren Joseph <keren.joseph@amdocs.com> | 2018-04-17 09:54:11 +0300 |
---|---|---|
committer | Mike Elliott <mike.elliott@amdocs.com> | 2018-04-17 18:30:46 -0400 |
commit | 822893df720eecdd97f17cb70a7938129f55406b (patch) | |
tree | b30f9c449a6fd5370ab0aa45a1bdbfbfe079c282 /kubernetes/aai/charts/aai-search-data/values.yaml | |
parent | ef5004bd2145fdff8d529af84e499b5109fffd93 (diff) |
Updated AAI to latest images
- values were updated to latest images for all but sparky -
configuration approch should be agreed before updateing.
- a change in logback.xml was made to match the logback for
internal app of search-data, in order to get the pod up and
running with minimal changes to app files.
- there is an issue with traversl logging that will be solved
with the app developers.
Issue-ID: OOM-947
Change-Id: I40d1dd51d03db35926a9c65678b318e0091caad9
Signed-off-by: Keren Joseph <keren.joseph@amdocs.com>
Diffstat (limited to 'kubernetes/aai/charts/aai-search-data/values.yaml')
-rw-r--r-- | kubernetes/aai/charts/aai-search-data/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/charts/aai-search-data/values.yaml b/kubernetes/aai/charts/aai-search-data/values.yaml index 9e16b23bcc..65b3c9dbc2 100644 --- a/kubernetes/aai/charts/aai-search-data/values.yaml +++ b/kubernetes/aai/charts/aai-search-data/values.yaml @@ -10,7 +10,7 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: onap/search-data-service:v1.1.0 +image: onap/search-data-service:1.2-STAGING-latest pullPolicy: Always restartPolicy: Always |