diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2022-02-10 17:53:35 -0500 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2022-02-10 17:58:34 -0500 |
commit | ee44596721d34f997a7e03163e64ff34fc5ee35d (patch) | |
tree | a92f0878aaded794b8d241ffe0805c2400b7cf19 | |
parent | c578bf3a8efc1adfa88369eafe358795eb4086ae (diff) |
[CPS] Upgrade cps docker image
Fix intermittent circular dependency error at startup
Issue-ID: CPS-873
Change-Id: I40cd73e3bfc227cb633dcc7e21959df5c31d24fb
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
-rw-r--r-- | kubernetes/cps/components/cps-core/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/cps/components/cps-core/values.yaml b/kubernetes/cps/components/cps-core/values.yaml index bda3f5bcda..a6df12c376 100644 --- a/kubernetes/cps/components/cps-core/values.yaml +++ b/kubernetes/cps/components/cps-core/values.yaml @@ -63,7 +63,7 @@ global: container: name: postgres -image: onap/cps-and-ncmp:2.0.3 +image: onap/cps-and-ncmp:2.0.4 containerPort: &svc_port 8080 managementPort: &mgt_port 8081 |