summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHong Guan <hg4105@att.com>2018-08-15 14:29:59 -0400
committerHong Guan <hg4105@att.com>2018-08-15 14:30:36 -0400
commit11aaa9e4cd2374daa970e6a1db362256e2e02ff8 (patch)
tree7c2f2cbd59e1ac3acf2c16530c7a85cf36a184a0
parent47d44eca38257781b884544f7ef1c97d6a02b2ce (diff)
Change helm plugin version
Change-Id: Icc2fe6309a96f324c535de3f447408260e0bab02 Issue-ID: CCSDK-392 Signed-off-by: Hong Guan <hg4105@att.com>
-rw-r--r--helm/helm-type.yaml2
-rw-r--r--helm/setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/helm/helm-type.yaml b/helm/helm-type.yaml
index c8d329c..15b5956 100644
--- a/helm/helm-type.yaml
+++ b/helm/helm-type.yaml
@@ -19,7 +19,7 @@ plugins:
helm-plugin:
executor: central_deployment_agent
package_name: helm
- package_version: 2.3.1
+ package_version: 3.0.0
node_types:
diff --git a/helm/setup.py b/helm/setup.py
index 8eb67f9..5eba25c 100644
--- a/helm/setup.py
+++ b/helm/setup.py
@@ -24,7 +24,7 @@ setup(
# Do not use underscores in the plugin name.
name='helm',
- version='2.3.1',
+ version='3.0.0',
author='Nicolas Hu(AT&T)',
author_email='jh245g@att.com',
description='This plugin will install/uninstall/upgrade/rollback helm '