chore(infra): Update warp monitor docker image (#4119)

### Description

<!--
What's included in this PR?
-->

Update script to use the latest docker image

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->

### Related issues

<!--
- Fixes #[issue number here]
-->

### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

### Testing

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
pull/4124/head
Mohammed Hussan 5 months ago committed by GitHub
parent 6cf3982589
commit c5ab4425a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      typescript/infra/scripts/warp-routes/helm.ts

@ -36,7 +36,7 @@ function getWarpRoutesHelmValues(configFilePath: string) {
const values = {
image: {
repository: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '135e6a8-20240415-135635',
tag: 'f10895c-20240704-150848',
},
configFilePath: pathRelativeToMonorepoRoot,
};

Loading…
Cancel
Save