From 1855702bf7da9d38bd0d73830817bf0744018f53 Mon Sep 17 00:00:00 2001 From: Felipe Monteiro Date: Sun, 11 Feb 2018 15:50:05 -0500 Subject: [PATCH] Bump tiller version to 2.7.2 in armada.handlers.tiller This bumps the version used in the Armada Tiller handler (used for metadata purposes) to 2.7.2 to be consistent with ucp-integration: https://github.com/att-comdev/ucp-integration/blob/82f0312ffa94b6adf90334e7cdad92e9f185d0be/manifests/basic_ucp/deploy_ucp.sh#L103 Change-Id: I118a2bf60d816686f190c88813153adf4ae75cbf --- armada/handlers/tiller.py | 2 +- plugin.yaml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/armada/handlers/tiller.py b/armada/handlers/tiller.py index cd6d73c2..58734464 100644 --- a/armada/handlers/tiller.py +++ b/armada/handlers/tiller.py @@ -34,7 +34,7 @@ from armada.handlers.k8s import K8s from armada.utils.release import release_prefix from armada.utils.release import label_selectors -TILLER_VERSION = b'2.5.0' +TILLER_VERSION = b'2.7.2' TILLER_TIMEOUT = 300 GRPC_EPSILON = 60 RELEASE_LIMIT = 64 diff --git a/plugin.yaml b/plugin.yaml index 43cc765c..1cfb96d3 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,8 +1,10 @@ -name: "armada" +name: "Armada" version: "0.0.3" usage: "Manages multiple Helm charts with a centralized Armada yaml" description: |- - This plugin provides Helm access to Armada. A tool for managing multiple Helm charts with dependencies by centralizing all configurations in a single Armada yaml and providing lifecycle hooks for all Helm releases + This plugin provides Helm access to Armada. A tool for managing + multiple Helm charts with dependencies by centralizing all configurations + in a single Armada yaml and providing lifecycle hooks for all Helm releases usage: $ helm armada tiller --status $ helm armada apply /examples/openstack-helm.yaml