diff --git a/charts/geth/Chart.yaml b/charts/geth/Chart.yaml index e5f91643..6ded2055 100644 --- a/charts/geth/Chart.yaml +++ b/charts/geth/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: geth -version: 2.5.4 +version: 2.5.5 kubeVersion: "^1.20.0-0" description: Official Golang implementation of the Ethereum v1 protocol. type: application @@ -16,7 +16,7 @@ sources: maintainers: - name: Dmitri Tsumak email: dmitri@stakewise.io -appVersion: v1.15.3 +appVersion: v1.15.5 dependencies: - name: common diff --git a/charts/geth/values.yaml b/charts/geth/values.yaml index 693d81b9..855586e4 100644 --- a/charts/geth/values.yaml +++ b/charts/geth/values.yaml @@ -115,7 +115,7 @@ sidecar: image: registry: "docker.io" repository: "ethereum/client-go" - tag: "v1.15.3" + tag: "v1.15.5" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry diff --git a/charts/nethermind/Chart.yaml b/charts/nethermind/Chart.yaml index c048a475..17d4904a 100644 --- a/charts/nethermind/Chart.yaml +++ b/charts/nethermind/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: nethermind description: .NET Core Ethereum client type: application -version: 2.7.8 -appVersion: "v1.31.2" +version: 2.8.0 +appVersion: "v1.31.4" icon: https://storage.googleapis.com/stakewise-charts/stakewise.png keywords: - ethereum diff --git a/charts/nethermind/values.yaml b/charts/nethermind/values.yaml index 74f0a679..02902971 100644 --- a/charts/nethermind/values.yaml +++ b/charts/nethermind/values.yaml @@ -105,7 +105,7 @@ image: repository: nethermind/nethermind pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.31.2" + tag: "1.31.4" ## Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/charts/reth/Chart.yaml b/charts/reth/Chart.yaml index 8765ec82..696411ee 100644 --- a/charts/reth/Chart.yaml +++ b/charts/reth/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: reth -version: 1.1.5 +version: 1.1.6 kubeVersion: "^1.20.0-0" description: Reth (short for Rust Ethereum, pronunciation) is an Ethereum full node implementation that is focused on being user-friendly, highly modular, as well as being fast and efficient. type: application @@ -16,7 +16,7 @@ sources: maintainers: - name: Dmitri Tsumak email: dmitri@stakewise.io -appVersion: v1.1.5 +appVersion: v1.2.2 dependencies: - name: common