We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67ed73 commit e48bf18Copy full SHA for e48bf18
lib/logic/api/helm.js
@@ -76,7 +76,7 @@ const installChart = async ({
76
method: 'POST',
77
qs: {
78
selector: cluster,
79
- namespace: tillerNamespace,
+ tillerNamespace,
80
},
81
body: {
82
name,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.8.42",
+ "version": "0.8.43",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments