Skip to content

Commit

Permalink
fix CI by using a valid bridge name
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBesson committed Jan 3, 2024
1 parent 395c6ce commit 13f1100
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/bridges-common-relay/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bridges-common-relay
description: A Helm chart for bridges-common-relay
type: application
version: 0.2.4
version: 0.2.5
maintainers:
- name: Parity
url: https://github.com/paritytech/helm-charts
Expand Down
4 changes: 2 additions & 2 deletions charts/bridges-common-relay/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

# Parity Bridges Common helm chart

![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

This helm chart installs [Parity Bridges Common](https://github.com/paritytech/parity-bridges-common) relayer.

Expand Down Expand Up @@ -57,7 +57,7 @@ helm install bridges-common-relay parity/bridges-common-relay
| prometheus.enabled | bool | `false` | Expose Prometheus metrics |
| prometheus.port | int | `9615` | The port for exposed Prometheus metrics |
| relayHeaders.enabled | bool | `false` | |
| relayHeaders.name | string | `"rococo-to-bridge-hub-wococo"` | |
| relayHeaders.name | string | `"kusama-to-bridge-hub-polkadot"` | |
| relayHeaders.params.source-host | string | `"ws://rpc.example"` | |
| relayHeaders.params.source-port | int | `9955` | |
| relayHeaders.params.target-host | string | `"ws://rpc.example"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/bridges-common-relay/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serviceAccount:

relayHeaders:
enabled: false
name: rococo-to-bridge-hub-wococo
name: kusama-to-bridge-hub-polkadot
params:
source-host: ws://rpc.example
source-port: 9955
Expand Down

0 comments on commit 13f1100

Please sign in to comment.