From e48bf18edd842f09cc4ed53f17c8449c9c53f097 Mon Sep 17 00:00:00 2001 From: olegs-codefresh Date: Thu, 5 Apr 2018 16:10:18 +0300 Subject: [PATCH] fix tiller namespace in query params during chart installation --- lib/logic/api/helm.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/logic/api/helm.js b/lib/logic/api/helm.js index 94d3425de..ecc65ca81 100644 --- a/lib/logic/api/helm.js +++ b/lib/logic/api/helm.js @@ -76,7 +76,7 @@ const installChart = async ({ method: 'POST', qs: { selector: cluster, - namespace: tillerNamespace, + tillerNamespace, }, body: { name, diff --git a/package.json b/package.json index 38d76f7aa..cd5985bf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codefresh", - "version": "0.8.42", + "version": "0.8.43", "description": "Codefresh command line utility", "main": "index.js", "preferGlobal": true,