Skip to content

Commit 4d48c3b

Browse files
authored
feat (app): updated the home dir (#126)
* creation of a new helm version * latest update * latest update * latest update * latest update * latest update * feat(app):building a new version * updating the home dir
1 parent 4386591 commit 4d48c3b

3 files changed

Lines changed: 5 additions & 9 deletions

File tree

charts/celestia-app/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ maintainers:
2424
name: celestia-app
2525
sources:
2626
- https://github.com/celestiaorg/celestia-app
27-
version: 0.4.2
27+
version: 0.4.3

charts/celestia-app/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# celestia-app
22

3-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: v4.0.0](https://img.shields.io/badge/AppVersion-v4.0.0-informational?style=flat-square)
3+
![Version: 0.4.3](https://img.shields.io/badge/Version-0.4.3-informational?style=flat-square) ![AppVersion: v4.0.0](https://img.shields.io/badge/AppVersion-v4.0.0-informational?style=flat-square)
44

55
Celestia App
66

@@ -31,10 +31,6 @@ Celestia App
3131
| app.args[0] | string | `"start"` | |
3232
| app.args[1] | string | `"--home"` | |
3333
| app.args[2] | string | `"$(CELESTIA_APP_HOME)"` | |
34-
| app.args[3] | string | `"--rpc.laddr"` | |
35-
| app.args[4] | string | `"tcp://0.0.0.0:26657"` | |
36-
| app.args[5] | string | `"--api.enable"` | |
37-
| app.args[6] | string | `"--grpc.enable"` | |
3834
| app.automountServiceAccountToken | bool | `false` | mount service account token in app pods |
3935
| app.command | list | `["celestia-appd"]` | command for the celestia-app |
4036
| app.config.app | object | `{"api":{"address":"tcp://localhost:1317","enable":false,"enabled_unsafe_cors":false,"max_open_connections":1000,"rpc_max_body_bytes":1000000,"rpc_read_timeout":10,"rpc_write_timeout":0,"swagger":false},"app_db_backend":"","grpc":{"address":"localhost:9090","enable":false,"max_recv_msg_size":"20971520","max_send_msg_size":"2147483647"},"grpc_web":{"enable":false},"halt_height":0,"halt_time":0,"iavl_cache_size":781250,"iavl_disable_fastnode":false,"index_events":[],"inter_block_cache":true,"mempool":{"max_txs":-1},"min_retain_blocks":0,"minimum_gas_prices":"0.002utia","pruning":"default","pruning_interval":"0","pruning_keep_recent":"0","query_gas_limit":"0","state_sync":{"snapshot_interval":1500,"snapshot_keep_recent":2},"streaming":{"abci":{"keys":[],"plugin":"","stop_node_on_err":true}},"telemetry":{"datadog_hostname":"","enable_hostname":false,"enable_hostname_label":false,"enable_service_label":false,"enabled":false,"global_labels":[],"metrics_sink":"","prometheus_retention_time":0,"service_name":"","statsd_addr":""}}` | configuration for the celestia-app app.toml |
@@ -239,7 +235,7 @@ Celestia App
239235
| app.tolerations | list | `[]` | |
240236
| app.topologySpreadConstraints | list | `[]` | |
241237
| app.updateStrategy.type | string | `"RollingUpdate"` | |
242-
| app.valMaker.celestiaHome | string | `"/home/celestia"` | |
238+
| app.valMaker.celestiaAppHome | string | `"/home/celestia/.celestia-app"` | |
243239
| app.valMaker.chainId | string | `"arabica-11"` | |
244240
| app.valMaker.enabled | bool | `false` | enable the valMaker, false by default |
245241
| app.valMaker.fundAmount | string | `"110000000000000utia"` | |

charts/celestia-app/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@ app:
221221
repository: bitnami/kubectl
222222
tag: latest
223223
pullPolicy: IfNotPresent
224-
## @param app.valMaker.celestiaHome Celestia home directory for the valMaker
224+
## @param app.valMaker.celestiaAppHome Celestia app home directory for the valMaker
225225
##
226-
celestiaHome: "/home/celestia"
226+
celestiaAppHome: "/home/celestia/.celestia-app"
227227
## @param app.valMaker.chainId Chain ID for the valMaker
228228
##
229229
chainId: "arabica-11"

0 commit comments

Comments
 (0)