Skip to content

Commit

Permalink
fix tiller namespace in query params during chart installation
Browse files Browse the repository at this point in the history
  • Loading branch information
olegs-codefresh committed Apr 5, 2018
1 parent b67ed73 commit e48bf18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/logic/api/helm.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const installChart = async ({
method: 'POST',
qs: {
selector: cluster,
namespace: tillerNamespace,
tillerNamespace,
},
body: {
name,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.8.42",
"version": "0.8.43",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit e48bf18

Please sign in to comment.