diff --git a/charts/celestia-node/Chart.yaml b/charts/celestia-node/Chart.yaml index 775ee86..8aa6d57 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.3.1 +version: 0.3.2 diff --git a/charts/celestia-node/values.yaml b/charts/celestia-node/values.yaml index 811ec6b..9a33a25 100644 --- a/charts/celestia-node/values.yaml +++ b/charts/celestia-node/values.yaml @@ -89,8 +89,8 @@ node: registry: ghcr.io # -- repository for the image, celestiaorg/celestia-node by default repository: celestiaorg/celestia-node - # -- tag for the image, v0.13.6 by default - tag: v0.15.0 + # -- tag for the image, v0.16.0 by default + tag: v0.16.0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'