Skip to content

Commit

Permalink
Merge pull request #73 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 Jan 24, 2022
2 parents 7cb02f1 + 7f2fc29 commit bfa669d
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 v0.5.0 > ~/brigade-github-gateway-values.yaml
--version v1.0.0-rc.1 > ~/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 v0.5.0 \
--version v1.0.0-rc.1 \
--create-namespace \
--namespace brigade-github-gateway \
--values ~/brigade-github-gateway-values.yaml \
Expand Down

0 comments on commit bfa669d

Please sign in to comment.