File tree Expand file tree Collapse file tree 15 files changed +25
-45
lines changed
Expand file tree Collapse file tree 15 files changed +25
-45
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 8 .0.0
18+ version : 9 .0.0
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 5 .0.0"
24+ appVersion : " 6 .0.0"
2525
2626maintainers :
2727 - name : wafflesvonmaple
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ storage:
1515 persistentVolumeName : " celestia-shared-storage"
1616 path : " /data/celestia-data"
1717
18- celestiaAppImage : " ghcr.io/celestiaorg/celestia-app:v5.0.9 "
19- celestiaNodeImage : " ghcr.io/celestiaorg/celestia-node:v0.26.1 -mocha"
18+ celestiaAppImage : " ghcr.io/celestiaorg/celestia-app:v6.1.0-rc0 "
19+ celestiaNodeImage : " ghcr.io/celestiaorg/celestia-node:v0.27.5 -mocha"
2020
2121podSecurityContext :
2222 runAsUser : 10001
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.6 .0
18+ version : 0.7 .0
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 0.25.3 "
24+ appVersion : " 0.27.5 "
2525
2626maintainers :
2727 - name : wafflesvonmaple
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ config:
2020
2121images :
2222 pullPolicy : IfNotPresent
23- node : ghcr.io/celestiaorg/celestia-node:v0.25.3
23+ node : ghcr.io/celestiaorg/celestia-node:v0.27.5
2424
2525ports :
2626 celestia :
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 1 .0.5
18+ version : 2 .0.0
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 1 .0.1 "
24+ appVersion : " 2 .0.0 "
2525
2626maintainers :
2727 - name : wafflesvonmaple
Original file line number Diff line number Diff line change 3030 OTEL_EXPORTER_OTLP_TRACE_HEADERS : " {{ tpl .Values.otel.traceHeaders . }}"
3131 OTEL_SERVICE_NAME : " {{ tpl .Values.otel.serviceName . }}"
3232 {{- if not .Values.global.dev }}
33- ASTRIA_COMPOSER_PRETTY_PRINT : " {{ .Values.global.useTTY }}"
3433 {{- else }}
3534 {{- end }}
3635---
Original file line number Diff line number Diff line change 99 composer :
1010 repo : ghcr.io/astriaorg/composer
1111 pullPolicy : IfNotPresent
12- tag : 1 .0.1
12+ tag : 2 .0.0
1313 devTag : latest
1414
1515config :
Original file line number Diff line number Diff line change 11dependencies:
22- name: celestia-node
33 repository: file://../celestia-node
4- version: 0.6 .0
4+ version: 0.7 .0
55- name: evm-rollup
66 repository: file://../evm-rollup
77 version: 3.0.1
@@ -10,7 +10,7 @@ dependencies:
1010 version: 0.1.3
1111- name: composer
1212 repository: file://../composer
13- version: 1 .0.5
13+ version: 2 .0.0
1414- name: auctioneer
1515 repository: file://../auctioneer
1616 version: 0.0.2
@@ -26,5 +26,5 @@ dependencies:
2626- name: blockscout-stack
2727 repository: https://blockscout.github.io/helm-charts
2828 version: 1.6.8
29- digest: sha256:2c9b9b63d5d6fcbaa860475e850a0b180ffd0cc8f2fd9034618676e0242634f3
30- generated: "2025-09-24T20:56:43.085682+03 :00"
29+ digest: sha256:fa5f1169b017cf05b467b11bf9a1f41e68cea64fc1bbd0ffa4c1379a169b42f8
30+ generated: "2025-10-03T13:02:10.883499-07 :00"
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 4.0.0
18+ version : 4.0.1
1919
2020dependencies :
2121 - name : celestia-node
22- version : 0.6 .0
22+ version : 0.7 .0
2323 repository : " file://../celestia-node"
2424 condition : celestia-node.enabled
2525 - name : evm-rollup
@@ -31,7 +31,7 @@ dependencies:
3131 repository : " file://../flame-rollup"
3232 condition : flame-rollup.enabled
3333 - name : composer
34- version : 1 .0.5
34+ version : 2 .0.0
3535 repository : " file://../composer"
3636 condition : composer.enabled
3737 - name : auctioneer
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 1 .0.7
18+ version : 2 .0.0
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : 1 .0.1
24+ appVersion : 2 .0.0
2525
2626maintainers :
2727 - name : wafflesvonmaple
You can’t perform that action at this time.
0 commit comments