diff options
Diffstat (limited to 'helm')
-rw-r--r-- | helm/helm-type.yaml | 2 | ||||
-rw-r--r-- | 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 ' |