Skip to content

Commit

Permalink
Merge pull request #17 from ethersphere/fix-key-version
Browse files Browse the repository at this point in the history
change key version
  • Loading branch information
Ivan Vandot authored Jun 11, 2020
2 parents 964bac5 + 1107a87 commit 75dccdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3.2
version: 0.3.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
2 changes: 1 addition & 1 deletion charts/bee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,5 @@ beeConfig:
## (please use other bootnode implementations for production deployments)
bootnode:
enabled: false
libp2p_key: '{\"address\":\"aa6675fb77f3f84304a00d5ea09902d8a500364091a457cf21e05a41875d48f7\",\"crypto\":{\"cipher\":\"aes-128-ctr\",\"ciphertext\":\"93effebd3f015f496367e14218cb26d22de8f899e1d7b7686deb6ab43c876ea5\",\"cipherparams\":{\"iv\":\"627434462c2f960d37338022d27fc92e\"},\"kdf\":\"scrypt\",\"kdfparams\":{\"n\":32768,\"r\":8,\"p\":1,\"dklen\":32,\"salt\":\"a59e72e725fe3de25dd9c55aa55a93ed0e9090b408065a7204e2f505653acb70\"},\"mac\":\"dfb1e7ad93252928a7ff21ea5b65e8a4b9bda2c2e09cb6a8ac337da7a3568b8c\"},\"version\":1}'
libp2p_key: '{\"address\":\"aa6675fb77f3f84304a00d5ea09902d8a500364091a457cf21e05a41875d48f7\",\"crypto\":{\"cipher\":\"aes-128-ctr\",\"ciphertext\":\"93effebd3f015f496367e14218cb26d22de8f899e1d7b7686deb6ab43c876ea5\",\"cipherparams\":{\"iv\":\"627434462c2f960d37338022d27fc92e\"},\"kdf\":\"scrypt\",\"kdfparams\":{\"n\":32768,\"r\":8,\"p\":1,\"dklen\":32,\"salt\":\"a59e72e725fe3de25dd9c55aa55a93ed0e9090b408065a7204e2f505653acb70\"},\"mac\":\"dfb1e7ad93252928a7ff21ea5b65e8a4b9bda2c2e09cb6a8ac337da7a3568b8c\"},\"version\":3}'
libp2p_underlay: '16Uiu2HAm6i4dFaJt584m2jubyvnieEECgqM2YMpQ9nusXfy8XFzL'

0 comments on commit 75dccdb

Please sign in to comment.