Skip to content

Commit

Permalink
version bump: prysm/nethermind/nimbus (ethpandaops#143)
Browse files Browse the repository at this point in the history
* prysm/nethermind/nimbus: version bump
  • Loading branch information
barnabasbusa authored Dec 29, 2022
1 parent cfd5b3d commit c1d7169
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 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.6
version: 0.3.7
maintainers:
- name: skylenet
email: [email protected]
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.6](https://img.shields.io/badge/Version-0.3.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.3.7](https://img.shields.io/badge/Version-0.3.7-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 @@ -30,7 +30,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.7"` | nethermind container image tag |
| image.tag | string | `"1.15.0"` | 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.7
tag: 1.15.0
# -- 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.8
version: 0.4.9
maintainers:
- name: skylenet
email: [email protected]
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.8](https://img.shields.io/badge/Version-0.4.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.4.9](https://img.shields.io/badge/Version-0.4.9-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 @@ -30,7 +30,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.11.1"` | nimbus container image tag |
| image.tag | string | `"amd64-v22.12.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.11.1
tag: amd64-v22.12.0
# -- nimbus container pull policy
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion charts/prysm/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/prysmatic-labs-circle.96c803fe
sources:
- https://github.com/prysmaticlabs/prysm
type: application
version: 0.2.6
version: 0.2.7
maintainers:
- name: skylenet
email: [email protected]
6 changes: 3 additions & 3 deletions charts/prysm/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# prysm

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

An open-source Ethereum 2.0 client, written in Go

Expand All @@ -28,8 +28,8 @@ An open-source Ethereum 2.0 client, written in Go
| fullnameOverride | string | `""` | Overrides the chart's computed fullname |
| httpPort | int | `3500` | HTTP Port |
| image.pullPolicy | string | `"IfNotPresent"` | Prysm container pull policy |
| image.repository | string | `"skylenet/prysm-beacon-debian"` | Prysm container image repository |
| image.tag | string | `"v3.1.1"` | |
| image.repository | string | `"samcm/prysm-debian"` | Prysm container image repository |
| image.tag | string | `"v3.2.0"` | |
| 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
4 changes: 2 additions & 2 deletions charts/prysm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ replicas: 1
image:
# -- Prysm container image repository
#repository: gcr.io/prysmaticlabs/prysm/beacon-chain
repository: skylenet/prysm-beacon-debian
repository: samcm/prysm-debian
# Note: The official beacon-chain image from prysmaticlabs doesn't contain any shell (`sh`)
# which is required to detect the NodePorts when using `p2pNodePort.enabled=true`. See
# the following example on how to create your own: https://github.com/skylenet/prysm-debian-docker/blob/master/Dockerfile
# When using a validator:
# repository: gcr.io/prysmaticlabs/prysm/validator
# -- Prysm container image tag
tag: v3.1.1
tag: v3.2.0
# -- Prysm container pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit c1d7169

Please sign in to comment.