Skip to content

Commit

Permalink
Merge pull request #172 from ethersphere/dev/add-resync
Browse files Browse the repository at this point in the history
  • Loading branch information
vandot authored Mar 17, 2022
2 parents d06a951 + e1ef73b commit e386f0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
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: latest
name: bee
version: 0.11.3
version: 0.11.4
kubeVersion: ">=1.15.0-0"
description: Ethereum Swarm Bee Helm chart for Kubernetes
home: https://www.ethswarm.org
Expand Down
1 change: 1 addition & 0 deletions charts/bee/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ data:
p2p-quic-enable: {{ .Values.beeConfig.p2p_quic_enable }}
p2p-ws-enable: {{ .Values.beeConfig.p2p_ws_enable }}
resolver-options: {{ .Values.beeConfig.resolver_options }}
resync: {{ .Values.beeConfig.resync }}
standalone: {{ .Values.beeConfig.standalone }}
swap-enable: {{ .Values.beeConfig.swap_enable }}
swap-endpoint: {{ .Values.beeConfig.swap_endpoint }}
Expand Down
2 changes: 2 additions & 0 deletions charts/bee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ beeConfig:
p2p_quic_enable: false
## Enable P2P WebSocket transport
p2p_ws_enable: false
## Set resync flag
resync: false
## Whether node starts with no listen addresses for p2p
standalone: false
## Static overlay addresses to protect on bootnode
Expand Down

0 comments on commit e386f0b

Please sign in to comment.