Skip to content

Commit 19a151e

Browse files
committed
bump dora chart & enable execution indexing
1 parent e1a185c commit 19a151e

File tree

6 files changed

+9
-4
lines changed

6 files changed

+9
-4
lines changed

ansible/inventories/devnet-1/group_vars/all/all.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ gen_kubernetes_config_dora_frontend_rainbowkit_id: "15fe4ab4d5c0bcb6f0dc7c398301
170170
gen_kubernetes_config_dora_execution_endpoints_url: "https://raw.githubusercontent.com/ethpandaops/bal-devnets/refs/heads/master/kubernetes/{{ network_iteration }}/dora/endpoints-el.yaml"
171171
gen_kubernetes_config_dora_consensus_endpoints_url: "https://raw.githubusercontent.com/ethpandaops/bal-devnets/refs/heads/master/kubernetes/{{ network_iteration }}/dora/endpoints-cl.yaml"
172172
gen_kubernetes_config_dora_api_secret: "{{ secret_dora_api_key }}"
173+
gen_kubernetes_config_dora_execution_indexer_enabled: true
173174

174175
# role: ethpandaops.general.xatu_sentry
175176
xatu_sentry_container_image: "{{ default_tooling_images.xatu_sentry }}"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: dora
33
repository: https://ethpandaops.github.io/ethereum-helm-charts
4-
version: 1.0.3
5-
digest: sha256:d8ba84c5fea726c976ac1c1ed59cff9486a2f213822d490b17b149b07c41f893
6-
generated: "2025-12-18T13:06:50.517627337+01:00"
4+
version: 1.0.4
5+
digest: sha256:d9bb36d6e0417fae5b4da268f40294b6317576a26820046e10ddf9e083da580f
6+
generated: "2026-01-07T17:03:38.584300676+01:00"

kubernetes/devnet-1/dora/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ version: 0.1.0
88
dependencies:
99
- name: dora
1010
repository: https://ethpandaops.github.io/ethereum-helm-charts
11-
version: 1.0.3
11+
version: 1.0.4
-68.6 KB
Binary file not shown.
68.7 KB
Binary file not shown.

kubernetes/devnet-1/dora/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ dora:
3535
apiDefaultRateLimit: 60
3636
apiDisableDefaultRateLimit: false
3737
proxyCount: 2
38+
executionIndexerEnabled: True
39+
executionIndexerRetention: 336h
3840
extraEnv:
3941
- name: FRONTEND_PPROF
4042
value: "true"
@@ -47,6 +49,8 @@ dora:
4749
postgresql:
4850
name: "dora-postgresql"
4951
fullnameOverride: "dora-postgresql"
52+
persistence:
53+
size: "50Gi"
5054

5155
mevRelays:
5256
- index: 0

0 commit comments

Comments
 (0)