Skip to content

Commit

Permalink
updated node commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa authored Jun 15, 2023
1 parent 1d16c4a commit ea53b18
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/polkadot-base-services/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion charts/polkadot-secrets/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: Polkadot secrets
name: polkadot-secrets
version: v0.36.0
version: v0.37.0
apiVersion: v2
2 changes: 1 addition & 1 deletion charts/polkadot/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: Polkadot Node chart.
name: polkadot
version: v0.36.0
version: v0.37.0
apiVersion: v2
2 changes: 0 additions & 2 deletions charts/polkadot/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/polkadot/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repo: parity/polkadot
tag: v0.9.19
tag: v0.9.43

initImage:
repo: web3f/polkadot-deployer
Expand Down

0 comments on commit ea53b18

Please sign in to comment.