diff options
author | Reshmasree <reshmasree.chamarthi2@wipro.com> | 2020-09-22 11:46:27 +0530 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-09-22 21:33:10 +0000 |
commit | c6b8abc5e1fd00447ee57266d26e9a1306208f97 (patch) | |
tree | 246d38237501a97a30c7cb6e73f830de5e09b19d | |
parent | 04f2c06f34ae9c2cd91af8d665bf158b9c7d824e (diff) |
Update container version in son-handler blueprint
Issue-ID: DCAEGEN2-2278
Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com>
Change-Id: I641b50a86f79046cc1685a0eef6cf7e09c163735
-rw-r--r-- | blueprints/k8s-sonhms.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blueprints/k8s-sonhms.yaml b/blueprints/k8s-sonhms.yaml index bbf9cc7..795000e 100644 --- a/blueprints/k8s-sonhms.yaml +++ b/blueprints/k8s-sonhms.yaml @@ -30,7 +30,7 @@ inputs: tag_version: type: string description: docker image name and version - default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.son-handler:2.0.2" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.son-handler:2.1.1" pgaas_cluster_name: type: string description: pg cluster |