Skip to content

Commit

Permalink
Merge pull request #78 from krancour/pre-release-version-bumps
Browse files Browse the repository at this point in the history
pre-GA version bumps
  • Loading branch information
krancour authored Jan 29, 2022
2 parents 80b1074 + 98ab73e commit f73c6e8
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.0.0-rc.2 > ~/brigade-github-gateway-values.yaml
--version v1.0.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.0.0-rc.2 \
--version v1.0.0 \
--create-namespace \
--namespace brigade-github-gateway \
--values ~/brigade-github-gateway-values.yaml \
Expand Down

0 comments on commit f73c6e8

Please sign in to comment.