From c9396e348017822fc614296a1b9ec2852637bbbd Mon Sep 17 00:00:00 2001 From: "Anderson, Craig (ca846m)" Date: Thu, 11 Apr 2019 10:31:38 -0700 Subject: [PATCH] Add tiller version requirement to helm-toolkit Change-Id: I30b54188dcfb7d007cb5812f40fd7e0d9ccc443d --- helm-toolkit/Chart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-toolkit/Chart.yaml b/helm-toolkit/Chart.yaml index f24c1e2a0..605098da2 100644 --- a/helm-toolkit/Chart.yaml +++ b/helm-toolkit/Chart.yaml @@ -23,3 +23,4 @@ sources: - https://git.openstack.org/cgit/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors +tillerVersion: ">=2.13.0"