Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/bee/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: 2.5.0
name: bee
version: 0.16.11
version: 0.16.12
kubeVersion: ">=1.19.0-0"
description: Ethereum Swarm Bee Helm chart for Kubernetes
home: https://www.ethswarm.org
Expand Down
2 changes: 1 addition & 1 deletion charts/bee/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Define config parameters api-addr, p2p-addr
{{- printf "%s" $p2p_port -}}
{{- end -}}
{{- define "bee.config.p2p-wss_port" -}}
{{- $full_p2p_wss_addr := index .Values.beeConfig "p2p-wss-port" -}}
{{- $full_p2p_wss_addr := index .Values.beeConfig "p2p-wss-addr" -}}
{{- $p2p_wss_port := (split ":" $full_p2p_wss_addr )._1 }}
{{- printf "%s" $p2p_wss_port -}}
{{- end -}}
Expand Down
2 changes: 1 addition & 1 deletion charts/bee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ beeConfig:
## P2P listen address
p2p-addr: :1634
## P2P WSS listen address
p2p-wss-port: :1635
p2p-wss-addr: :1635
## Set the run mode - light by default
full-node: true
## ID of the Swarm network - 10 by default
Expand Down