Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Aug 10, 2023
1 parent 9feccdf commit 278d968
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 19 deletions.
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-4/group_vars/prysm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ prysm_container_command_extra_simple_args:
prysm_container_command_extra_bootnode_args: >-
{{ ethereum_cl_bootnodes | map('regex_replace', '^', '--bootstrap-node=') | list }}
prysm_validator_container_image: "{{ prysm_container_image }}"
prysm_validator_container_image: "{{ default_ethereum_client_images.prysm_validator }}"
prysm_validator_container_volumes:
- "{{ prysm_validator_datadir }}:/validator-data"
- "{{ eth_testnet_config_dir }}:/network-config:ro"
Expand Down
3 changes: 2 additions & 1 deletion ansible/inventories/devnet-8/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ default_ethereum_client_images:
# Consensus layer clients
lighthouse: ethpandaops/lighthouse:deneb-free-blobs # NOT YET UPDATED
lodestar: chainsafe/lodestar:unsafe # Ready for devnet 8
nimbus: ethpandaops/nimbus:unstable-b626649 # NOT YET UPDATED
nimbus: ethpandaops/nimbus:unstable # NOT YET UPDATED
prysm: ethpandaops/prysm:deneb-devnet7-e60b3bb # NOT YET UPDATED
prysm_validator: ethpandaops/prysm-validator:deneb-devnet7-e60b3bb # NOT YET UPDATED
teku: consensys/teku:23.6.1 # NOT YET UPDATED
# Execution layer clients
besu: ethpandaops/besu:4844-devnet-5b-ee00538 # NOT YET UPDATED
Expand Down
16 changes: 0 additions & 16 deletions ansible/inventories/devnet-8/host_vars/teku-geth-1

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
teku:
{%- for arg in teku_container_command_extra_args | default ([]) +%}
- {{ arg | replace('/network-config', '/data/network-config') }}
- --Xepochs-store-blobs=max # Keep the blobs forever
{%- endfor +%}
prysm:
{%- for arg in prysm_container_command_extra_args | default ([]) +%}
Expand Down Expand Up @@ -190,7 +191,7 @@
memory: 7Gi
persistence:
enabled: true
size: 50Gi
size: 250Gi
initContainers:
- name: init-genesis
image: alpine:latest
Expand Down

0 comments on commit 278d968

Please sign in to comment.