diff --git a/charts/nethermind/Chart.yaml b/charts/nethermind/Chart.yaml index 5926aa08..d6725278 100644 --- a/charts/nethermind/Chart.yaml +++ b/charts/nethermind/Chart.yaml @@ -7,7 +7,7 @@ icon: https://launchpad.ethereum.org/static/media/nethermind-circle.fbbf1a32.png sources: - https://github.com/NethermindEth/nethermind type: application -version: 1.0.10 +version: 1.0.11 maintainers: - name: skylenet email: rafael@skyle.net diff --git a/charts/nethermind/README.md b/charts/nethermind/README.md index e98b357f..89eda2be 100644 --- a/charts/nethermind/README.md +++ b/charts/nethermind/README.md @@ -1,7 +1,7 @@ # nethermind -![Version: 1.0.10](https://img.shields.io/badge/Version-1.0.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 1.0.11](https://img.shields.io/badge/Version-1.0.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Nethermind is an Ethereum execution layer implementation created with the C# .NET tech stack, running on all major platforms including ARM. diff --git a/charts/nethermind/templates/statefulset.yaml b/charts/nethermind/templates/statefulset.yaml index 1ef00423..cdd1a4cf 100644 --- a/charts/nethermind/templates/statefulset.yaml +++ b/charts/nethermind/templates/statefulset.yaml @@ -127,7 +127,7 @@ spec: containerPort: {{ .Values.httpPort }} protocol: TCP - name: ws-rpc - containerPort: {{ .Values.httpPort }} + containerPort: {{ .Values.wsPort }} protocol: TCP - name: auth-rpc containerPort: {{ .Values.authPort }}