From ea53b1870fab16972f1ab07012b79aff40b469cb Mon Sep 17 00:00:00 2001 From: Alessio Onori Date: Thu, 15 Jun 2023 14:26:38 +0200 Subject: [PATCH] updated node commands --- charts/polkadot-base-services/Chart.yaml | 2 +- charts/polkadot-secrets/Chart.yaml | 2 +- charts/polkadot/Chart.yaml | 2 +- charts/polkadot/templates/statefulset.yaml | 2 -- charts/polkadot/values.yaml | 2 +- 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/charts/polkadot-base-services/Chart.yaml b/charts/polkadot-base-services/Chart.yaml index dde541f..de48b38 100644 --- a/charts/polkadot-base-services/Chart.yaml +++ b/charts/polkadot-base-services/Chart.yaml @@ -1,4 +1,4 @@ description: Base services for Polkadot Node chart. name: polkadot-base-services -version: v0.36.0 +version: v0.37.0 apiVersion: v2 diff --git a/charts/polkadot-secrets/Chart.yaml b/charts/polkadot-secrets/Chart.yaml index 09a9a58..45ea8e7 100644 --- a/charts/polkadot-secrets/Chart.yaml +++ b/charts/polkadot-secrets/Chart.yaml @@ -1,4 +1,4 @@ description: Polkadot secrets name: polkadot-secrets -version: v0.36.0 +version: v0.37.0 apiVersion: v2 diff --git a/charts/polkadot/Chart.yaml b/charts/polkadot/Chart.yaml index 4e38b9c..7027112 100644 --- a/charts/polkadot/Chart.yaml +++ b/charts/polkadot/Chart.yaml @@ -1,4 +1,4 @@ description: Polkadot Node chart. name: polkadot -version: v0.36.0 +version: v0.37.0 apiVersion: v2 diff --git a/charts/polkadot/templates/statefulset.yaml b/charts/polkadot/templates/statefulset.yaml index 830a7d3..4d79854 100644 --- a/charts/polkadot/templates/statefulset.yaml +++ b/charts/polkadot/templates/statefulset.yaml @@ -103,11 +103,9 @@ spec: -d=/data {{- if .Values.unsafeEndpointAccess }} --unsafe-rpc-external - --unsafe-ws-external --rpc-methods=Unsafe {{- else }} --rpc-external - --ws-external {{- end }} --rpc-cors all --port {{ .Values.p2pPort }} diff --git a/charts/polkadot/values.yaml b/charts/polkadot/values.yaml index 27b35f6..df37794 100644 --- a/charts/polkadot/values.yaml +++ b/charts/polkadot/values.yaml @@ -1,6 +1,6 @@ image: repo: parity/polkadot - tag: v0.9.19 + tag: v0.9.43 initImage: repo: web3f/polkadot-deployer