Skip to content

Commit

Permalink
Add upgrade to penumbra example (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Jun 26, 2024
1 parent 9d27de9 commit 5a2822d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/samples/cosmos_v1_cosmosfullnode_penumbra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ spec:
image: ghcr.io/strangelove-ventures/heighliner/cometbft:v0.37.5
containers:
pd: ghcr.io/strangelove-ventures/heighliner/penumbra:v0.77.2
- height: 734700
image: ghcr.io/strangelove-ventures/heighliner/cometbft:v0.37.5
containers:
pd: ghcr.io/strangelove-ventures/heighliner/penumbra:v0.78.0
# Stage upgrades at future block heights by adding the version information here
config:
maxInboundPeers: 20
Expand Down Expand Up @@ -92,7 +96,9 @@ spec:
- sh
- -c
- |
pd start --home /home/operator/cosmos/pd
export HOME=/home/operator/cosmos
pd migrate --home $HOME/pd --comet-home $HOME
pd start --home $HOME/pd
ports:
# CometBFT connects to PD on port 26658
- containerPort: 26658
Expand Down

0 comments on commit 5a2822d

Please sign in to comment.