Skip to content

Commit

Permalink
Update guide for 050-thebe
Browse files Browse the repository at this point in the history
  • Loading branch information
zbuc committed Apr 10, 2023
1 parent ee71380 commit d39afe3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployments/scripts/bounce-relayer
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# bounce it via `rollout deployment restart`, which will trigger a new image pull
# due to the chart's `image.pull=Always` setting. If and when we decide to redeploy
# the relayer as part of the testnets, rather than preview, we should modify this
# logic to set a specific version, e.g. `image.tag=049-pasiphae.1` or similar.
# logic to set a specific version, e.g. `image.tag=050-thebe` or similar.
set -euo pipefail


Expand Down
2 changes: 1 addition & 1 deletion docs/guide/src/pcli/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ latest tag for the current
[testnet](https://github.com/penumbra-zone/penumbra/releases):

```bash
cd penumbra && git fetch && git checkout 049-pasiphae.1
cd penumbra && git fetch && git checkout 050-thebe
```

### Building the `pcli` client software
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/src/pcli/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Make sure you've followed the [installation steps](https://guide.penumbra.zone/main/pcli/install.html#cloning-the-repository). Then, to update to the latest testnet [release](https://github.com/penumbra-zone/penumbra/releases):

```
cd penumbra && git fetch && git checkout 049-pasiphae.1
cd penumbra && git fetch && git checkout 050-thebe
```

Once again, build `pcli` with cargo:
Expand Down

0 comments on commit d39afe3

Please sign in to comment.