Skip to content

Commit

Permalink
Sysrex/upgrade v0.21.3 (#102)
Browse files Browse the repository at this point in the history
* chore: bump chart version for new common chart release

* fix: error in the values file
  • Loading branch information
sysrex authored Jan 28, 2025
1 parent e374186 commit 5260e74
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/celestia-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ maintainers:
name: celestia-node
sources:
- https://github.com/celestiaorg/helm-charts
version: 0.11.4
version: 0.11.5
13 changes: 7 additions & 6 deletions charts/celestia-node/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# celestia-node

![Version: 0.11.2](https://img.shields.io/badge/Version-0.11.2-informational?style=flat-square) ![AppVersion: v0.21.2](https://img.shields.io/badge/AppVersion-v0.21.2-informational?style=flat-square)
![Version: 0.11.4](https://img.shields.io/badge/Version-0.11.4-informational?style=flat-square) ![AppVersion: v0.21.3](https://img.shields.io/badge/AppVersion-v0.21.3-informational?style=flat-square)

Celestia Node

Expand All @@ -20,7 +20,7 @@ Celestia Node

| Repository | Name | Version |
|------------|------|---------|
| https://celestiaorg.github.io/helm-charts | common-celestia-node | 0.1.2 |
| https://celestiaorg.github.io/helm-charts | common-celestia-node | 0.1.3 |
| oci://registry-1.docker.io/bitnamicharts | common | 2.x.x |

## Values
Expand Down Expand Up @@ -132,9 +132,10 @@ Celestia Node
| node.config.bridge.configtoml.Share.UseShareExchange | bool | `true` | |
| node.config.bridge.configtoml.State.DefaultBackendName | string | `"test"` | |
| node.config.bridge.configtoml.State.DefaultKeyName | string | `"my_celes_key"` | |
| node.config.full.configtoml.Core.GRPCPort | string | `"9090"` | |
| node.config.full.configtoml.Core.IP | string | `""` | |
| node.config.full.configtoml.Core.RPCPort | string | `"26657"` | |
| node.config.full.configtoml.Core.Port | string | `"9090"` | |
| node.config.full.configtoml.Core.TLSEnabled | bool | `false` | |
| node.config.full.configtoml.Core.XTokenPath | string | `""` | |
| node.config.full.configtoml.DASer.BackgroundStoreInterval | string | `"10m0s"` | |
| node.config.full.configtoml.DASer.ConcurrencyLimit | int | `6` | |
| node.config.full.configtoml.DASer.SampleFrom | int | `1` | |
Expand Down Expand Up @@ -315,11 +316,11 @@ Celestia Node
| node.extraVolumeMounts | list | `[]` | |
| node.extraVolumes | list | `[]` | |
| node.hostAliases | list | `[]` | |
| node.image | object | `{"digest":"","pullPolicy":"IfNotPresent","pullSecrets":[],"registry":"ghcr.io","repository":"celestiaorg/celestia-node","tag":"v0.21.2"}` | image parameters for the image |
| node.image | object | `{"digest":"","pullPolicy":"IfNotPresent","pullSecrets":[],"registry":"ghcr.io","repository":"celestiaorg/celestia-node","tag":"v0.21.3"}` | image parameters for the image |
| node.image.pullPolicy | string | `"IfNotPresent"` | pull policy for the image, IfNotPresent by default |
| node.image.registry | string | `"ghcr.io"` | registry for the image, GitHub Container Registry by default |
| node.image.repository | string | `"celestiaorg/celestia-node"` | repository for the image, celestiaorg/celestia-node by default |
| node.image.tag | string | `"v0.21.2"` | tag for the image, v0.18.1 by default |
| node.image.tag | string | `"v0.21.3"` | tag for the image, v0.21.3 by default |
| node.initContainers | list | `[]` | |
| node.lifecycleHooks | object | `{}` | |
| node.livenessProbe | object | `{"enabled":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1}` | liveness probe for the node |
Expand Down
5 changes: 3 additions & 2 deletions charts/celestia-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,9 @@ node:
ShutdownTimeout: 2m0s
Core:
IP: ""
RPCPort: "26657"
GRPCPort: "9090"
Port: "9090"
TLSEnabled: false
XTokenPath: ""
State:
DefaultKeyName: my_celes_key
DefaultBackendName: test
Expand Down

0 comments on commit 5260e74

Please sign in to comment.