Skip to content

Commit

Permalink
chore: update registry and helm for new artela coinGeckoId (#5397)
Browse files Browse the repository at this point in the history
### Description

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

PR to deploy and update warp monitor for ART/artela-base-solanamainnet

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->
No
### 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
-->
Yes
### Testing

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

None/Manual/Unit Tests
-->
Manual
  • Loading branch information
Xaroz authored Feb 10, 2025
1 parent 1f50bbc commit c17c18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/infra/src/warp/helm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class WarpRouteMonitorHelmManager extends HelmManager {
return {
image: {
repository: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '1b67def-20250130-142857',
tag: 'ba8e26d-20250207-165930',
},
warpRouteId: this.warpRouteId,
fullnameOverride: this.helmReleaseName,
Expand Down

0 comments on commit c17c18a

Please sign in to comment.