Skip to content

Commit 55393f3

Browse files
authored
fix: bumped appVersion to v1.5.0 (#60)
1 parent 2c851fb commit 55393f3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/plane-enterprise/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Meet Plane. An Enterprise software development tool to manage issue
66
type: application
77

88
version: 1.1.0
9-
appVersion: "1.3.1"
9+
appVersion: "1.5.0"
1010

1111
home: https://plane.so/
1212
icon: https://plane.so/favicon/favicon-32x32.png

charts/plane-enterprise/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
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.
1212

1313
```bash
14-
PLANE_VERSION=v1.3.1 # or the last released version
14+
PLANE_VERSION=v1.5.0 # or the last released version
1515
DOMAIN_NAME=<subdomain.domain.tld or domain.tld>
1616
```
1717

@@ -61,7 +61,7 @@
6161
```
6262

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

charts/plane-enterprise/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
planeVersion: v1.3.1
1+
planeVersion: v1.5.0
22

33
dockerRegistry:
44
enabled: false

0 commit comments

Comments
 (0)