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