Skip to content

Commit

Permalink
pre-release version bumps (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <kent.rancourt@microsoft.com>
  • Loading branch information
krancour authored Mar 29, 2022
1 parent 5eb7957 commit 8f120ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Your mileage may vary.
```shell
$ helm inspect values oci://ghcr.io/brigadecore/brigade-dashboard \
--version v0.1.0 > ~/brigade-dashboard-values.yaml
--version v0.2.0 > ~/brigade-dashboard-values.yaml
```
1. Edit `~/brigade-dashboard-values.yaml`, making the following changes:
Expand Down Expand Up @@ -63,7 +63,7 @@ Your mileage may vary.
```shell
$ helm install brigade-dashboard \
oci://ghcr.io/brigadecore/brigade-dashboard \
--version v0.1.0 \
--version v0.2.0 \
--create-namespace \
--namespace brigade-dashboard \
--values ~/brigade-dashboard-values.yaml \
Expand Down

0 comments on commit 8f120ae

Please sign in to comment.