diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-12-08 19:51:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-12-08 19:51:16 +0000 |
commit | 208c952967efcd791eb0ffc5432c92284bc5c881 (patch) | |
tree | cc09fdf8c86c3f9960ff35714d7934940d43d065 /kubernetes/aai/components/aai-sparky-be/values.yaml | |
parent | 0643b421d71a9a28f01d2ea9971e172c8e41e76c (diff) | |
parent | 5b65132e0ad056bf96bc2a905576e309ef373e7b (diff) |
Merge "[AAI] Uses new tpls for repos / images"
Diffstat (limited to 'kubernetes/aai/components/aai-sparky-be/values.yaml')
-rw-r--r-- | kubernetes/aai/components/aai-sparky-be/values.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kubernetes/aai/components/aai-sparky-be/values.yaml b/kubernetes/aai/components/aai-sparky-be/values.yaml index 10448b7520..92b8d7a025 100644 --- a/kubernetes/aai/components/aai-sparky-be/values.yaml +++ b/kubernetes/aai/components/aai-sparky-be/values.yaml @@ -1,5 +1,5 @@ # Copyright (c) 2018 Amdocs, Bell Canada, AT&T -# Modifications Copyright (c) 2020 Nokia +# Modifications Copyright (c) 2020 Nokia, Orange # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -26,10 +26,8 @@ global: # global defaults serviceName: aai-gizmo searchData: serviceName: aai-search-data - readinessImage: onap/oom/readiness:3.0.1 # application image -repository: nexus3.onap.org:10001 image: onap/sparky-be:1.6.2 pullPolicy: Always restartPolicy: Always |