Skip to content

Commit c1d7169

Browse files
authored
version bump: prysm/nethermind/nimbus (ethpandaops#143)
* prysm/nethermind/nimbus: version bump
1 parent cfd5b3d commit c1d7169

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

charts/nethermind/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ icon: https://launchpad.ethereum.org/static/media/nethermind-circle.fbbf1a32.png
77
sources:
88
- https://github.com/NethermindEth/nethermind
99
type: application
10-
version: 0.3.6
10+
version: 0.3.7
1111
maintainers:
1212
- name: skylenet
1313

charts/nethermind/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# nethermind
33

4-
![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)
4+
![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)
55

66
Nethermind is an Ethereum execution layer implementation created with the C# .NET tech stack, running on all major platforms including ARM.
77

@@ -30,7 +30,7 @@ Nethermind is an Ethereum execution layer implementation created with the C# .NE
3030
| httpPort | int | `8545` | HTTP Port |
3131
| image.pullPolicy | string | `"IfNotPresent"` | nethermind container pull policy |
3232
| image.repository | string | `"nethermind/nethermind"` | nethermind container image repository |
33-
| image.tag | string | `"1.14.7"` | nethermind container image tag |
33+
| image.tag | string | `"1.15.0"` | nethermind container image tag |
3434
| imagePullSecrets | list | `[]` | Image pull secrets for Docker images |
3535
| ingress.annotations | object | `{}` | Annotations for Ingress |
3636
| ingress.enabled | bool | `false` | Ingress resource for the HTTP API |

charts/nethermind/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# -- nethermind container image repository
1212
repository: nethermind/nethermind
1313
# -- nethermind container image tag
14-
tag: 1.14.7
14+
tag: 1.15.0
1515
# -- nethermind container pull policy
1616
pullPolicy: IfNotPresent
1717

charts/nimbus/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ icon: https://launchpad.ethereum.org/static/media/nimbus-circle.2752d77b.png
66
sources:
77
- https://github.com/status-im/nimbus-eth2
88
type: application
9-
version: 0.4.8
9+
version: 0.4.9
1010
maintainers:
1111
- name: skylenet
1212

charts/nimbus/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# nimbus
33

4-
![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)
4+
![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)
55

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

@@ -30,7 +30,7 @@ An open-source Ethereum consensus layer client, written in Java
3030
| httpPort | int | `5052` | HTTP Port |
3131
| image.pullPolicy | string | `"IfNotPresent"` | nimbus container pull policy |
3232
| image.repository | string | `"statusim/nimbus-eth2"` | nimbus container image repository |
33-
| image.tag | string | `"amd64-v22.11.1"` | nimbus container image tag |
33+
| image.tag | string | `"amd64-v22.12.0"` | nimbus container image tag |
3434
| imagePullSecrets | list | `[]` | Image pull secrets for Docker images |
3535
| ingress.annotations | object | `{}` | Annotations for Ingress |
3636
| ingress.enabled | bool | `false` | Ingress resource for the HTTP API |

charts/nimbus/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# -- nimbus container image repository
1212
repository: statusim/nimbus-eth2
1313
# -- nimbus container image tag
14-
tag: amd64-v22.11.1
14+
tag: amd64-v22.12.0
1515
# -- nimbus container pull policy
1616
pullPolicy: IfNotPresent
1717

charts/prysm/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ icon: https://launchpad.ethereum.org/static/media/prysmatic-labs-circle.96c803fe
66
sources:
77
- https://github.com/prysmaticlabs/prysm
88
type: application
9-
version: 0.2.6
9+
version: 0.2.7
1010
maintainers:
1111
- name: skylenet
1212

charts/prysm/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# prysm
33

4-
![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)
4+
![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)
55

66
An open-source Ethereum 2.0 client, written in Go
77

@@ -28,8 +28,8 @@ An open-source Ethereum 2.0 client, written in Go
2828
| fullnameOverride | string | `""` | Overrides the chart's computed fullname |
2929
| httpPort | int | `3500` | HTTP Port |
3030
| image.pullPolicy | string | `"IfNotPresent"` | Prysm container pull policy |
31-
| image.repository | string | `"skylenet/prysm-beacon-debian"` | Prysm container image repository |
32-
| image.tag | string | `"v3.1.1"` | |
31+
| image.repository | string | `"samcm/prysm-debian"` | Prysm container image repository |
32+
| image.tag | string | `"v3.2.0"` | |
3333
| imagePullSecrets | list | `[]` | Image pull secrets for Docker images |
3434
| ingress.annotations | object | `{}` | Annotations for Ingress |
3535
| ingress.enabled | bool | `false` | Ingress resource for the HTTP API |

charts/prysm/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ replicas: 1
1010
image:
1111
# -- Prysm container image repository
1212
#repository: gcr.io/prysmaticlabs/prysm/beacon-chain
13-
repository: skylenet/prysm-beacon-debian
13+
repository: samcm/prysm-debian
1414
# Note: The official beacon-chain image from prysmaticlabs doesn't contain any shell (`sh`)
1515
# which is required to detect the NodePorts when using `p2pNodePort.enabled=true`. See
1616
# the following example on how to create your own: https://github.com/skylenet/prysm-debian-docker/blob/master/Dockerfile
1717
# When using a validator:
1818
# repository: gcr.io/prysmaticlabs/prysm/validator
1919
# -- Prysm container image tag
20-
tag: v3.1.1
20+
tag: v3.2.0
2121
# -- Prysm container pull policy
2222
pullPolicy: IfNotPresent
2323

0 commit comments

Comments
 (0)