Skip to content

Commit 329d1a9

Browse files
feat(deps): update erigon dependencies (#554)
| datasource | package | from | to | | ---------- | ----------------- | ------- | ------- | | docker | erigontech/erigon | v3.0.14 | v3.0.15 | --------- Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com> Co-authored-by: Carlos Jorge <carlos@graphops.xyz>
1 parent c5cde86 commit 329d1a9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

charts/erigon/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.11.7
18+
version: 0.11.8
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
2424
# renovate: image=erigontech/erigon
25-
appVersion: "v3.0.14"
25+
appVersion: "v3.0.15"

charts/erigon/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Deploy and scale [Erigon](https://github.com/ledgerwatch/erigon) inside Kubernetes with ease
44

5-
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.11.7](https://img.shields.io/badge/Version-0.11.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.0.14](https://img.shields.io/badge/AppVersion-v3.0.14-informational?style=flat-square)
5+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.11.8](https://img.shields.io/badge/Version-0.11.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.0.15](https://img.shields.io/badge/AppVersion-v3.0.15-informational?style=flat-square)
66

77
## Features
88

@@ -152,7 +152,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
152152
| rpcdaemon.resources.limits | | object | `{}` |
153153
| rpcdaemon.resources.requests | Requests must be specified if you are using autoscaling | object | `{"cpu":"500m","memory":"4Gi"}` |
154154
| rpcdaemon.service.ports.http-jsonrpc | Service Port to expose rpcdaemon JSON-RPC interface on | int | `8545` |
155-
| rpcdaemon.service.ports.http-metrics | Service Port to expose Prometheus metrics on | int | `6060` |
155+
| rpcdaemon.service.ports.http-metrics | Service Port to expose Prometheus metrics on | int | `6061` |
156156
| rpcdaemon.service.type | | string | `"ClusterIP"` |
157157
| rpcdaemon.tolerations | | list | `[]` |
158158
| serviceAccount.annotations | Annotations to add to the service account | object | `{}` |
@@ -197,7 +197,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
197197
| statefulNode.service.ports.http-beaconapi | Service Port to expose Beacon API interface on | int | `5555` |
198198
| statefulNode.service.ports.http-engineapi | Service Port to expose engineAPI interface on | int | `8551` |
199199
| statefulNode.service.ports.http-jsonrpc | Service Port to expose JSON-RPC interface on | int | `8545` |
200-
| statefulNode.service.ports.http-metrics | Service Port to expose Prometheus metrics on | int | `6060` |
200+
| statefulNode.service.ports.http-metrics | Service Port to expose Prometheus metrics on | int | `6061` |
201201
| statefulNode.service.ports.ws-rpc | Service Port to expose WS-RPC interface on | int | `8546` |
202202
| statefulNode.service.publishNotReadyAddresses.headless | Toggle publishing not ready addresses for headless service | bool | `false` |
203203
| statefulNode.service.publishNotReadyAddresses.p2p | Toggle publishing not ready addresses for p2p service | bool | `false` |

charts/erigon/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ statefulNode:
180180
# -- Service Port to expose Beacon API interface on
181181
http-beaconapi: 5555
182182
# -- Service Port to expose Prometheus metrics on
183-
http-metrics: 6060
183+
http-metrics: 6061
184184

185185
resources: {}
186186
# We usually recommend not to specify default resources and to leave this as a conscious
@@ -254,7 +254,7 @@ rpcdaemon:
254254
# -- Service Port to expose rpcdaemon JSON-RPC interface on
255255
http-jsonrpc: 8545
256256
# -- Service Port to expose Prometheus metrics on
257-
http-metrics: 6060
257+
http-metrics: 6061
258258

259259
resources:
260260
# We usually recommend not to specify default resources and to leave this as a conscious

0 commit comments

Comments
 (0)