Skip to content

Commit e3666c3

Browse files
CR-2432 (#615)
1 parent 48ba8e6 commit e3666c3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

lib/interface/cli/commands/gitops/codefresh/install.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ class CodefreshInstall {
4444
mergeValuesFromValuesFile(_argv, _argv.values/* , handleError */);
4545
}
4646
await gitopsInstaller.install(_argv);
47-
return argocdInstaller.install({
48-
..._argv,
49-
provider: 'argocd-agent',
50-
});
5147
}
5248
}
5349

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

0 commit comments

Comments
 (0)