We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f71359 commit 9976e29Copy full SHA for 9976e29
2 files changed
charts/celestia-node/Chart.yaml
@@ -24,4 +24,4 @@ maintainers:
24
name: celestia-node
25
sources:
26
- https://github.com/celestiaorg/helm-charts
27
-version: 0.12.0
+version: 0.12.1
charts/celestia-node/values.yaml
@@ -367,8 +367,9 @@ node:
367
ShutdownTimeout: 20s
368
Core:
369
IP: ""
370
- RPCPort: "26657"
371
- GRPCPort: "9090"
+ Port: "9090"
+ TLSEnabled: false
372
+ XTokenPath: ""
373
State:
374
DefaultKeyName: my_celes_key
375
DefaultBackendName: test
0 commit comments