Skip to content

Commit 0ea0a2f

Browse files
authored
Merge pull request #19 from makeplane/preview
Update version on Kubernetes
2 parents 12891a2 + cf1d33e commit 0ea0a2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

self-hosting/methods/kubernetes.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed
2020
1. Open terminal or any other command-line app that has access to Kubernetes tools on your local system.
2121
2. Set the following environment variables:
2222
```bash
23-
PLANE_VERSION=<v1.3.1>
23+
PLANE_VERSION=v1.3.2
2424
```
2525
```bash
2626
DOMAIN_NAME=<subdomain.domain.tld or domain.tld>
@@ -70,7 +70,7 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed
7070
```
7171

7272
Make sure you set the required environment variables listed below:
73-
- `planeVersion: <v1.3.1>`
73+
- `planeVersion: v1.3.2`
7474
- `license.licenseDomain: <The domain you have specified to host Plane>`
7575
- `license.licenseServer: https://prime.plane.so`
7676
- `ingress.enabled: <true | false>`
@@ -100,7 +100,7 @@ If you want to upgrade to a paid plan, see [Plan upgrades](https://docs.plane.so
100100

101101
| Setting | Default | Required | Description |
102102
|---|:---:|:---:|---|
103-
| planeVersion | v1.3.1 | Yes | Specifies the version of Plane to be deployed. Copy this from `prime.plane.so.` |
103+
| planeVersion | v1.3.2 | Yes | Specifies the version of Plane to be deployed. Copy this from `prime.plane.so.` |
104104
| license.licenseServer | `https://prime.plane.so` | Yes | Sets the value of the `licenseServer` that gets you your license and validates it periodically. Don't change this. |
105105
| 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. |
106106

0 commit comments

Comments
 (0)