Skip to content

Commit 692b1b7

Browse files
committed
Update README.md [CI SKIP]
1 parent 4a59fb0 commit 692b1b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The main goals of this operator are:
1616

1717
## Contributing
1818

19-
We welcome all contributions in the form of new issues for feature requests, bugs or even pull requests. We are open to discuss ideas on how to improve the operator and would also love to find out where and how it's used. The discussion related to this project should happen on the Kubernetes Community [Slack](https://kubernetes.slack.com/messages/CEKQXFR0E/). The current maintainers of this project can be reached via [email](mailto:info@bitpoke.io), too.
19+
We welcome all contributions in the form of new issues for feature requests, bugs or even pull requests. We are open to discuss ideas on how to improve the operator and would also love to find out where and how it's used. The discussion related to this project should happen on the Kubernetes Community [Slack](https://kubernetes.slack.com/messages/CEKQXFR0E/). The current maintainers of this project can be reached via [email](mailto:hello@bitpoke.io), too.
2020

2121
## Documentation
2222

@@ -33,13 +33,13 @@ We welcome all contributions in the form of new issues for feature requests, bug
3333
To deploy this controller, use the provided helm chart by running:
3434

3535
```shell
36-
helm repo add presslabs https://presslabs.github.io/charts
37-
helm install presslabs/mysql-operator --name mysql-operator
36+
helm repo add bitpoke https://helm-charts.bitpoke.io
37+
helm install mysql-operator bitpoke/mysql-operator
3838
```
3939

40-
For more information about chart values see chart [README](charts/mysql-operator/README.md). This chart will deploy the controller together with an [orchestrator](https://github.com/github/orchestrator) cluster.
40+
For more information about chart values see chart [README](deploy/charts/mysql-operator/README.md). This chart will deploy the controller together with an [orchestrator](https://github.com/github/orchestrator) cluster.
4141

42-
__NOTE__: MySQL operator 0.6.x requires at least Kubernetes 1.19.x o upgrade, check the [0.6.x upgrade notes](https://www.bitpoke.io/docs/mysql-operator/operator-upgrades/#v06x-upgrade) as some additional steps may be required.
42+
__NOTE__: MySQL operator 0.6.x requires at least Kubernetes 1.19.x to upgrade, check the [0.6.x upgrade notes](https://www.bitpoke.io/docs/mysql-operator/operator-upgrades/#v06x-upgrade) as some additional steps may be required.
4343

4444
__NOTE__: MySQL operator 0.2.x requires at least Kubernetes 1.11.x (or 1.10.x with alpha features) while version 0.1.x is known to work with Kubernetes up 1.9.x. To upgrade, check the [0.2.x upgrade notes](https://www.bitpoke.io/docs/mysql-operator/operator-upgrades/#v02x-upgrade) as some additional steps are required.
4545

0 commit comments

Comments
 (0)