Skip to content

Commit

Permalink
enabling option to use postage snapshot (#171)
Browse files Browse the repository at this point in the history
* enabling option to use postage snapshot
  • Loading branch information
aleksandarknezevic authored Mar 17, 2022
1 parent f0820ce commit d06a951
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.2
version: 0.11.3
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 @@ -54,6 +54,7 @@ data:
tracing-endpoint: {{ .Values.beeConfig.tracing_endpoint }}
tracing-service-name: {{ .Values.beeConfig.tracing_service_name }}
transaction: {{ .Values.beeConfig.transaction }}
use-postage-snapshot: {{ .Values.beeConfig.use_postage_snapshot }}
verbosity: {{ .Values.beeConfig.verbosity }}
welcome-message: {{ .Values.beeConfig.welcome_message }}
{{- if .Values.beeConfig.bootnode_mode }}
Expand Down
2 changes: 2 additions & 0 deletions charts/bee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ beeConfig:
tracing_service_name: bee
## Proof-of-identity transaction hash
transaction: ""
## Enable option for using postage snapshot
use_postage_snapshot: false
## Log verbosity level 0=silent, 1=error, 2=warn, 3=info, 4=debug, 5=trace
verbosity: 3
## Send a welcome message string during handshakes
Expand Down

0 comments on commit d06a951

Please sign in to comment.