From 4b4725f1ee1b878052c59deeade5dd8d16931f5c Mon Sep 17 00:00:00 2001 From: Tobias Wohland Date: Fri, 5 Jan 2024 14:33:36 +0100 Subject: [PATCH] feat(values): Update modules for nethermind (#495) * Delete unnecessary Engine module from rpc and engine endpoint * Delete Client module from engine endpoint as it is not supported --- charts/nethermind/Chart.yaml | 2 +- charts/nethermind/values.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/charts/nethermind/Chart.yaml b/charts/nethermind/Chart.yaml index 882016aed..8e26d734b 100644 --- a/charts/nethermind/Chart.yaml +++ b/charts/nethermind/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: nethermind description: .NET Core Ethereum client type: application -version: 2.4.12 +version: 2.4.13 appVersion: "v1.24.0" keywords: - ethereum diff --git a/charts/nethermind/values.yaml b/charts/nethermind/values.yaml index 693ef639c..88b8698fd 100644 --- a/charts/nethermind/values.yaml +++ b/charts/nethermind/values.yaml @@ -137,7 +137,6 @@ jsonrpc: - Net - Parity - Health - - Engine host: "0.0.0.0" ports: rest: "8545" @@ -149,9 +148,7 @@ jsonrpc: - Net - Eth - Subscribe - - Engine - Web3 - - Client merge: # Defines whether the Merge plugin is enabled bundles are allowed.