From b6104f1f51f643dd40b328903e4ee13511e3fa19 Mon Sep 17 00:00:00 2001 From: Mattie Conover Date: Tue, 19 Jul 2022 10:33:44 -0400 Subject: [PATCH] Kathy deploy (#798) --- typescript/infra/config/environments/mainnet/helloworld.ts | 4 ++-- typescript/infra/config/environments/testnet2/helloworld.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/typescript/infra/config/environments/mainnet/helloworld.ts b/typescript/infra/config/environments/mainnet/helloworld.ts index f7ec3a2c4..20d372ece 100644 --- a/typescript/infra/config/environments/mainnet/helloworld.ts +++ b/typescript/infra/config/environments/mainnet/helloworld.ts @@ -8,9 +8,9 @@ export const helloWorld: HelloWorldConfig = { kathy: { docker: { repo: 'gcr.io/abacus-labs-dev/abacus-monorepo', - tag: 'sha-0f9c0f9', + tag: 'sha-cd7dded', }, - cronSchedule: '0 15 * * *', // Every day at 3:00 PM UTC + cronSchedule: '0 */6 * * *', // Once every 6 hours chainsToSkip: [], runEnv: environment, namespace: environment, diff --git a/typescript/infra/config/environments/testnet2/helloworld.ts b/typescript/infra/config/environments/testnet2/helloworld.ts index 0e2ed02f7..fc4c85005 100644 --- a/typescript/infra/config/environments/testnet2/helloworld.ts +++ b/typescript/infra/config/environments/testnet2/helloworld.ts @@ -8,7 +8,7 @@ export const helloWorld: HelloWorldConfig = { kathy: { docker: { repo: 'gcr.io/abacus-labs-dev/abacus-monorepo', - tag: 'sha-0f9c0f9', + tag: 'sha-cd7dded', }, cronSchedule: '0 */2 * * *', // Once every 2 hours chainsToSkip: [],