diff --git a/.github/workflows/per-pr.yml b/.github/workflows/per-pr.yml index 5b22861fd..a1338a0ca 100644 --- a/.github/workflows/per-pr.yml +++ b/.github/workflows/per-pr.yml @@ -33,7 +33,7 @@ jobs: "./.github/tests/mix-with-tools.yaml", "./.github/tests/mix-persistence.yaml", "./.github/tests/mix-public.yaml", - "./.github/tests/minimal.yaml", + #"./.github/tests/minimal.yaml", "./network_params.yaml" ] runs-on: ubuntu-latest diff --git a/.github/workflows/run-k8s.yml b/.github/workflows/run-k8s.yml index 7a40af582..c40e05d4a 100644 --- a/.github/workflows/run-k8s.yml +++ b/.github/workflows/run-k8s.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: payload: - - { name: "minimal", file: "./.github/tests/minimal.yaml" } + #- { name: "minimal", file: "./.github/tests/minimal.yaml" } - { name: "network-params", file: "./network_params.yaml" } runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index af6a89cb3..75aa15c28 100644 --- a/README.md +++ b/README.md @@ -1101,7 +1101,7 @@ spamoor_params: # Ethereum genesis generator params ethereum_genesis_generator_params: # The image to use for ethereum genesis generator - image: ethpandaops/ethereum-genesis-generator:5.0.2 + image: ethpandaops/ethereum-genesis-generator:5.0.3 # Configuration for public ports and NAT exit IP addresses port_publisher: diff --git a/network_params.yaml b/network_params.yaml index 2af24fd51..533e9b97e 100644 --- a/network_params.yaml +++ b/network_params.yaml @@ -210,7 +210,7 @@ keymanager_enabled: false checkpoint_sync_enabled: false checkpoint_sync_url: "" ethereum_genesis_generator_params: - image: ethpandaops/ethereum-genesis-generator:5.0.2 + image: ethpandaops/ethereum-genesis-generator:5.0.3 port_publisher: nat_exit_ip: KURTOSIS_IP_ADDR_PLACEHOLDER el: diff --git a/src/package_io/constants.star b/src/package_io/constants.star index 381aa8c58..676e01fb8 100644 --- a/src/package_io/constants.star +++ b/src/package_io/constants.star @@ -97,7 +97,7 @@ DEFAULT_SPAMOOR_IMAGE = "ethpandaops/spamoor:latest" DEFAULT_ASSERTOOR_IMAGE = "ethpandaops/assertoor:latest" DEFAULT_SNOOPER_IMAGE = "ethpandaops/rpc-snooper:latest" DEFAULT_ETHEREUM_GENESIS_GENERATOR_IMAGE = ( - "ethpandaops/ethereum-genesis-generator:5.0.2" + "ethpandaops/ethereum-genesis-generator:5.0.3" ) DEFAULT_YQ_IMAGE = "linuxserver/yq" DEFAULT_FLASHBOTS_RELAY_IMAGE = "ethpandaops/mev-boost-relay:main"