From b058026f3511982996075eddd38e27addb5cde2f Mon Sep 17 00:00:00 2001 From: "github-merge-queue[bot]" Date: Fri, 15 Nov 2024 09:54:09 +0000 Subject: [PATCH] Changes from astriaorg/astria@01dcf49d52ac6b04468b2769f6497cec0df4d5fb --- charts/celestia-local/Chart.yaml | 6 ++++-- charts/celestia-local/values.yaml | 4 ++-- charts/celestia-node/files/config.toml | 10 +++++++--- charts/celestia-node/values.yaml | 3 ++- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/charts/celestia-local/Chart.yaml b/charts/celestia-local/Chart.yaml index f30edc2..797cb6d 100644 --- a/charts/celestia-local/Chart.yaml +++ b/charts/celestia-local/Chart.yaml @@ -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 diff --git a/charts/celestia-local/values.yaml b/charts/celestia-local/values.yaml index e0751f9..4876602 100644 --- a/charts/celestia-local/values.yaml +++ b/charts/celestia-local/values.yaml @@ -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 diff --git a/charts/celestia-node/files/config.toml b/charts/celestia-node/files/config.toml index eb2ce57..8a39986 100644 --- a/charts/celestia-node/files/config.toml +++ b/charts/celestia-node/files/config.toml @@ -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"] @@ -46,7 +46,10 @@ Enabled = false [Share] + BlockStoreCacheSize = 128 UseShareExchange = true + [Share.EDSStoreParams] + RecentBlocksCacheSize = 10 [Share.ShrExEDSParams] ServerReadTimeout = "5s" ServerWriteTimeout = "1m0s" @@ -103,4 +106,5 @@ SampleTimeout = "3m0s" {{- end }} - +[Pruner] + EnableService = {{ .Values.config.enablePruner }} diff --git a/charts/celestia-node/values.yaml b/charts/celestia-node/values.yaml index 3749172..b65f7bf 100644 --- a/charts/celestia-node/values.yaml +++ b/charts/celestia-node/values.yaml @@ -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 @@ -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: