Skip to content

Commit 70c7664

Browse files
committed
updated ee readme
1 parent 62bc821 commit 70c7664

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/plane-enterprise/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
- A working Kubernetes cluster
44
- `kubectl` and `helm` on the client system that you will use to install our Helm charts
55

6-
## Installing Plane Enterprise
6+
## Installing Plane
77

88
1. Open Terminal or any other command-line app that has access to Kubernetes tools on your local system.
99
2. Set the following environment variables.
1010

1111
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.
1212

1313
```bash
14-
PLANE_VERSION=<v1.xx.x>
14+
PLANE_VERSION=v1.3.1 # or the last released version
1515
DOMAIN_NAME=<subdomain.domain.tld or domain.tld>
1616
```
1717

@@ -61,7 +61,7 @@
6161
```
6262

6363
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>`
6565
- `license.licenseDomain: <The domain you have specified to host Plane>`
6666
- `license.licenseServer: https://prime.plane.so`
6767
- `ingress.enabled: <true | false>`
@@ -275,4 +275,4 @@ If you are planning to use 3rd party ingress providers, here is the available ro
275275
| plane.example.com | /auth/* | <http://plane-app-api.plane:8000> | Yes |
276276
| plane.example.com | /uploads/* | <http://plane-app-minio.plane:9000> | Yes (Only if using local setup) |
277277
| 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

Comments
 (0)