Skip to content

Commit 9ff89f6

Browse files
committed
modified: self-hosting/govern/configure-dns-email-service.mdx
modified: self-hosting/methods/kubernetes.mdx
1 parent a418609 commit 9ff89f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

self-hosting/govern/configure-dns-email-service.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ Once your DNS records have propagated, test your SMTP connections:
106106

107107
## See also
108108

109-
- [Intake Email](https://docs.plane.so/intake/intake-email)
109+
[Intake Email](https://docs.plane.so/intake/intake-email)

self-hosting/methods/kubernetes.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed
2020
1. Open terminal or any other command-line app that has access to Kubernetes tools on your local system.
2121
2. Set the following environment variables:
2222
```bash
23-
PLANE_VERSION=v1.9.1
23+
PLANE_VERSION=v1.10.0
2424
```
2525
```bash
2626
DOMAIN_NAME=<subdomain.domain.tld or domain.tld>
@@ -77,7 +77,7 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed
7777
```
7878

7979
Make sure you set the required environment variables listed below:
80-
- `planeVersion: v1.9.1`
80+
- `planeVersion: v1.10.0`
8181
- `license.licenseDomain: <The domain you have specified to host Plane>`
8282
- `license.licenseServer: https://prime.plane.so`
8383
- `ingress.enabled: <true | false>`
@@ -107,7 +107,7 @@ If you want to upgrade to a paid plan, see [Plan upgrades](https://docs.plane.so
107107

108108
| Setting | Default | Required | Description |
109109
|---|:---:|:---:|---|
110-
| planeVersion | v1.9.1 | Yes | Specifies the version of Plane to be deployed. Copy this from `prime.plane.so.` |
110+
| planeVersion | v1.10.0 | Yes | Specifies the version of Plane to be deployed. Copy this from `prime.plane.so.` |
111111
| 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. |
112112
| 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. |
113113

0 commit comments

Comments
 (0)