From ab94bd7f846dedd173bfb075fb2fe647e53f229a Mon Sep 17 00:00:00 2001 From: Anthony Lazam Date: Mon, 11 Sep 2023 14:39:33 +0200 Subject: [PATCH] Fix the listen address in relaychain mode (#302) * Fix the listen address in relaychain mode --- charts/node/Chart.yaml | 2 +- charts/node/README.md | 2 +- charts/node/templates/statefulset.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/node/Chart.yaml b/charts/node/Chart.yaml index e21b1857..f38f9ac1 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.3.0 +version: 5.3.1 maintainers: - name: Parity url: https://github.com/paritytech/helm-charts diff --git a/charts/node/README.md b/charts/node/README.md index 8add20c6..8df2d61f 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.3.0](https://img.shields.io/badge/Version-5.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 5.3.1](https://img.shields.io/badge/Version-5.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ## Maintainers diff --git a/charts/node/templates/statefulset.yaml b/charts/node/templates/statefulset.yaml index 7a9e08ea..d6511b1a 100644 --- a/charts/node/templates/statefulset.yaml +++ b/charts/node/templates/statefulset.yaml @@ -649,6 +649,7 @@ spec: {{- end }} {{- end }} {{- end }} + {{- end }} {{- if .Values.node.perNodeServices.relayP2pService.enabled }} {{- if .Values.node.perNodeServices.setPublicAddressToExternalIp.enabled }} --public-addr=/ip4/${EXTERNAL_IP}/tcp/${RELAY_CHAIN_P2P_PORT} \ @@ -663,7 +664,6 @@ spec: {{- if (and (not .Values.node.collatorExternalRelayChain.enabled) (not .Values.node.collatorLightClient.enabled)) }} --listen-addr=/ip4/0.0.0.0/tcp/30333 \ {{- end }} - {{- end }} env: - name: CHAIN value: {{ .Values.node.chain }}