feat(infra): Add new warp monitor image tag (#4147)

### Description

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

- Add new warp monitor image tag

### 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/4138/merge
Mohammed Hussan 4 months ago committed by GitHub
parent ef89a59b00
commit dc15860894
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 = { const values = {
image: { image: {
repository: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', repository: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: 'f10895c-20240704-150848', tag: '4c234a5-20240710-183247',
}, },
configFilePath: pathRelativeToMonorepoRoot, configFilePath: pathRelativeToMonorepoRoot,
}; };

Loading…
Cancel
Save