Skip to content

Commit 7aa3ea1

Browse files
committed
Update mysql-operator chart README to reflect new Bitpoke urls
1 parent 21b963e commit 7aa3ea1

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

deploy/charts/mysql-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apiVersion: v1
2-
description: A Helm chart for mysql operator
2+
description: A helm chart for Bitpoke Operator for MySQL
33
name: mysql-operator
44
keywords:
55
- mysql
66
- percona
77
- orchestrator
8-
- presslabs
8+
- bitpoke
99
version: 0.1.1+master
1010
home: https://github.com/bitpoke/mysql-operator
1111
sources:
Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
# mysql-operator
22

3-
This is the helm chart for [mysql-operator](https://github.com/presslabs/mysql-operator).
3+
This is the helm chart for [mysql-operator](https://github.com/bitpoke/mysql-operator).
44

55
## TL;DR
66
```sh
77
## For Helm v2
8-
helm repo add presslabs https://presslabs.github.io/charts
9-
helm install presslabs/mysql-operator --name mysql-operator
8+
helm repo add bitpoke https://helm-charts.bitpoke.io
9+
helm install bitpoke/mysql-operator --name mysql-operator
1010

1111
## For Helm v3
12-
helm repo add presslabs https://presslabs.github.io/charts
13-
helm install mysql-operator presslabs/mysql-operator
12+
helm repo add bitpoke https://helm-charts.bitpoke.io
13+
helm install mysql-operator bitpoke/mysql-operator
1414
```
1515

1616
## Configuration
1717
The following table contains the configuration parameters for mysql-operator and default values.
1818

19-
| Parameter | Description | Default value |
20-
| --- | --- | --- |
21-
| `replicas` | Replicas for controller | `1` |
22-
| `image` | Controller container image | `quay.io/presslabs/mysql-operator:v0.1.5` |
23-
| `imagePullPolicy` | Controller image pull policy | `IfNotPresent` |
24-
| `imagePullSecrets` | Controller image pull secret | |
25-
| `sidecarImage` | Mysql operator sidecar image | `quay.io/presslabs/mysql-helper:v0.1.5` |
19+
| Parameter | Description | Default value |
20+
| --- | --- | --- |
21+
| `replicas` | Replicas for controller | `1` |
22+
| `image` | Controller container image | `docker.io/bitpoke/mysql-operator:latest` |
23+
| `imagePullPolicy` | Controller image pull policy | `IfNotPresent` |
24+
| `imagePullSecrets` | Controller image pull secret | |
25+
| `sidecarImage` | Mysql operator sidecar image | `docker.io/bitpoke/mysql-operator-sidecar-5.7:latest` |
26+
| `sidecarMysql8Image` | Mysql operator sidecar image | `docker.io/bitpoke/mysql-operator-sidecar-8.0:latest` |
2627
| `installCRDs` | Whether or not to install CRDS, Regardless of value of this, Helm v3+ will install the CRDs if those are not present already. Use `--skip-crds` with `helm install` if you want to skip CRD creation | `true` |
27-
| `resources` | Controller and Orchestrator pod resources limits and requests | `{}` |
28-
| `nodeSelector` | Controller and Orchestrator pod nodeSelector | `{}` |
29-
| `tolerations` | Controller and Orchestrator pod tolerations | `{}` |
30-
| `nodeAffinity` | Controller and Orchestrator pod affinity | `{}` |
31-
| `antiAffinity` | To ensure 2 services don't end up on the same node can be one of `hard` or `soft` | `hard` |
32-
| `extraArgs` | Args that are passed to controller, check controller command line flags | `[]` |
33-
| `watchNamespace` | The namespace where the operator to watch for resources. Leave empty to watch all namespaces. | `""` |
34-
| `rbac.create` | Whether or not to create rbac service account, role and roleBinding | `true` |
35-
| `rbac.serviceAccountName` | If `rbac.create` is false then this service account is used | a newly created one or `default` |
36-
| `podDisruptionBudget.enabled` | Set PDB for Controller and Orchestrator nodes | `true` |
37-
| `podSecurityPolicy.enabled` | Enfoce pod security policy | `false` |
38-
| `orchestrator.image` | Orchestrator container image | `quay.io/presslabs/orchestrator:latest` |
39-
| `orchestrator.topologyUser` | Set a user for orchestrator to use it to connect to the MySQL cluster | `orchestrator` |
40-
| `orchestrator.topologyPassword` | Set a password for the orchestrator user to connect to MySQL cluster | `<random string>` |
41-
| `orchestrator.*` | More ochestrator values that can be tuned. Check in values.yaml | |
42-
28+
| `resources` | Controller and Orchestrator pod resources limits and requests | `{}` |
29+
| `nodeSelector` | Controller and Orchestrator pod nodeSelector | `{}` |
30+
| `tolerations` | Controller and Orchestrator pod tolerations | `{}` |
31+
| `nodeAffinity` | Controller and Orchestrator pod affinity | `{}` |
32+
| `antiAffinity` | To ensure 2 services don't end up on the same node can be one of `hard` or `soft` | `hard` |
33+
| `extraArgs` | Args that are passed to controller, check controller command line flags | `[]` |
34+
| `watchNamespace` | The namespace where the operator to watch for resources. Leave empty to watch all namespaces. | `""` |
35+
| `rbac.create` | Whether or not to create rbac service account, role and roleBinding | `true` |
36+
| `rbac.serviceAccountName` | If `rbac.create` is false then this service account is used | a newly created one or `default` |
37+
| `podDisruptionBudget.enabled` | Set PDB for Controller and Orchestrator nodes | `true` |
38+
| `podSecurityPolicy.enabled` | Enfoce pod security policy | `false` |
39+
| `orchestrator.image` | Orchestrator container image | `docker.io/bitpoke/mysql-operator-orchestrator:latest` |
40+
| `orchestrator.topologyUser` | Set a user for orchestrator to use it to connect to the MySQL cluster | `orchestrator` |
41+
| `orchestrator.topologyPassword` | Set a password for the orchestrator user to connect to MySQL cluster | `<random string>` |
42+
| `orchestrator.*` | More ochestrator values that can be tuned. Check in values.yaml | |

0 commit comments

Comments
 (0)