Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ansible/inventories/devnet-7/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ default_tooling_images:
dora: ethpandaops/dora:qu0b-validator-name-id-latest
dugtrio: ethpandaops/dugtrio:bbusa-endpoint-failover
ethereum_genesis_generator: ethpandaops/ethereum-genesis-generator:6.1.3
tracoor: ethpandaops/tracoor:latest
tracoor: ethpandaops/tracoor:glamsterdam-devnet-7
ncli: status-im/nimbus-eth2:unstable
lcli: ethpandaops/lighthouse:unstable
zcli: electra
zcli: gloas
assertoor: ethpandaops/assertoor:master-latest
erpc: docker.ethquokkaops.io/gh/erpc/erpc:latest
prometheus: prom/prometheus:v2.40.7
Expand Down
7 changes: 4 additions & 3 deletions kubernetes/devnet-7/tracoor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ tracoor-single:
fullnameOverride: "tracoor"
image:
repository: ethpandaops/tracoor
tag: latest
pullPolicy: Always
tag: glamsterdam-devnet-7
pullPolicy: IfNotPresent
resources:
requests:
cpu: 1000m
Expand Down Expand Up @@ -79,6 +79,7 @@ tracoor-single:
beaconStates: 100h
executionBlockTraces: 100h
beaconBlocks: 100h
executionPayloadEnvelopes: 100h
ethereum:
config:
repository: ethpandaops/glamsterdam-devnets
Expand All @@ -92,7 +93,7 @@ tracoor-single:
repository: ethpandaops/lighthouse
branch: unstable
zcli:
fork: electra
fork: gloas

agents:
- name: bootnode-1
Expand Down
Loading