chore: increase relayer memory in helm chart (#3297)

### Description

Updating the helm chart so we no longer exceed the requested memory.
Checked the scraper and validators too and those have enough resources.

### 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/3307/head
Daniel Savu 8 months ago committed by GitHub
parent 7d530fd4eb
commit b03c90191a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      rust/helm/hyperlane-agent/values.yaml

@ -113,8 +113,8 @@ hyperlane:
name: ''
resources:
requests:
cpu: 500m
memory: 256Mi
cpu: 1000m
memory: 1024Mi
config:
relayChains: ''
multisigCheckpointSyncer:

Loading…
Cancel
Save