Skip to content

Commit ea2e234

Browse files
committed
Kubernetes Airgapped Edition
1 parent f8858ea commit ea2e234

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

mint.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,14 @@
7272
"self-hosting/methods/kubernetes",
7373
"self-hosting/methods/coolify",
7474
"self-hosting/methods/portainer",
75-
"self-hosting/methods/airgapped-edition",
75+
{
76+
"group": "Airgapped edition",
77+
"pages": [
78+
"self-hosting/methods/airgapped-edition",
79+
"self-hosting/methods/airgapped-edition-kubernetes"
80+
]
81+
},
82+
7683
"self-hosting/methods/podman-quadlets"
7784
]
7885
},

self-hosting/methods/airgapped-edition.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Deploy Plane Commercial Airgapped Edition
3-
sidebarTitle: Airgapped Edition
2+
title: Deploy Plane Commercial in an Airgapped Docker Environment
3+
sidebarTitle: For Docker
44
---
55

66
This guide walks you through setting up the Commercial Airgapped Edition in an offline environment using our pre-packaged installation bundle.

self-hosting/methods/kubernetes.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Ensure you're using use **Helm chart v1.3.0**.
2626
1. Open terminal or any other command-line app that has access to Kubernetes tools on your local system.
2727
2. Set the following environment variables:
2828
```bash
29-
PLANE_VERSION=v1.13.0
29+
PLANE_VERSION=v1.14.1
3030
```
3131
```bash
3232
DOMAIN_NAME=<subdomain.domain.tld or domain.tld>
@@ -83,7 +83,7 @@ Ensure you're using use **Helm chart v1.3.0**.
8383
```
8484

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

114114
| Setting | Default | Required | Description |
115115
|---|:---:|:---:|---|
116-
| planeVersion | v1.13.0 | Yes | Specifies the version of Plane to be deployed. Copy this from `prime.plane.so.` |
116+
| planeVersion | v1.14.1 | Yes | Specifies the version of Plane to be deployed. Copy this from `prime.plane.so.` |
117117
| 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. |
118118
| 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. |
119119

0 commit comments

Comments
 (0)