Skip to content

Commit

Permalink
chore: store libp2p key to new path
Browse files Browse the repository at this point in the history
  • Loading branch information
vandot committed Apr 4, 2023
1 parent e586c78 commit 9782855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/bee/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: 1.6.0
appVersion: 1.13.0
name: bee
version: 0.12.2
version: 0.13.0
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/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
chown -R 999:999 /home/bee/.bee/keys;
export KEY=$(cat /tmp/bee/libp2p.map | grep $(hostname): | cut -d' ' -f2);
if [ -z "${KEY}" ]; then exit 0; fi;
printf '%s' "${KEY}" > /home/bee/.bee/keys/libp2p.key;
printf '%s' "${KEY}" > /home/bee/.bee/keys/libp2p_v2.key;
echo 'node initialization done';
volumeMounts:
- name: data
Expand Down

0 comments on commit 9782855

Please sign in to comment.