Skip to content

Commit

Permalink
update wsHealthExporter image (#331)
Browse files Browse the repository at this point in the history
* update wsHealthExporter

* fix docs
  • Loading branch information
BulatSaif authored Mar 6, 2024
1 parent d919122 commit bd1ade8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 |

----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion charts/node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd1ade8

Please sign in to comment.