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 48ba8e6 commit e3666c3Copy full SHA for e3666c3
lib/interface/cli/commands/gitops/codefresh/install.js
@@ -44,10 +44,6 @@ class CodefreshInstall {
44
mergeValuesFromValuesFile(_argv, _argv.values/* , handleError */);
45
}
46
await gitopsInstaller.install(_argv);
47
- return argocdInstaller.install({
48
- ..._argv,
49
- provider: 'argocd-agent',
50
- });
51
52
53
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.74.2",
+ "version": "0.74.3",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments