inputs:
   tag_version:
     type: string
-    default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.5.0'
+    default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.5.1'
   service_component_type:
     type: string
     default: 'dcae-hv-ves-collector'
   external_cert_sans:
     type: string
     description: "List of Subject Alternative Names (SANs) which should be present
-      in certificate. Delimiter - : Should contain common_name value and other FQDNs
+      in certificate. Delimiter - , Should contain common_name value and other FQDNs
       under which given component is accessible."
-    default: "dcae-hv-ves-collector:hv-ves-collector:hv-ves"
+    default: "dcae-hv-ves-collector,hv-ves-collector,hv-ves"
   external_cert_use_external_tls:
     type: boolean
     description: Flag to indicate external tls enable/disable.
 
   external_cert_sans:
     type: string
     description: "List of Subject Alternative Names (SANs) which should be present
-      in certificate. Delimiter - : Should contain common_name value and other FQDNs
+      in certificate. Delimiter - , Should contain common_name value and other FQDNs
       under which given component is accessible."
-    default: "dcae-ves-collector:ves-collector:ves"
+    default: "dcae-ves-collector,ves-collector,ves"
   external_cert_use_external_tls:
     type: boolean
     description: Flag to indicate external tls enable/disable.
 
   <groupId>org.onap.dcaegen2.deployments</groupId>
   <artifactId>k8s-bootstrap-container</artifactId>
   <name>dcaegen2-deployments-k8s-bootstrap-container</name>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <packaging>pom</packaging>
 
 
 major=2\r
 minor=2\r
-patch=0\r
+patch=1\r
 base_version=${major}.${minor}.${patch}\r
 release_version=${base_version}\r
 snapshot_version=${base_version}-SNAPSHOT\r