commit | 892b4e77822fe9a6d8b5aeb7128b74b5b5c02870 | [log] [tgz] |
---|---|---|
author | Sergey Otpuschennikov <sotpuschennikov@mirantis.com> | Tue Oct 29 14:54:08 2019 +0400 |
committer | Sergey Otpuschennikov <sotpuschennikov@mirantis.com> | Tue Oct 29 14:54:08 2019 +0400 |
tree | 2347ab6bb672d6944bc634b02108fa29f2b6b61d | |
parent | 1c44a9f0fe7f5cd6b355401cf3d99f4c4eebbf2e [diff] |
Fix call helmRepoIndex method Change-Id: Ia1a4e27512f6d6a64a56b79d0fad4ba963b88f53 Related-PROD: PROD-33154
diff --git a/src/com/mirantis/mk/Helm.groovy b/src/com/mirantis/mk/Helm.groovy index 280bf63..72d95cb 100644 --- a/src/com/mirantis/mk/Helm.groovy +++ b/src/com/mirantis/mk/Helm.groovy
@@ -44,7 +44,7 @@ } helmExtraParams += " --merge index-upstream.yaml" } - helm.helmRepoIndex(helmExtraParams, helmRepoDir) + helmRepoIndex(helmExtraParams, helmRepoDir) } /**