Change-Id: Ia6d853b1d75bf4ebf527806b9d056282a21811ec
Issue-ID: DCAEGEN2-421
Signed-off-by: Jack Lucas <jflucas@research.att.com>
 # For DCAE, we get zips of the archives and build wagons
 DCAEPLUGINFILES=\
 "\
-k8splugin/1.0.0/k8splugin-1.0.0.tgz 
-dcaepolicyplugin/2.1.0/dcaepolicyplugin-2.1.0.tgz \
+k8splugin/1.0.1/k8splugin-1.0.1.tgz 
+dcaepolicyplugin/2.2.1/dcaepolicyplugin-2.2.1.tgz \
 "
 
 # For CCSDK, we pull down the wagon files directly
 CCSDKPLUGINFILES=\
 "\
-plugins/pgaas-1.0.0-py27-none-any.wgn
+plugins/pgaas-1.1.0-py27-none-any.wgn
 plugins/sshkeyshare-1.0.0-py27-none-any.wgn
 "
 
 
 
 BLUEPRINTS=\
 "
+k8s-pgaas-initdb.yaml \
 k8s-config_binding_service.yaml  \
 k8s-deployment_handler.yaml  \
 k8s-inventory.yaml  \
 for bp in ${BLUEPRINTS}
 do
     curl -Ss $1/blueprints/${bp} > ${BPDEST}/$(basename ${bp})
-done
+done
\ No newline at end of file
 
   <groupId>org.onap.dcaegen2.deployments</groupId>
   <artifactId>k8s-bootstrap-container</artifactId>
   <name>dcaegen2-deployments-k8s-bootstrap-container</name>
-  <version>1.1.3</version>
+  <version>1.1.4</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>