Skip to content

Commit

Permalink
Merge pull request #10 from krancour/pre-release-version-bumps
Browse files Browse the repository at this point in the history
pre-release version bumps
  • Loading branch information
krancour authored Oct 1, 2021
2 parents 1fc8996 + cbc311e commit d8fe04e
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 @@ -73,7 +73,7 @@ a file you can modify:

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

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

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

0 comments on commit d8fe04e

Please sign in to comment.