Skip to content

Commit e48bf18

Browse files
author
olegs-codefresh
committed
fix tiller namespace in query params during chart installation
1 parent b67ed73 commit e48bf18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/logic/api/helm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const installChart = async ({
7676
method: 'POST',
7777
qs: {
7878
selector: cluster,
79-
namespace: tillerNamespace,
79+
tillerNamespace,
8080
},
8181
body: {
8282
name,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.8.42",
3+
"version": "0.8.43",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)