Skip to content

Commit d4c0d3f

Browse files
author
olegs-codefresh
committed
fix route to run test-release
1 parent c863895 commit d4c0d3f

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 testRelease = async ({
7676
timeout,
7777
}) => {
7878
const options = {
79-
url: `/api/kubernetes/release/test/${releaseName}`,
79+
url: `/api/kubernetes/releases/test/${releaseName}`,
8080
method: 'POST',
8181
qs: {
8282
selector: cluster,

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.7.0",
3+
"version": "0.7.1",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)