Skip to content

Commit 8aab37a

Browse files
committed
lowercase the URLs
1 parent 5a639a7 commit 8aab37a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ AboutBits PostgreSQL Operator is a Kubernetes operator that helps you manage Pos
3636
### Helm Chart
3737

3838
```bash
39-
helm install postgresql-operator https://github.com/AboutBits/postgresql-operator/releases/download/v0.1.1/postgresql-operator-0.1.1.tgz
39+
helm install postgresql-operator https://github.com/aboutbits/postgresql-operator/releases/download/v0.1.1/postgresql-operator-0.1.1.tgz
4040
```
4141

4242
With the Helm chart, the Custom Resource Definitions (CRDs) are installed automatically.
4343
However, if you deploy the operator directly from the OCI image, the CRDs are not automatically applied and must be installed separately.
44-
See the release notes for the [latest version](https://github.com/AboutBits/postgresql-operator/releases/latest) for more information.
44+
See the release notes for the [latest version](https://github.com/aboutbits/postgresql-operator/releases/latest) for more information.
4545

4646
## Usage
4747

0 commit comments

Comments
 (0)