Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
increase celestia-node mem limit, bump rollup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WafflesVonMaple committed Dec 21, 2023
1 parent c944ea4 commit cdf44cf
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/celestia-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.1.4
version: 0.1.5

# 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
Expand Down
4 changes: 2 additions & 2 deletions charts/celestia-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ ports:
resources:
requests:
cpu: 1
memory: 500Mi
memory: 4Gi
limits:
cpu: 2
memory: 2Gi
memory: 8Gi

# When deploying in a production environment should use a secret provider
# This is configured for use with GCP, need to set own resource names
Expand Down
6 changes: 3 additions & 3 deletions charts/rollup/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: celestia-node
repository: file://../celestia-node
version: 0.1.4
digest: sha256:8327354396dba4b51f13c2c7a130813ef92c1d3cf0fb86ab0ebb0a48e65db85d
generated: "2023-12-20T14:48:48.304259-08:00"
version: 0.1.5
digest: sha256:a2bbc4c7cd752a1d525cce27f16a29f93983d48ec52cc8fcdaf52fd4e94b59af
generated: "2023-12-21T02:00:57.03216-08:00"
4 changes: 2 additions & 2 deletions charts/rollup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.7.6
version: 0.7.7

# 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
Expand All @@ -25,7 +25,7 @@ appVersion: "0.4.0"

dependencies:
- name: celestia-node
version: "0.1.4"
version: "0.1.5"
repository: "file://../celestia-node"
condition: celestia-node.enabled

Expand Down
Binary file removed charts/rollup/charts/celestia-node-0.1.4.tgz
Binary file not shown.
Binary file added charts/rollup/charts/celestia-node-0.1.5.tgz
Binary file not shown.

0 comments on commit cdf44cf

Please sign in to comment.