Skip to content

Commit 432eee1

Browse files
upgrade celestia das (#259)
* chore(beacons): bump lighthouse and beacons * chore(nitro-celestia-das): bump image
1 parent 4f6868f commit 432eee1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/nitro-celestia-das/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

charts/nitro-celestia-das/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A 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 | `""` | |

charts/nitro-celestia-das/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
image:
1111
repository: ghcr.io/celestiaorg/nitro-das-celestia
1212
pullPolicy: IfNotPresent
13-
tag: v0.4.3@sha256:ce5ec7936e4ca48b1ece67a9e2d5887a1e39fc2cabe0df2e3350c4790c1d950c
13+
tag: ""
1414

1515
imagePullSecrets: []
1616
nameOverride: ""

0 commit comments

Comments
 (0)