diff --git a/charts/celestia-app/README.md b/charts/celestia-app/README.md index e6ea496..1e933df 100644 --- a/charts/celestia-app/README.md +++ b/charts/celestia-app/README.md @@ -1,6 +1,6 @@ # celestia-app -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![AppVersion: v2.1.2](https://img.shields.io/badge/AppVersion-v2.1.2-informational?style=flat-square) +![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![AppVersion: v2.2.0](https://img.shields.io/badge/AppVersion-v2.2.0-informational?style=flat-square) Celestia App @@ -65,11 +65,11 @@ Celestia App | app.extraVolumeMounts | list | `[]` | | | app.extraVolumes | list | `[]` | | | app.hostAliases | list | `[]` | | -| app.image | object | `{"digest":"","pullPolicy":"IfNotPresent","pullSecrets":[],"registry":"ghcr.io","repository":"celestiaorg/celestia-app","tag":"v1.11.0"}` | image parameters for the image | +| app.image | object | `{"digest":"","pullPolicy":"IfNotPresent","pullSecrets":[],"registry":"ghcr.io","repository":"celestiaorg/celestia-app","tag":"v2.2.0"}` | image parameters for the image | | app.image.pullPolicy | string | `"IfNotPresent"` | pull policy for the image, IfNotPresent by default | | app.image.registry | string | `"ghcr.io"` | registry for the image, GitHub Container Registry by default | | app.image.repository | string | `"celestiaorg/celestia-app"` | repository for the image, celestiaorg/celestia-app by default | -| app.image.tag | string | `"v1.11.0"` | tag for the image, v1.9.0 by default | +| app.image.tag | string | `"v2.2.0"` | tag for the image, v2.2.0 by default | | app.initContainers | list | `[]` | | | app.lifecycleHooks | object | `{}` | | | app.livenessProbe | object | `{"enabled":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1}` | liveness probe for the app | @@ -126,6 +126,7 @@ Celestia App | app.settings.generateNewKeys | bool | `true` | | | app.settings.genesisURL | string | `""` | genesis URL for the celestia-app, it must be set | | app.settings.home | string | `"/home/celestia"` | home directory for the celestia-app, defaults to /home/celestia | +| app.settings.network | string | `"celestia"` | | | app.settings.secret.name | string | `""` | name of the secret, it must be set | | app.sidecars | list | `[]` | | | app.startupProbe | object | `{"enabled":false,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1}` | startup probe for the app | diff --git a/charts/celestia-node/README.md b/charts/celestia-node/README.md index 577308a..33c8781 100644 --- a/charts/celestia-node/README.md +++ b/charts/celestia-node/README.md @@ -1,6 +1,6 @@ # celestia-node -![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![AppVersion: v0.16.0](https://img.shields.io/badge/AppVersion-v0.16.0-informational?style=flat-square) +![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![AppVersion: v0.16.0](https://img.shields.io/badge/AppVersion-v0.16.0-informational?style=flat-square) Celestia Node @@ -317,11 +317,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.15.0"}` | image parameters for the image | +| node.image | object | `{"digest":"","pullPolicy":"IfNotPresent","pullSecrets":[],"registry":"ghcr.io","repository":"celestiaorg/celestia-node","tag":"v0.16.0"}` | 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.15.0"` | tag for the image, v0.13.6 by default | +| node.image.tag | string | `"v0.16.0"` | tag for the image, v0.16.0 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 |