From 5a2822dbb074cef231f4fcccc2b189a722ab93ec Mon Sep 17 00:00:00 2001 From: Andrew Gouin Date: Wed, 26 Jun 2024 12:13:17 -0600 Subject: [PATCH] Add upgrade to penumbra example (#427) --- config/samples/cosmos_v1_cosmosfullnode_penumbra.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/samples/cosmos_v1_cosmosfullnode_penumbra.yaml b/config/samples/cosmos_v1_cosmosfullnode_penumbra.yaml index 0d24300e..6894a251 100644 --- a/config/samples/cosmos_v1_cosmosfullnode_penumbra.yaml +++ b/config/samples/cosmos_v1_cosmosfullnode_penumbra.yaml @@ -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 @@ -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