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 | 6ba909556135803a249484c6f50115e38cea8e04 (patch) | |
tree | 4f31f023d3aa6790fe41f687cf0f868243d8cd91 /charts/aai-modelloader | |
parent | f2b4966be5e2076fa975e53145ff637dfd6cbbcd (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 'charts/aai-modelloader')
-rw-r--r-- | charts/aai-modelloader/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charts/aai-modelloader/values.yaml b/charts/aai-modelloader/values.yaml index f44d524..db069d0 100644 --- a/charts/aai-modelloader/values.yaml +++ b/charts/aai-modelloader/values.yaml @@ -8,7 +8,7 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: onap/model-loader:v1.1.0 +image: onap/model-loader:1.2-STAGING-latest pullPolicy: Always restartPolicy: Always |