Skip to content

Commit

Permalink
nethermind/nimbus: version bump (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Sep 9, 2022
1 parent c3a487b commit 0ca7b59
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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: 0.3.0
version: 0.3.1
maintainers:
- name: skylenet
email: rafael@skyle.net
4 changes: 2 additions & 2 deletions charts/nethermind/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# nethermind

![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-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 Expand Up @@ -29,7 +29,7 @@ Nethermind is an Ethereum execution layer implementation created with the C# .NE
| httpPort | int | `8545` | HTTP Port |
| image.pullPolicy | string | `"IfNotPresent"` | nethermind container pull policy |
| image.repository | string | `"nethermind/nethermind"` | nethermind container image repository |
| image.tag | string | `"1.14.0"` | nethermind container image tag |
| image.tag | string | `"1.14.1"` | nethermind container image tag |
| imagePullSecrets | list | `[]` | Image pull secrets for Docker images |
| ingress.annotations | object | `{}` | Annotations for Ingress |
| ingress.enabled | bool | `false` | Ingress resource for the HTTP API |
Expand Down
2 changes: 1 addition & 1 deletion charts/nethermind/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# -- nethermind container image repository
repository: nethermind/nethermind
# -- nethermind container image tag
tag: 1.14.0
tag: 1.14.1
# -- nethermind container pull policy
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion charts/nimbus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ icon: https://launchpad.ethereum.org/static/media/nimbus-circle.2752d77b.png
sources:
- https://github.com/status-im/nimbus-eth2
type: application
version: 0.4.1
version: 0.4.2
maintainers:
- name: skylenet
email: rafael@skyle.net
4 changes: 2 additions & 2 deletions charts/nimbus/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# nimbus

![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

An open-source Ethereum consensus layer client, written in Java

Expand Down Expand Up @@ -29,7 +29,7 @@ An open-source Ethereum consensus layer client, written in Java
| httpPort | int | `5052` | HTTP Port |
| image.pullPolicy | string | `"IfNotPresent"` | nimbus container pull policy |
| image.repository | string | `"statusim/nimbus-eth2"` | nimbus container image repository |
| image.tag | string | `"amd64-v22.8.2"` | nimbus container image tag |
| image.tag | string | `"amd64-v22.9.0"` | nimbus container image tag |
| imagePullSecrets | list | `[]` | Image pull secrets for Docker images |
| ingress.annotations | object | `{}` | Annotations for Ingress |
| ingress.enabled | bool | `false` | Ingress resource for the HTTP API |
Expand Down
2 changes: 1 addition & 1 deletion charts/nimbus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# -- nimbus container image repository
repository: statusim/nimbus-eth2
# -- nimbus container image tag
tag: amd64-v22.8.2
tag: amd64-v22.9.0
# -- nimbus container pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 0ca7b59

Please sign in to comment.