We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601e51b commit 86dad81Copy full SHA for 86dad81
2 files changed
charts/celestia-app/Chart.yaml
@@ -2,7 +2,7 @@ annotations:
2
category: celestia
3
licenses: Apache-2.0
4
apiVersion: v2
5
-appVersion: v3.6.0
+appVersion: v3.7.0
6
dependencies:
7
- name: common-celestia-app
8
version: 0.1.3
@@ -24,4 +24,4 @@ maintainers:
24
name: celestia-app
25
sources:
26
- https://github.com/celestiaorg/celestia-app
27
-version: 0.0.9
+version: 0.0.10
charts/celestia-app/values.yaml
@@ -95,7 +95,7 @@ app:
95
# -- repository for the image, celestiaorg/celestia-app by default
96
repository: celestiaorg/celestia-app
97
# -- tag for the image, v3.0.0 by default
98
- tag: v3.6.0
+ tag: v3.7.0
99
digest: ""
100
## Specify a imagePullPolicy
101
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
0 commit comments