diff --git a/charts/celestia-node/Chart.yaml b/charts/celestia-node/Chart.yaml index 876a286..9cd768c 100644 --- a/charts/celestia-node/Chart.yaml +++ b/charts/celestia-node/Chart.yaml @@ -21,4 +21,4 @@ maintainers: name: celestia-node sources: - https://github.com/celestiaorg/celestia-node -version: 0.2.0 +version: 0.2.1 diff --git a/charts/celestia-node/README.md b/charts/celestia-node/README.md index d95ced0..fdc815c 100644 --- a/charts/celestia-node/README.md +++ b/charts/celestia-node/README.md @@ -1,6 +1,6 @@ # celestia-node -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![AppVersion: v0.15.0](https://img.shields.io/badge/AppVersion-v0.15.0-informational?style=flat-square) +![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![AppVersion: v0.15.0](https://img.shields.io/badge/AppVersion-v0.15.0-informational?style=flat-square) Celestia Node @@ -374,10 +374,8 @@ Celestia Node | node.resources.requests.memory | string | `"16Gi"` | memory requests for the node, 8Gi by default | | node.resourcesPreset | string | `"nano"` | more information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15 | | node.schedulerName | string | `""` | | -| node.settings.address | string | `"SET_IT"` | address for the celestia-node, it must be set | | node.settings.home | string | `"/home/celestia"` | home directory for the celestia-node, defaults to /home/celestia | | node.settings.nodeType | string | `"bridge"` | | -| node.settings.node_id | string | `"SET_IT"` | node ID for the celestia-node, it must be set | | node.settings.secret.name | string | `"SET_IT"` | name of the secret, it must be set | | node.settings.ws.tls.enabled | bool | `false` | | | node.settings.ws.tls.secret.name | string | `"SET_IT"` | | diff --git a/charts/celestia-node/values.yaml b/charts/celestia-node/values.yaml index 7b90a7a..98fe9ba 100644 --- a/charts/celestia-node/values.yaml +++ b/charts/celestia-node/values.yaml @@ -466,16 +466,16 @@ node: ## @param volumePermissions.resourcesPreset Set init container resources according to one common preset (allowed values: none, nano, small, medium, large, xlarge, 2xlarge). This is ignored if volumePermissions.resources is set (volumePermissions.resources is recommended for production). ## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15 ## - #resourcesPreset: "micro" + # resourcesPreset: "micro" ## @param volumePermissions.resources Set init container resources for the otel agent (essential for production workloads) ## Example: resources: requests: cpu: 100m memory: 100Mi - #limits: - #cpu: 200m - #memory: 200Mi + # limits: + # cpu: 200m + # memory: 200Mi ## A secret must be available in the cluster with the following format: ## - name: ## - items: