Skip to content

Commit

Permalink
pre-release version bumps (#110)
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <[email protected]>
  • Loading branch information
krancour authored Apr 14, 2022
1 parent c0ed585 commit d209c87
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 @@ -156,7 +156,7 @@ will be the third-party.

```console
$ helm inspect values oci://ghcr.io/brigadecore/brigade-github-gateway \
--version v1.1.1 > ~/brigade-github-gateway-values.yaml
--version v1.2.0 > ~/brigade-github-gateway-values.yaml
```

1. Edit `~/brigade-github-gateway-values.yaml`, making the following changes:
Expand Down Expand Up @@ -207,7 +207,7 @@ will be the third-party.
```console
$ helm install brigade-github-gateway \
oci://ghcr.io/brigadecore/brigade-github-gateway \
--version v1.1.1 \
--version v1.2.0 \
--create-namespace \
--namespace brigade-github-gateway \
--values ~/brigade-github-gateway-values.yaml \
Expand Down

0 comments on commit d209c87

Please sign in to comment.