diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index 26e43d9..1cba464 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -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: @@ -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 \