Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions self-hosting/methods/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Ensure you use use the latest Helm chart version.
1. Open terminal or any other command-line app that has access to Kubernetes tools on your local system.
2. Set the following environment variables:
```bash
PLANE_VERSION=v1.15.0
PLANE_VERSION=v1.16.0
```
```bash
DOMAIN_NAME=<subdomain.domain.tld or domain.tld>
Expand Down Expand Up @@ -83,7 +83,7 @@ Ensure you use use the latest Helm chart version.
```

Make sure you set the required environment variables listed below:
- `planeVersion: v1.15.0`
- `planeVersion: v1.16.0`
- `license.licenseDomain: <The domain you have specified to host Plane>`
- `license.licenseServer: https://prime.plane.so`
- `ingress.enabled: <true | false>`
Expand Down Expand Up @@ -113,7 +113,7 @@ If you want to upgrade to a paid plan, see [Plan upgrades](https://docs.plane.so

| Setting | Default | Required | Description |
|---|:---:|:---:|---|
| planeVersion | v1.15.0 | Yes | Specifies the version of Plane to be deployed. Copy this from `prime.plane.so.` |
| planeVersion | v1.16.0 | Yes | Specifies the version of Plane to be deployed. Copy this from `prime.plane.so.` |
| 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. |

#### Airgapped settings
Expand Down