Skip to content

Commit

Permalink
bump geth image
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Jul 24, 2024
1 parent 855e767 commit e2e30c5
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-1/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ default_ethereum_client_images:
grandine: ethpandaops/grandine:electra-a00d47d
### Execution layer clients
besu: ethpandaops/besu:main-bcbfec0
geth: ethpandaops/geth:lightclient-prague-devnet-1-0d17745
geth: ethpandaops/geth:lightclient-prague-devnet-1-37c4b03
erigon: ethpandaops/erigon:main-6231a93
ethereumjs: ethpandaops/ethereumjs:master-b543d2f
nethermind: nethermindeth/nethermind:pectra
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/devnet-1/teku-geth-001/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ teku-geth-001:
fullnameOverride: geth-teku-001
image:
repository: ethpandaops/geth
tag: lightclient-prague-devnet-1-0d17745
tag: lightclient-prague-devnet-1-37c4b03
pullPolicy: Always
p2pNodePort:
enabled: false
Expand Down Expand Up @@ -165,7 +165,7 @@ teku-geth-001:
- name: storage
mountPath: "/data"
- name: init-genesis
image: ethpandaops/geth:lightclient-prague-devnet-1-0d17745
image: ethpandaops/geth:lightclient-prague-devnet-1-37c4b03
imagePullPolicy: Always
securityContext:
runAsNonRoot: false
Expand Down

0 comments on commit e2e30c5

Please sign in to comment.