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:
82f0312ffa/manifests/basic_ucp/deploy_ucp.sh (L103)
Change-Id: I118a2bf60d816686f190c88813153adf4ae75cbf
This commit is contained in:
parent
1d31b183a2
commit
1855702bf7
@ -34,7 +34,7 @@ from armada.handlers.k8s import K8s
|
|||||||
from armada.utils.release import release_prefix
|
from armada.utils.release import release_prefix
|
||||||
from armada.utils.release import label_selectors
|
from armada.utils.release import label_selectors
|
||||||
|
|
||||||
TILLER_VERSION = b'2.5.0'
|
TILLER_VERSION = b'2.7.2'
|
||||||
TILLER_TIMEOUT = 300
|
TILLER_TIMEOUT = 300
|
||||||
GRPC_EPSILON = 60
|
GRPC_EPSILON = 60
|
||||||
RELEASE_LIMIT = 64
|
RELEASE_LIMIT = 64
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
name: "armada"
|
name: "Armada"
|
||||||
version: "0.0.3"
|
version: "0.0.3"
|
||||||
usage: "Manages multiple Helm charts with a centralized Armada yaml"
|
usage: "Manages multiple Helm charts with a centralized Armada yaml"
|
||||||
description: |-
|
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:
|
usage:
|
||||||
$ helm armada tiller --status
|
$ helm armada tiller --status
|
||||||
$ helm armada apply /examples/openstack-helm.yaml
|
$ helm armada apply /examples/openstack-helm.yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user