From aca30f58cbe2a55c6160de258990e3ce77de01e1 Mon Sep 17 00:00:00 2001 From: akshat5302 Date: Thu, 6 Nov 2025 14:58:59 +0530 Subject: [PATCH] Update Kubernetes configuration to version v1.16.0 --- self-hosting/methods/kubernetes.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/self-hosting/methods/kubernetes.mdx b/self-hosting/methods/kubernetes.mdx index 79ae477..fc2226f 100644 --- a/self-hosting/methods/kubernetes.mdx +++ b/self-hosting/methods/kubernetes.mdx @@ -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= @@ -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: ` - `license.licenseServer: https://prime.plane.so` - `ingress.enabled: ` @@ -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