Skip to content

Commit

Permalink
latest master dora
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Oct 14, 2024
1 parent 6b4fb36 commit 23616e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-0/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ default_tooling_images:
eth_fauceth: chainflag/eth-faucet:latest
blobscan: blossomlabs/blobscan:latest
blobscan_indexer: blossomlabs/blobscan-indexer:latest
dora: ethpandaops/dora:master
dora: ethpandaops/dora:master-latest
dugtrio: ethpandaops/dugtrio:latest
ethereum_genesis_generator: ethpandaops/ethereum-genesis-generator:3.3.5
mev_boost: flashbots/mev-boost:latest
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/devnet-0/dora/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ dora:
fullnameOverride: dora
image:
repository: ethpandaops/dora
tag: master
pullPolicy: IfNotPresent
tag: master-latest
pullPolicy: Always
resources:
requests:
cpu: 500m
Expand Down

0 comments on commit 23616e6

Please sign in to comment.