File tree Expand file tree Collapse file tree 13 files changed +20
-20
lines changed Expand file tree Collapse file tree 13 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1.0.1
18
+ version : 1.0.2
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 20
20
ASTRIA_COMPOSER_NO_METRICS : " {{ not .Values.metrics.enabled }}"
21
21
ASTRIA_COMPOSER_METRICS_HTTP_LISTENER_ADDR : " 0.0.0.0:{{ .Values.ports.metrics }}"
22
22
ASTRIA_COMPOSER_FORCE_STDOUT : " {{ .Values.global.useTTY }}"
23
- ASTRIA_COMPOSER_PRETTY_PRINT : " {{ .Values.global.useTTY }}"
24
23
NO_COLOR : " {{ .Values.global.useTTY }}"
25
24
ASTRIA_COMPOSER_NO_OTEL : " {{ not .Values.otel.enabled }}"
26
25
OTEL_EXPORTER_OTLP_ENDPOINT : " {{ tpl .Values.otel.endpoint . }}"
31
30
OTEL_EXPORTER_OTLP_TRACE_HEADERS : " {{ tpl .Values.otel.traceHeaders . }}"
32
31
OTEL_SERVICE_NAME : " {{ tpl .Values.otel.serviceName . }}"
33
32
{{- if not .Values.global.dev }}
33
+ ASTRIA_COMPOSER_PRETTY_PRINT : " {{ .Values.global.useTTY }}"
34
34
{{- else }}
35
35
{{- end }}
36
36
---
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1.0.3
18
+ version : 1.0.4
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 21
21
ASTRIA_BRIDGE_WITHDRAWER_NO_METRICS: "{{ not .Values.metrics.enabled }}"
22
22
ASTRIA_BRIDGE_WITHDRAWER_METRICS_HTTP_LISTENER_ADDR: "0.0.0.0:{{ .Values.ports.metrics }}"
23
23
ASTRIA_BRIDGE_WITHDRAWER_FORCE_STDOUT: "{{ .Values.global.useTTY }}"
24
- ASTRIA_BRIDGE_WITHDRAWER_PRETTY_PRINT: "{{ .Values.global.useTTY }}"
25
24
ASTRIA_BRIDGE_WITHDRAWER_NO_OTEL: "{{ not .Values.otel.enabled }}"
26
25
27
26
NO_COLOR: "{{ .Values.global.useTTY }}"
33
32
OTEL_EXPORTER_OTLP_TRACE_HEADERS: "{{ tpl .Values.otel.traceHeaders . }}"
34
33
OTEL_SERVICE_NAME: "{{ tpl .Values.otel.serviceName . }}"
35
34
{{- if not .Values.global.dev }}
35
+ ASTRIA_BRIDGE_WITHDRAWER_PRETTY_PRINT: "{{ .Values.global.useTTY }}"
36
36
{{- else }}
37
37
ASTRIA_BRIDGE_WITHDRAWER_NO_FROST_THRESHOLD_SIGNING: "{{ .Values.config.noFrostThresholdSigning }}"
38
38
ASTRIA_BRIDGE_WITHDRAWER_FROST_MIN_SIGNERS: "{{ .Values.config.frostMinSigners }}"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version: 1.2.2
18
+ version: 1.2.3
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -15,22 +15,22 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version: 1.1.3
18
+ version: 1.1.4
19
19
dependencies:
20
20
- name: celestia-node
21
21
version: 0.4.0
22
22
repository: "file://../celestia-node"
23
23
condition: celestia-node.enabled
24
24
- name: evm-rollup
25
- version: 1.2.2
25
+ version: 1.2.3
26
26
repository: "file://../evm-rollup"
27
27
condition: evm-rollup.enabled
28
28
- name: flame-rollup
29
29
version: 0.1.2
30
30
repository: "file://../flame-rollup"
31
31
condition: flame-rollup.enabled
32
32
- name: composer
33
- version: 1.0.1
33
+ version: 1.0.2
34
34
repository: "file://../composer"
35
35
condition: composer.enabled
36
36
- name: auctioneer
@@ -42,7 +42,7 @@ dependencies:
42
42
repository: "file://../evm-faucet"
43
43
condition: evm-faucet.enabled
44
44
- name: evm-bridge-withdrawer
45
- version: 1.0.3
45
+ version: 1.0.4
46
46
repository: "file://../evm-bridge-withdrawer"
47
47
condition: evm-bridge-withdrawer.enabled
48
48
- name: postgresql
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version: 0.1.0
18
+ version: 0.1.1
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 1
1
global:
2
2
namespaceOverride: ""
3
3
4
- services:
4
+ services: {}
5
5
# evm-rpc:
6
6
# externalServiceName: astria-evm-service.astria-dev-cluster.svc.cluster.local
7
7
# evm-faucet:
8
8
# externalServiceName: astria-faucet-service.astria-dev-cluster.svc.cluster.local
9
9
10
- ingress:
10
+ ingress: {}
11
11
# rpc:
12
12
# service: evm-rpc
13
13
# port: 8545
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version: 1.0.4
18
+ version: 1.0.5
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 15
15
ASTRIA_SEQUENCER_RELAYER_NO_METRICS: "{{ not .Values.config.relayer.metrics.enabled }}"
16
16
ASTRIA_SEQUENCER_RELAYER_METRICS_HTTP_LISTENER_ADDR: "0.0.0.0:{{ .Values.ports.metrics }}"
17
17
ASTRIA_SEQUENCER_RELAYER_FORCE_STDOUT: "{{ .Values.global.useTTY }}"
18
- ASTRIA_SEQUENCER_RELAYER_PRETTY_PRINT: "{{ .Values.global.useTTY }}"
19
18
NO_COLOR: "{{ .Values.global.useTTY }}"
20
19
ASTRIA_SEQUENCER_RELAYER_NO_OTEL: "{{ not .Values.otel.enabled }}"
21
20
OTEL_EXPORTER_OTLP_ENDPOINT: "{{ tpl .Values.otel.endpoint . }}"
29
28
ASTRIA_SEQUENCER_RELAYER_SEQUENCER_CHAIN_ID: "{{ include "sequencer-relayer.sequencerChainId" . }}"
30
29
ASTRIA_SEQUENCER_RELAYER_CELESTIA_CHAIN_ID: "{{ include "sequencer-relayer.celestiaChainId" . }}"
31
30
{{- if not .Values.global.dev }}
31
+ ASTRIA_SEQUENCER_RELAYER_PRETTY_PRINT: "{{ .Values.global.useTTY }}"
32
32
{{- else }}
33
33
{{- end }}
34
34
---
You can’t perform that action at this time.
0 commit comments