Skip to content

Commit

Permalink
chore(charts): update evm chart to have better default request limits (
Browse files Browse the repository at this point in the history
…#1114)

## Summary
Chart limits for conductor & composer were too low, and we have a new
geth image with less noisy logs
  • Loading branch information
joroshiba committed May 26, 2024
1 parent 51cf68c commit d08a899
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/evm-rollup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.18.2
version: 0.18.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.10.0"
appVersion: "0.10.1"

dependencies:
- name: celestia-node
Expand Down
10 changes: 5 additions & 5 deletions charts/evm-rollup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ global:
images:
geth:
repo: ghcr.io/astriaorg/astria-geth
tag: 0.10.0
tag: 0.10.1
devTag: latest
conductor:
repo: ghcr.io/astriaorg/conductor
Expand Down Expand Up @@ -311,17 +311,17 @@ resources:
conductor:
requests:
cpu: 0.1
memory: 20Mi
memory: 200Mi
limits:
cpu: 1
memory: 200Mi
memory: 2Gi
composer:
requests:
cpu: 0.1
memory: 20Mi
memory: 100Mi
limits:
cpu: 1
memory: 200Mi
memory: 1Gi
geth:
requests:
cpu: 4
Expand Down

0 comments on commit d08a899

Please sign in to comment.