Skip to content

Commit c780a19

Browse files
Fix helm certs (#675)
* fix helm certs issues
1 parent ee83406 commit c780a19

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

lib/interface/cli/commands/hybrid/init.cmd.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -885,10 +885,7 @@ const initCmd = new Command({
885885
const runtimeNameContext = installationPlan.getContext('runtimeName');
886886
const agent = installationPlan.getContext('agent');
887887

888-
const keys = await produceVenonaKeys(
889-
_.get(sdk, 'config.context.token'),
890-
kubeNamespace,
891-
);
888+
const keys = await produceVenonaKeys(kubeNamespace);
892889

893890
const _appProxy = {
894891
enabled: appProxy || false,

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

0 commit comments

Comments
 (0)