Skip to content

Commit 491ee77

Browse files
committed
fix(infra): pass registryCommit to KeyFunderHelmManager.forEnvironment
1 parent b434332 commit 491ee77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typescript/infra/src/utils/rpcUrls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ async function selectCronJobs(
499499
const cronjobManagers: [string, HelmManager<any>][] = [];
500500

501501
try {
502-
const keyFunder = KeyFunderHelmManager.forEnvironment(environment);
502+
const keyFunder = KeyFunderHelmManager.forEnvironment(environment, 'main');
503503
cronjobManagers.push(['Key Funder', keyFunder]);
504504
} catch (e) {
505505
// Environment may not have key funder configured

0 commit comments

Comments
 (0)