Skip to content

Commit

Permalink
Merge pull request #36 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 Mar 29, 2022
2 parents 778be29 + e8983c9 commit f607c38
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.0.0 > ~/badgr-values.yaml
--version v1.1.0 > ~/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.0.0 \
--version v1.1.0 \
--create-namespace \
--namespace badgr \
--values ~/badgr-values.yaml \
Expand Down

0 comments on commit f607c38

Please sign in to comment.