Update Helm plugin version for Dublin 65/79065/1
authorHong Guan <hong.guan@att.com>
Sat, 23 Feb 2019 23:39:56 +0000 (18:39 -0500)
committerHong Guan <hg4105@att.com>
Sat, 23 Feb 2019 23:39:56 +0000 (18:39 -0500)
Change-Id: I927e6a856aa7e33fadd050b908d5c6a8acfcae17
Issue-ID: CCSDK-1104
Signed-off-by: Hong Guan <hg4105@att.com>
helm/helm-type.yaml
helm/pom.xml
helm/setup.py

index 0b32d34..6ba9602 100644 (file)
@@ -19,7 +19,7 @@ plugins:
   helm-plugin:
     executor: central_deployment_agent
     package_name: helm
-    package_version: 3.0.1
+    package_version: 4.0.0
 
 node_types:
 
index 355e8a2..8412b1f 100644 (file)
@@ -41,7 +41,7 @@ limitations under the License.
     <!-- path of types file itself relative to this file -->
     <typefile.source>helm-type.yaml</typefile.source>
     <!-- path, in repo, to store type file -->
-    <typefile.dest>type_files/helm/3.0.1/helm-type.yaml</typefile.dest>
+    <typefile.dest>type_files/helm/4.0.0/helm-type.yaml</typefile.dest>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <sonar.sources>.</sonar.sources>
     <sonar.junit.reportsPath>nosetests.xml</sonar.junit.reportsPath>
index b020186..dc770dc 100644 (file)
@@ -24,7 +24,7 @@ setup(
 
     # Do not use underscores in the plugin name.
     name='helm',
-    version='3.0.1',
+    version='4.0.0',
     author='Nicolas Hu(AT&T)',
     author_email='jh245g@att.com',
     description='This plugin will install/uninstall/upgrade/rollback helm '