Skip to content

Commit ef5b51b

Browse files
committed
Updated READMEs
1 parent f77f6bb commit ef5b51b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/plane-ee.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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=v2.3.1 # or the last released version
14+
PLANE_VERSION=v2.3.3 # or the last released version
1515
DOMAIN_NAME=<subdomain.domain.tld or domain.tld>
1616
```
1717

@@ -67,7 +67,7 @@
6767

6868
Make sure you set the minimum required values as below.
6969

70-
- `planeVersion: v2.3.1 <or the last released version>`
70+
- `planeVersion: v2.3.3 <or the last released version>`
7171
- `license.licenseDomain: <The domain you have specified to host Plane>`
7272
- `ingress.enabled: <true | false>`
7373
- `ingress.ingressClass: <nginx or any other ingress class configured in your cluster>`
@@ -93,7 +93,7 @@
9393

9494
| Setting | Default | Required | Description |
9595
| --------------------- | :---------------: | :------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
96-
| planeVersion | v2.3.1 | Yes | Specifies the version of Plane to be deployed. Copy this from prime.plane.so. |
96+
| planeVersion | v2.3.3 | Yes | Specifies the version of Plane to be deployed. Copy this from prime.plane.so. |
9797
| license.licenseDomain | plane.example.com | Yes | The fully-qualified domain name (FQDN) in the format `sudomain.domain.tld` or `domain.tld` that the license is bound to. It is also attached to your `ingress` host to access Plane. |
9898

9999
### Air-gapped Settings

0 commit comments

Comments
 (0)