From 7e8657d4a4ff73f0be47f9ad5b567c544b587383 Mon Sep 17 00:00:00 2001 From: Paulo Pigatto Date: Wed, 18 Mar 2026 11:30:07 -0300 Subject: [PATCH] chore(erpc): udpate to 0.0.63 --- charts/erpc/Chart.yaml | 4 ++-- charts/erpc/README.md | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/erpc/Chart.yaml b/charts/erpc/Chart.yaml index 4ed9360a..67e18109 100644 --- a/charts/erpc/Chart.yaml +++ b/charts/erpc/Chart.yaml @@ -21,10 +21,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.6.2 +version: 0.6.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.0.61 +appVersion: 0.0.63 diff --git a/charts/erpc/README.md b/charts/erpc/README.md index 4e098a67..5636d9b7 100644 --- a/charts/erpc/README.md +++ b/charts/erpc/README.md @@ -1,6 +1,6 @@ # erpc -![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.61](https://img.shields.io/badge/AppVersion-0.0.61-informational?style=flat-square) +![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.63](https://img.shields.io/badge/AppVersion-0.0.63-informational?style=flat-square) A Helm chart for deploying eRPC — fault-tolerant evm rpc proxy with reorg-aware permanent caching to Kubernetes @@ -53,11 +53,12 @@ A Helm chart for deploying eRPC — fault-tolerant evm rpc proxy with reorg-awar | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | -| serviceMonitor | object | `{"annotations":{},"enabled":false,"interval":"1m","labels":{},"namespace":null,"path":"/metrics","port":"metrics","relabelings":[],"scheme":"http","scrapeTimeout":"30s","tlsConfig":{}}` | If true, create a ServiceMonitor CRD for prometheus operator | +| serviceMonitor | object | `{"annotations":{},"enabled":false,"interval":"1m","labels":{},"metricRelabelings":[],"namespace":null,"path":"/metrics","port":"metrics","relabelings":[],"scheme":"http","scrapeTimeout":"30s","tlsConfig":{}}` | If true, create a ServiceMonitor CRD for prometheus operator | | serviceMonitor.annotations | object | `{}` | Additional ServiceMonitor annotations | | serviceMonitor.enabled | bool | `false` | If true, a ServiceMonitor CRD is created for a prometheus operator https://github.com/coreos/prometheus-operator | | serviceMonitor.interval | string | `"1m"` | ServiceMonitor scrape interval | | serviceMonitor.labels | object | `{}` | Additional ServiceMonitor labels | +| serviceMonitor.metricRelabelings | list | `[]` | ServiceMonitor metricRelabelings | | serviceMonitor.namespace | string | `nil` | Alternative namespace for ServiceMonitor | | serviceMonitor.path | string | `"/metrics"` | Path to scrape | | serviceMonitor.port | string | `"metrics"` | port to scrape |