diff --git a/charts/bee/Chart.yaml b/charts/bee/Chart.yaml index e9c9d9e..15cf130 100644 --- a/charts/bee/Chart.yaml +++ b/charts/bee/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: 2.5.0 name: bee -version: 0.16.12 +version: 0.16.13 kubeVersion: ">=1.19.0-0" description: Ethereum Swarm Bee Helm chart for Kubernetes home: https://www.ethswarm.org diff --git a/charts/bee/values.yaml b/charts/bee/values.yaml index ea4d0aa..b78d31c 100644 --- a/charts/bee/values.yaml +++ b/charts/bee/values.yaml @@ -199,7 +199,8 @@ beeConfig: full-node: true ## ID of the Swarm network - 10 by default network-id: 1 - autotls-enabled: true + ## Enable Secure WebSocket P2P connections - disabled by default + p2p-wss-enable: false ## If enabled, for NodePort (p2p-wss service) ## the Kubernetes control plane will allocate a port from a range (default: 30000-32767)