You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: self-hosting/manage/upgrade-plane.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,11 @@ You can quickly check your Plane version by clicking the **?** icon on the sideb
19
19
20
20
## Update version
21
21
22
+
<Warning>
23
+
For Commercial Edition v1.13.0, ensure you're using the **latest version of Docker Compose**. Check your Docker Compose version with `docker-compose --version` and update if needed.
Copy file name to clipboardExpand all lines: self-hosting/methods/kubernetes.mdx
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,29 @@ title: Kubernetes
4
4
5
5
This guide shows you the steps to deploy a self-hosted instance of Plane using Kubernetes.
6
6
7
+
<Tip>
8
+
If you want to upgrade from Community to the Commercial edition, see [Upgrade to Commercial Edition](/self-hosting/upgrade-from-community).
9
+
</Tip>
10
+
7
11
## Install Plane
8
-
Plane One and Plane Pro are enabled on this edition, so the Free plan on this edition is easier to trial our paid plans from.
12
+
Plane Pro and Plane Business are enabled on this edition, so the Free plan on this edition is easier to trial our paid plans from.
9
13
10
14
### Prerequisites
11
15
12
16
- A working Kubernetes cluster
13
17
-`kubectl` and `helm` on the client system that you will use to install our Helm charts
14
18
19
+
<Note>
20
+
Ensure you're using use **Helm chart v1.3.0**.
21
+
</Note>
22
+
23
+
15
24
### Procedure
16
-
<Tip>
17
-
If you want to upgrade from Community to the Commercial edition, see [Upgrade to Commercial Edition](/self-hosting/upgrade-from-community).
18
-
</Tip>
19
25
20
26
1. Open terminal or any other command-line app that has access to Kubernetes tools on your local system.
21
27
2. Set the following environment variables:
22
28
```bash
23
-
PLANE_VERSION=v1.10.0
29
+
PLANE_VERSION=v1.13.0
24
30
```
25
31
```bash
26
32
DOMAIN_NAME=<subdomain.domain.tld or domain.tld>
@@ -77,7 +83,7 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed
77
83
```
78
84
79
85
Make sure you set the required environment variables listed below:
80
-
-`planeVersion: v1.10.0`
86
+
-`planeVersion: v1.13.0`
81
87
-`license.licenseDomain: <The domain you have specified to host Plane>`
82
88
-`license.licenseServer: https://prime.plane.so`
83
89
-`ingress.enabled: <true | false>`
@@ -107,7 +113,7 @@ If you want to upgrade to a paid plan, see [Plan upgrades](https://docs.plane.so
107
113
108
114
| Setting | Default | Required | Description |
109
115
|---|:---:|:---:|---|
110
-
| planeVersion | v1.10.0 | Yes | Specifies the version of Plane to be deployed. Copy this from `prime.plane.so.`|
116
+
| planeVersion | v1.13.0 | Yes | Specifies the version of Plane to be deployed. Copy this from `prime.plane.so.`|
111
117
| 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. |
112
118
| 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. |
0 commit comments