Skip to content

Commit

Permalink
fix: nethermind ws port (#298)
Browse files Browse the repository at this point in the history
* fix: correct ws port variable name in nethermind chart

Signed-off-by: Chao Zhang <charles.zhangzs@gmail.com>

* bump version

---------

Signed-off-by: Chao Zhang <charles.zhangzs@gmail.com>
Co-authored-by: Chao Zhang <charles.zhangzs@gmail.com>
  • Loading branch information
barnabasbusa and puppetninja authored Mar 21, 2024
1 parent ed43463 commit 6610c75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit 6610c75

Please sign in to comment.