Skip to content

Commit

Permalink
Add welcome message (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Svetomir Smiljkovic authored Jun 26, 2020
1 parent af59741 commit a88cded
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: v1
appVersion: latest
name: bee
version: 0.4.2
version: 0.4.3
description: Ethereum Swarm Bee Helm chart for Kubernetes
home: https://swarm.ethereum.org
icon: https://swarm-guide.readthedocs.io/en/latest/_images/swarm.png
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 @@ -26,3 +26,4 @@ data:
tracing-endpoint: {{ .Values.beeConfig.tracing_endpoint }}
tracing-service-name: {{ .Values.beeConfig.tracing_service_name }}
verbosity: {{ .Values.beeConfig.verbosity }}
welcome-message: {{ .Values.beeConfig.welcomeMessage }}
2 changes: 2 additions & 0 deletions charts/bee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ beeConfig:
tracing_service_name: bee
## Log verbosity level 0=silent, 1=error, 2=warn, 3=info, 4=debug, 5=trace
verbosity: 3
## send a welcome message string during handshakes
welcomeMessage: "Welcome to the Swarm, you are Bee-ing connected!"

## if enabled, configures pods with defined libp2p keys
## libp2p keys are pregenerated examples and can be replaced with other values
Expand Down

0 comments on commit a88cded

Please sign in to comment.