|
3 | 3 | - A working Kubernetes cluster
|
4 | 4 | - `kubectl` and `helm` on the client system that you will use to install our Helm charts
|
5 | 5 |
|
6 |
| -## Installing Plane Enterprise |
| 6 | +## Installing Plane |
7 | 7 |
|
8 | 8 | 1. Open Terminal or any other command-line app that has access to Kubernetes tools on your local system.
|
9 | 9 | 2. Set the following environment variables.
|
10 | 10 |
|
11 | 11 | Copy the format of constants below, paste it on Terminal to start setting environment variables, set values for each variable, and hit ENTER or RETURN.
|
12 | 12 |
|
13 | 13 | ```bash
|
14 |
| - PLANE_VERSION=<v1.xx.x> |
| 14 | + PLANE_VERSION=v1.3.1 # or the last released version |
15 | 15 | DOMAIN_NAME=<subdomain.domain.tld or domain.tld>
|
16 | 16 | ```
|
17 | 17 |
|
|
61 | 61 | ```
|
62 | 62 |
|
63 | 63 | Make sure you set the minimum required values as below.
|
64 |
| - - `planeVersion: <v1.xx.x>` |
| 64 | + - `planeVersion: v1.3.1 <or the last released version>` |
65 | 65 | - `license.licenseDomain: <The domain you have specified to host Plane>`
|
66 | 66 | - `license.licenseServer: https://prime.plane.so`
|
67 | 67 | - `ingress.enabled: <true | false>`
|
@@ -275,4 +275,4 @@ If you are planning to use 3rd party ingress providers, here is the available ro
|
275 | 275 | | plane.example.com | /auth/* | <http://plane-app-api.plane:8000> | Yes |
|
276 | 276 | | plane.example.com | /uploads/* | <http://plane-app-minio.plane:9000> | Yes (Only if using local setup) |
|
277 | 277 | | plane-minio.example.com | / | <http://plane-app-minio.plane:9090> | (Optional) if using local setup, this will enable minio console access |
|
278 |
| -| plane-mq.example.com | / | <http://plane-app-minio.plane:15672> | (Optional) if using local setuo, this will enable management console access | |
| 278 | +| plane-mq.example.com | / | <http://plane-app-minio.plane:15672> | (Optional) if using local setup, this will enable management console access | |
0 commit comments