From 198b4f6376ca45cc903f86aa1b00d32233f6ebd0 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Fri, 23 Sep 2022 09:39:15 +0100 Subject: [PATCH] deploy (#1106) --- typescript/infra/config/environments/mainnet/agent.ts | 4 ++-- typescript/infra/config/environments/testnet2/agent.ts | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/typescript/infra/config/environments/mainnet/agent.ts b/typescript/infra/config/environments/mainnet/agent.ts index e7789eec3..d5ea68dd2 100644 --- a/typescript/infra/config/environments/mainnet/agent.ts +++ b/typescript/infra/config/environments/mainnet/agent.ts @@ -23,7 +23,7 @@ export const abacus: AgentConfig = { context: Contexts.Abacus, docker: { repo: 'gcr.io/abacus-labs-dev/abacus-agent', - tag: 'sha-c2a948f', + tag: 'sha-f2bb187', }, aws: { region: 'us-east-1', @@ -80,7 +80,7 @@ export const releaseCandidate: AgentConfig = { context: Contexts.ReleaseCandidate, docker: { repo: 'gcr.io/abacus-labs-dev/abacus-agent', - tag: 'sha-c2a948f', + tag: 'sha-f2bb187', }, aws: { region: 'us-east-1', diff --git a/typescript/infra/config/environments/testnet2/agent.ts b/typescript/infra/config/environments/testnet2/agent.ts index 55be9a031..31e4d4f3b 100644 --- a/typescript/infra/config/environments/testnet2/agent.ts +++ b/typescript/infra/config/environments/testnet2/agent.ts @@ -26,7 +26,7 @@ export const abacus: AgentConfig = { context: Contexts.Abacus, docker: { repo: 'gcr.io/abacus-labs-dev/abacus-agent', - tag: 'sha-c2a948f', + tag: 'sha-f2bb187', }, aws: { region: 'us-east-1', @@ -92,7 +92,7 @@ export const flowcarbon: AgentConfig = { context: Contexts.Flowcarbon, docker: { repo: 'gcr.io/abacus-labs-dev/abacus-agent', - tag: 'sha-c2a948f', + tag: 'sha-f2bb187', }, aws: { region: 'us-east-1', @@ -124,7 +124,7 @@ export const releaseCandidate: AgentConfig = { context: Contexts.ReleaseCandidate, docker: { repo: 'gcr.io/abacus-labs-dev/abacus-agent', - tag: 'sha-c2a948f', + tag: 'sha-f2bb187', }, aws: { region: 'us-east-1',