Skip to content

Commit aca30f5

Browse files
committed
Update Kubernetes configuration to version v1.16.0
1 parent 99b8abe commit aca30f5

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
@@ -26,7 +26,7 @@ Ensure you use use the latest Helm chart version.
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.15.0
29+
PLANE_VERSION=v1.16.0
3030
```
3131
```bash
3232
DOMAIN_NAME=<subdomain.domain.tld or domain.tld>
@@ -83,7 +83,7 @@ Ensure you use use the latest Helm chart version.
8383
```
8484

8585
Make sure you set the required environment variables listed below:
86-
- `planeVersion: v1.15.0`
86+
- `planeVersion: v1.16.0`
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.15.0 | Yes | Specifies the version of Plane to be deployed. Copy this from `prime.plane.so.` |
116+
| planeVersion | v1.16.0 | Yes | Specifies the version of Plane to be deployed. Copy this from `prime.plane.so.` |
117117
| 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. |
118118

119119
#### Airgapped settings

0 commit comments

Comments
 (0)