From 1bcb3352a0819764954e6f301190e1041d5afa49 Mon Sep 17 00:00:00 2001 From: Hong Guan Date: Sat, 23 Feb 2019 18:39:56 -0500 Subject: Update Helm plugin version for Dublin Change-Id: I927e6a856aa7e33fadd050b908d5c6a8acfcae17 Issue-ID: CCSDK-1104 Signed-off-by: Hong Guan --- helm/helm-type.yaml | 2 +- helm/pom.xml | 2 +- helm/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/helm-type.yaml b/helm/helm-type.yaml index 0b32d34..6ba9602 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: 3.0.1 + package_version: 4.0.0 node_types: diff --git a/helm/pom.xml b/helm/pom.xml index 355e8a2..8412b1f 100644 --- a/helm/pom.xml +++ b/helm/pom.xml @@ -41,7 +41,7 @@ limitations under the License. helm-type.yaml - type_files/helm/3.0.1/helm-type.yaml + type_files/helm/4.0.0/helm-type.yaml UTF-8 . nosetests.xml diff --git a/helm/setup.py b/helm/setup.py index b020186..dc770dc 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='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 ' -- cgit 1.2.3-korg