Skip to content

Commit

Permalink
pre-release version bumps
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <[email protected]>
  • Loading branch information
krancour committed Mar 31, 2022
1 parent 85fba82 commit f7402ae
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 @@ -74,7 +74,7 @@ a file you can modify:

```console
$ helm inspect values oci://ghcr.io/brigadecore/badgr \
--version v1.1.0 > ~/badgr-values.yaml
--version v1.1.1 > ~/badgr-values.yaml
```

Edit `~/badgr-values.yaml`, making the following changes:
Expand All @@ -90,7 +90,7 @@ install the gateway using the above customizations:

```console
$ helm install badgr oci://ghcr.io/brigadecore/badgr \
--version v1.1.0 \
--version v1.1.1 \
--create-namespace \
--namespace badgr \
--values ~/badgr-values.yaml \
Expand Down

0 comments on commit f7402ae

Please sign in to comment.