Skip to content

Commit

Permalink
Merge pull request #88 from krancour/pre-release-version-bumps
Browse files Browse the repository at this point in the history
chore: pre-release version bumps
  • Loading branch information
krancour committed May 25, 2022
2 parents 8f82a92 + 93fdc40 commit 5415ac2
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 @@ -70,7 +70,7 @@

```shell
$ helm inspect values oci://ghcr.io/brigadecore/brigade-bitbucket-gateway \
--version v2.0.0-beta.3 > ~/brigade-bitbucket-gateway-values.yaml
--version v2.0.0 > ~/brigade-bitbucket-gateway-values.yaml
```

1. Edit `~/brigade-bitbucket-gateway-values.yaml`, making the following changes:
Expand Down Expand Up @@ -103,7 +103,7 @@
```shell
$ helm install brigade-bitbucket-gateway \
oci://ghcr.io/brigadecore/brigade-bitbucket-gateway \
--version v2.0.0-beta.3 \
--version v2.0.0 \
--create-namespace \
--namespace brigade-bitbucket-gateway \
--values ~/brigade-bitbucket-gateway-values.yaml \
Expand Down

0 comments on commit 5415ac2

Please sign in to comment.