Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: nethermind ws port #298

Merged
merged 2 commits into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/nethermind/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/nethermind/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion charts/nethermind/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading