Skip to content

Commit

Permalink
feat(kubernetes/devnet-2): update tracoor image and values
Browse files Browse the repository at this point in the history
  • Loading branch information
Savid committed Aug 6, 2024
1 parent 6254135 commit 723bd7a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion kubernetes/devnet-2/tracoor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tracoor-single:
fullnameOverride: "tracoor"
image:
repository: ethpandaops/tracoor
tag: 0.0.21-debian
tag: 0.0.22-debian
pullPolicy: IfNotPresent
resources:
requests:
Expand Down Expand Up @@ -60,6 +60,21 @@ tracoor-single:
executionBlockTraces: 72h
beaconBlocks: 72h

ethereum:
config:
repository: ethpandaops/pectra-devnets
branch: master
path: network-configs/devnet-2/metadata
tools:
ncli:
repository: status-im/nimbus-eth2
branch: unstable
lcli:
repository: sigp/lighthouse
branch: electra-devnet-1
zcli:
fork: electra

agents:
- name: bootnode-1
ethereum:
Expand Down

0 comments on commit 723bd7a

Please sign in to comment.