diff --git a/charts/nethermind/Chart.yaml b/charts/nethermind/Chart.yaml index b421358a..b6a62456 100644 --- a/charts/nethermind/Chart.yaml +++ b/charts/nethermind/Chart.yaml @@ -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 diff --git a/charts/nethermind/README.md b/charts/nethermind/README.md index b78eceeb..92662f75 100644 --- a/charts/nethermind/README.md +++ b/charts/nethermind/README.md @@ -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. @@ -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 | diff --git a/charts/nethermind/values.yaml b/charts/nethermind/values.yaml index ceda3311..040112cd 100644 --- a/charts/nethermind/values.yaml +++ b/charts/nethermind/values.yaml @@ -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 diff --git a/charts/nimbus/Chart.yaml b/charts/nimbus/Chart.yaml index c1879a20..10aa95f4 100644 --- a/charts/nimbus/Chart.yaml +++ b/charts/nimbus/Chart.yaml @@ -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 diff --git a/charts/nimbus/README.md b/charts/nimbus/README.md index 95ee7fc9..135b06e9 100644 --- a/charts/nimbus/README.md +++ b/charts/nimbus/README.md @@ -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 @@ -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 | diff --git a/charts/nimbus/values.yaml b/charts/nimbus/values.yaml index 6ea03950..931cf927 100644 --- a/charts/nimbus/values.yaml +++ b/charts/nimbus/values.yaml @@ -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