Skip to content

Commit

Permalink
Merge pull request #61 from makeplane/develop
Browse files Browse the repository at this point in the history
Promoting develop to master
  • Loading branch information
mguptahub authored Nov 26, 2024
2 parents 0d1ad7d + 55393f3 commit de76a63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/plane-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Meet Plane. An Enterprise software development tool to manage issue
type: application

version: 1.1.0
appVersion: "1.3.1"
appVersion: "1.5.0"

home: https://plane.so/
icon: https://plane.so/favicon/favicon-32x32.png
Expand Down
6 changes: 3 additions & 3 deletions charts/plane-enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copy the format of constants below, paste it on Terminal to start setting environment variables, set values for each variable, and hit ENTER or RETURN.

```bash
PLANE_VERSION=v1.3.1 # or the last released version
PLANE_VERSION=v1.5.0 # or the last released version
DOMAIN_NAME=<subdomain.domain.tld or domain.tld>
```

Expand Down Expand Up @@ -61,7 +61,7 @@
```

Make sure you set the minimum required values as below.
- `planeVersion: v1.3.1 <or the last released version>`
- `planeVersion: v1.5.0 <or the last released version>`
- `license.licenseDomain: <The domain you have specified to host Plane>`
- `license.licenseServer: https://prime.plane.so`
- `ingress.enabled: <true | false>`
Expand Down Expand Up @@ -97,7 +97,7 @@
| Setting | Default | Required | Description |
|---|:---:|:---:|---|
| planeVersion | v1.3.1 | Yes | Specifies the version of Plane to be deployed. Copy this from prime.plane.so. |
| planeVersion | v1.5.0 | Yes | Specifies the version of Plane to be deployed. Copy this from prime.plane.so. |
| 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. |
| 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. |

Expand Down
2 changes: 1 addition & 1 deletion charts/plane-enterprise/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
planeVersion: v1.3.1
planeVersion: v1.5.0

dockerRegistry:
enabled: false
Expand Down

0 comments on commit de76a63

Please sign in to comment.