From 11aaa9e4cd2374daa970e6a1db362256e2e02ff8 Mon Sep 17 00:00:00 2001 From: Hong Guan Date: Wed, 15 Aug 2018 14:29:59 -0400 Subject: Change helm plugin version Change-Id: Icc2fe6309a96f324c535de3f447408260e0bab02 Issue-ID: CCSDK-392 Signed-off-by: Hong Guan --- helm/helm-type.yaml | 2 +- helm/setup.py | 2 +- 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 ' -- cgit 1.2.3-korg