Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Nov 15, 2024
1 parent 57015dc commit b058026
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
6 changes: 4 additions & 2 deletions charts/celestia-local/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,20 @@ 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.6.4
version: 0.7.0

# 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: "1.9.0"
appVersion: "2.3.1"

maintainers:
- name: wafflesvonmaple
url: astria.org
- name: steezeburger
url: astria.org
- name: quasystaty1
url: astria.org
- name: joroshiba
url: astria.org
4 changes: 2 additions & 2 deletions charts/celestia-local/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ storage:
persistentVolumeName: "celestia-shared-storage"
path: "/data/celestia-data"

celestiaAppImage: "ghcr.io/celestiaorg/celestia-app:v2.0.0"
celestiaNodeImage: "ghcr.io/celestiaorg/celestia-node:v0.16.0-rc0"
celestiaAppImage: "ghcr.io/celestiaorg/celestia-app:v2.3.1"
celestiaNodeImage: "ghcr.io/celestiaorg/celestia-node:v0.18.3-mocha"

podSecurityContext:
runAsUser: 10001
Expand Down
10 changes: 7 additions & 3 deletions charts/celestia-node/files/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
GRPCPort = "9090"

[State]
KeyringAccName = ""
KeyringBackend = "test"
DefaultKeyName = "my_celes_key"
DefaultBackendName = "test"

[P2P]
ListenAddresses = ["/ip4/0.0.0.0/udp/2121/quic-v1", "/ip6/::/udp/2121/quic-v1", "/ip4/0.0.0.0/tcp/2121", "/ip6/::/tcp/2121"]
Expand Down Expand Up @@ -46,7 +46,10 @@
Enabled = false

[Share]
BlockStoreCacheSize = 128
UseShareExchange = true
[Share.EDSStoreParams]
RecentBlocksCacheSize = 10
[Share.ShrExEDSParams]
ServerReadTimeout = "5s"
ServerWriteTimeout = "1m0s"
Expand Down Expand Up @@ -103,4 +106,5 @@
SampleTimeout = "3m0s"
{{- end }}


[Pruner]
EnableService = {{ .Values.config.enablePruner }}
3 changes: 2 additions & 1 deletion charts/celestia-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ config:
network: mocha-4
chainId: mocha-4
coreIp: "full.consensus.mocha-4.celestia-mocha.com"
enablePruner: false
type: light
tokenAuthLevel: read # can set to nil or false to disable rpc auth
coreGrpcPort: 9090
Expand All @@ -19,7 +20,7 @@ config:

images:
pullPolicy: IfNotPresent
node: ghcr.io/celestiaorg/celestia-node:v0.16.0-rc0
node: ghcr.io/celestiaorg/celestia-node:v0.18.3-mocha

ports:
celestia:
Expand Down

0 comments on commit b058026

Please sign in to comment.