diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-12 10:33:58 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-12 10:34:02 -0500 |
commit | afa47d064e61d83f7c733a2b510571dbed739e8c (patch) | |
tree | 989f607c06fea03172c116ffcd602c3a93f29e79 /kubernetes/common/network-name-gen | |
parent | 7623a932f4b725cab55386aaa640a1450deca0d3 (diff) |
[CCSDK] Fix for naming service
Updated version of network-name-gen microservice to 1.0.2, which
contains fix for database initialization error (CCSDK-2978).
Issue-ID: CCSDK-2978
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I25fb44188086181714cfdd3b864ad69bad8f28bf
Diffstat (limited to 'kubernetes/common/network-name-gen')
-rw-r--r-- | kubernetes/common/network-name-gen/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/common/network-name-gen/values.yaml b/kubernetes/common/network-name-gen/values.yaml index 16a6d281dc..ade8a20df6 100644 --- a/kubernetes/common/network-name-gen/values.yaml +++ b/kubernetes/common/network-name-gen/values.yaml @@ -78,7 +78,7 @@ mariadb-init: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/ccsdk-apps-ms-neng:1.0.1 +image: onap/ccsdk-apps-ms-neng:1.0.2 pullPolicy: IfNotPresent # application configuration |