From bd1ade8550b7bf5b38888100c75cd2bb8ee49292 Mon Sep 17 00:00:00 2001 From: Bulat Saifullin Date: Wed, 6 Mar 2024 17:41:51 +0300 Subject: [PATCH] update wsHealthExporter image (#331) * update wsHealthExporter * fix docs --- charts/node/Chart.yaml | 2 +- charts/node/README.md | 6 +++--- charts/node/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/node/Chart.yaml b/charts/node/Chart.yaml index 6bd7a364..f728fa35 100644 --- a/charts/node/Chart.yaml +++ b/charts/node/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: node description: A Helm chart to deploy Substrate/Polkadot nodes type: application -version: 5.6.1 +version: 5.6.2 maintainers: - name: Parity url: https://github.com/paritytech/helm-charts diff --git a/charts/node/README.md b/charts/node/README.md index 05b68603..046a0d16 100644 --- a/charts/node/README.md +++ b/charts/node/README.md @@ -18,7 +18,7 @@ This is intended behaviour. Make sure to run `git add -A` once again to stage ch # Substrate/Polkadot node Helm chart -![Version: 5.6.1](https://img.shields.io/badge/Version-5.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 5.6.2](https://img.shields.io/badge/Version-5.6.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ## Maintainers @@ -485,10 +485,10 @@ If you're running a collator node: | substrateApiSidecar.resources | object | `{}` | Resource limits & requests | | terminationGracePeriodSeconds | int | `60` | Grace termination period of the Pod | | tolerations | list | `[]` | Tolerations for use with node taints | -| wsHealthExporter | object | `{"env":{},"image":{"repository":"paritytech/ws-health-exporter","tag":"0a2e6e9b-20230412"},"resources":{}}` | Configuration of the WS Health exporter. ref: https://github.com/paritytech/scripts/tree/master/dockerfiles/ws-health-exporter | +| wsHealthExporter | object | `{"env":{},"image":{"repository":"paritytech/ws-health-exporter","tag":"99611363-20240306"},"resources":{}}` | Configuration of the WS Health exporter. ref: https://github.com/paritytech/scripts/tree/master/dockerfiles/ws-health-exporter | | wsHealthExporter.env | object | `{}` | Environment variables to set on the API sidecar | | wsHealthExporter.image.repository | string | `"paritytech/ws-health-exporter"` | Image repository | -| wsHealthExporter.image.tag | string | `"0a2e6e9b-20230412"` | Image tag | +| wsHealthExporter.image.tag | string | `"99611363-20240306"` | Image tag | | wsHealthExporter.resources | object | `{}` | Resource limits & requests | ---------------------------------------------- diff --git a/charts/node/values.yaml b/charts/node/values.yaml index e552f8f2..5c081637 100644 --- a/charts/node/values.yaml +++ b/charts/node/values.yaml @@ -642,7 +642,7 @@ wsHealthExporter: # -- Image repository repository: paritytech/ws-health-exporter # -- Image tag - tag: 0a2e6e9b-20230412 + tag: 99611363-20240306 # -- Resource limits & requests resources: {} # -- Environment variables to set on the API sidecar