File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
charts/nitro-celestia-das Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ type: application
2121# This is the chart version. This version number should be incremented each time you make changes
2222# to the chart and its templates, including the app version.
2323# Versions are expected to follow Semantic Versioning (https://semver.org/)
24- version : 0.0.2
24+ version : 0.1.0
2525
2626# This is the version number of the application being deployed. This version number should be
2727# incremented each time you make changes to the application. Versions are not expected to
2828# follow Semantic Versioning. They should reflect the version the application is using.
2929# It is recommended to use it with quotes.
30- appVersion : 0.4.3
30+ appVersion : " v0.5.4 "
Original file line number Diff line number Diff line change 11# nitro-celestia-das
22
3- ![ Version: 0.0.2 ] ( https://img.shields.io/badge/Version-0.0.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.4.3 ] ( https://img.shields.io/badge/AppVersion-0.4.3 -informational?style=flat-square )
3+ ![ Version: 0.1.0 ] ( https://img.shields.io/badge/Version-0.1.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.5.4 ] ( https://img.shields.io/badge/AppVersion-v0.5.4 -informational?style=flat-square )
44
55A Helm chart for deploying celestia-nitro-das
66
@@ -32,7 +32,7 @@ A Helm chart for deploying celestia-nitro-das
3232| fullnameOverride | string | ` "" ` | |
3333| image.pullPolicy | string | ` "IfNotPresent" ` | |
3434| image.repository | string | ` "ghcr.io/celestiaorg/nitro-das-celestia" ` | |
35- | image.tag | string | ` "v0.4.3@sha256:ce5ec7936e4ca48b1ece67a9e2d5887a1e39fc2cabe0df2e3350c4790c1d950c " ` | |
35+ | image.tag | string | ` "" ` | |
3636| imagePullSecrets | list | ` [] ` | |
3737| ingress.annotations | object | ` {} ` | |
3838| ingress.className | string | ` "" ` | |
Original file line number Diff line number Diff line change 1010image :
1111 repository : ghcr.io/celestiaorg/nitro-das-celestia
1212 pullPolicy : IfNotPresent
13- tag : v0.4.3@sha256:ce5ec7936e4ca48b1ece67a9e2d5887a1e39fc2cabe0df2e3350c4790c1d950c
13+ tag : " "
1414
1515imagePullSecrets : []
1616nameOverride : " "
You can’t perform that action at this time.
0 commit comments