Skip to content

Commit a4716b7

Browse files
1 parent 9eebc43 commit a4716b7

File tree

13 files changed

+20
-20
lines changed

13 files changed

+20
-20
lines changed

charts/composer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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.1
18+
version: 1.0.2
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

charts/composer/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ data:
2020
ASTRIA_COMPOSER_NO_METRICS: "{{ not .Values.metrics.enabled }}"
2121
ASTRIA_COMPOSER_METRICS_HTTP_LISTENER_ADDR: "0.0.0.0:{{ .Values.ports.metrics }}"
2222
ASTRIA_COMPOSER_FORCE_STDOUT: "{{ .Values.global.useTTY }}"
23-
ASTRIA_COMPOSER_PRETTY_PRINT: "{{ .Values.global.useTTY }}"
2423
NO_COLOR: "{{ .Values.global.useTTY }}"
2524
ASTRIA_COMPOSER_NO_OTEL: "{{ not .Values.otel.enabled }}"
2625
OTEL_EXPORTER_OTLP_ENDPOINT: "{{ tpl .Values.otel.endpoint . }}"
@@ -31,6 +30,7 @@ data:
3130
OTEL_EXPORTER_OTLP_TRACE_HEADERS: "{{ tpl .Values.otel.traceHeaders . }}"
3231
OTEL_SERVICE_NAME: "{{ tpl .Values.otel.serviceName . }}"
3332
{{- if not .Values.global.dev }}
33+
ASTRIA_COMPOSER_PRETTY_PRINT: "{{ .Values.global.useTTY }}"
3434
{{- else }}
3535
{{- end }}
3636
---

charts/evm-bridge-withdrawer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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.3
18+
version: 1.0.4
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

charts/evm-bridge-withdrawer/templates/configmaps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ data:
2121
ASTRIA_BRIDGE_WITHDRAWER_NO_METRICS: "{{ not .Values.metrics.enabled }}"
2222
ASTRIA_BRIDGE_WITHDRAWER_METRICS_HTTP_LISTENER_ADDR: "0.0.0.0:{{ .Values.ports.metrics }}"
2323
ASTRIA_BRIDGE_WITHDRAWER_FORCE_STDOUT: "{{ .Values.global.useTTY }}"
24-
ASTRIA_BRIDGE_WITHDRAWER_PRETTY_PRINT: "{{ .Values.global.useTTY }}"
2524
ASTRIA_BRIDGE_WITHDRAWER_NO_OTEL: "{{ not .Values.otel.enabled }}"
2625

2726
NO_COLOR: "{{ .Values.global.useTTY }}"
@@ -33,6 +32,7 @@ data:
3332
OTEL_EXPORTER_OTLP_TRACE_HEADERS: "{{ tpl .Values.otel.traceHeaders . }}"
3433
OTEL_SERVICE_NAME: "{{ tpl .Values.otel.serviceName . }}"
3534
{{- if not .Values.global.dev }}
35+
ASTRIA_BRIDGE_WITHDRAWER_PRETTY_PRINT: "{{ .Values.global.useTTY }}"
3636
{{- else }}
3737
ASTRIA_BRIDGE_WITHDRAWER_NO_FROST_THRESHOLD_SIGNING: "{{ .Values.config.noFrostThresholdSigning }}"
3838
ASTRIA_BRIDGE_WITHDRAWER_FROST_MIN_SIGNERS: "{{ .Values.config.frostMinSigners }}"

charts/evm-rollup/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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.2.2
18+
version: 1.2.3
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

charts/evm-stack/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ 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.1.3
18+
version: 1.1.4
1919
dependencies:
2020
- name: celestia-node
2121
version: 0.4.0
2222
repository: "file://../celestia-node"
2323
condition: celestia-node.enabled
2424
- name: evm-rollup
25-
version: 1.2.2
25+
version: 1.2.3
2626
repository: "file://../evm-rollup"
2727
condition: evm-rollup.enabled
2828
- name: flame-rollup
2929
version: 0.1.2
3030
repository: "file://../flame-rollup"
3131
condition: flame-rollup.enabled
3232
- name: composer
33-
version: 1.0.1
33+
version: 1.0.2
3434
repository: "file://../composer"
3535
condition: composer.enabled
3636
- name: auctioneer
@@ -42,7 +42,7 @@ dependencies:
4242
repository: "file://../evm-faucet"
4343
condition: evm-faucet.enabled
4444
- name: evm-bridge-withdrawer
45-
version: 1.0.3
45+
version: 1.0.4
4646
repository: "file://../evm-bridge-withdrawer"
4747
condition: evm-bridge-withdrawer.enabled
4848
- name: postgresql

charts/external-ingress/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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.1.0
18+
version: 0.1.1
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

charts/external-ingress/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
global:
22
namespaceOverride: ""
33

4-
services:
4+
services: {}
55
# evm-rpc:
66
# externalServiceName: astria-evm-service.astria-dev-cluster.svc.cluster.local
77
# evm-faucet:
88
# externalServiceName: astria-faucet-service.astria-dev-cluster.svc.cluster.local
99

10-
ingress:
10+
ingress: {}
1111
# rpc:
1212
# service: evm-rpc
1313
# port: 8545

charts/sequencer-relayer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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.4
18+
version: 1.0.5
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

charts/sequencer-relayer/templates/configmaps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ data:
1515
ASTRIA_SEQUENCER_RELAYER_NO_METRICS: "{{ not .Values.config.relayer.metrics.enabled }}"
1616
ASTRIA_SEQUENCER_RELAYER_METRICS_HTTP_LISTENER_ADDR: "0.0.0.0:{{ .Values.ports.metrics }}"
1717
ASTRIA_SEQUENCER_RELAYER_FORCE_STDOUT: "{{ .Values.global.useTTY }}"
18-
ASTRIA_SEQUENCER_RELAYER_PRETTY_PRINT: "{{ .Values.global.useTTY }}"
1918
NO_COLOR: "{{ .Values.global.useTTY }}"
2019
ASTRIA_SEQUENCER_RELAYER_NO_OTEL: "{{ not .Values.otel.enabled }}"
2120
OTEL_EXPORTER_OTLP_ENDPOINT: "{{ tpl .Values.otel.endpoint . }}"
@@ -29,6 +28,7 @@ data:
2928
ASTRIA_SEQUENCER_RELAYER_SEQUENCER_CHAIN_ID: "{{ include "sequencer-relayer.sequencerChainId" . }}"
3029
ASTRIA_SEQUENCER_RELAYER_CELESTIA_CHAIN_ID: "{{ include "sequencer-relayer.celestiaChainId" . }}"
3130
{{- if not .Values.global.dev }}
31+
ASTRIA_SEQUENCER_RELAYER_PRETTY_PRINT: "{{ .Values.global.useTTY }}"
3232
{{- else }}
3333
{{- end }}
3434
---

0 commit comments

Comments
 (0)