Skip to content

Commit

Permalink
Merge pull request #58 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 committed Mar 29, 2022
2 parents 9143686 + 2956ea3 commit 41bda17
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 @@ -87,7 +87,7 @@ a file you can modify:

```console
$ helm inspect values oci://ghcr.io/brigadecore/brigade-cloudevents-gateway \
--version v0.3.0 > ~/brigade-cloudevents-gateway-values.yaml
--version v0.4.0 > ~/brigade-cloudevents-gateway-values.yaml
```

Edit `~/brigade-cloudevents-gateway-values.yaml`, making the following changes:
Expand Down Expand Up @@ -123,7 +123,7 @@ the gateway using the above customizations:
```console
$ helm install brigade-cloudevents-gateway \
oci://ghcr.io/brigadecore/brigade-cloudevents-gateway \
--version v0.3.0 \
--version v0.4.0 \
--create-namespace \
--namespace brigade-cloudevents-gateway \
--values ~/brigade-cloudevents-gateway-values.yaml \
Expand Down

0 comments on commit 41bda17

Please sign in to comment.