Skip to content

Commit

Permalink
pre-release version bumps (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <[email protected]>
  • Loading branch information
krancour committed Jun 9, 2022
1 parent fdbcd6a commit bff9461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

```shell
$ helm inspect values oci://ghcr.io/brigadecore/brigade-cloudevents-gateway \
--version v0.4.1 > ~/brigade-cloudevents-gateway-values.yaml
--version v1.0.0 > ~/brigade-cloudevents-gateway-values.yaml
```

1. Edit `~/brigade-cloudevents-gateway-values.yaml`, making the following
Expand Down Expand Up @@ -108,7 +108,7 @@
```shell
$ helm install brigade-cloudevents-gateway \
oci://ghcr.io/brigadecore/brigade-cloudevents-gateway \
--version v0.4.1 \
--version v1.0.0 \
--create-namespace \
--namespace brigade-cloudevents-gateway \
--values ~/brigade-cloudevents-gateway-values.yaml \
Expand Down

0 comments on commit bff9461

Please sign in to comment.