Skip to content

Commit 717646c

Browse files
authored
Release: Plane-EE:v2.3.0 (#194)
* Update Plane version to 2.3.0 in Chart.yaml, questions.yml, README.md, and values.yaml * Update Plane version to 1.8.2 in Chart.yaml
1 parent 40ed98a commit 717646c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

charts/plane-enterprise/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: Meet Plane. An Enterprise software development tool to manage issue
55

66
type: application
77

8-
version: 1.8.1
9-
appVersion: "2.2.0"
8+
version: 1.8.2
9+
appVersion: "2.3.0"
1010

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

charts/plane-enterprise/README.md

Lines changed: 3 additions & 3 deletions
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=v2.2.0 # or the last released version
14+
PLANE_VERSION=v2.3.0 # or the last released version
1515
DOMAIN_NAME=<subdomain.domain.tld or domain.tld>
1616
```
1717

@@ -67,7 +67,7 @@
6767

6868
Make sure you set the minimum required values as below.
6969

70-
- `planeVersion: v2.2.0 <or the last released version>`
70+
- `planeVersion: v2.3.0 <or the last released version>`
7171
- `license.licenseDomain: <The domain you have specified to host Plane>`
7272
- `ingress.enabled: <true | false>`
7373
- `ingress.ingressClass: <nginx or any other ingress class configured in your cluster>`
@@ -93,7 +93,7 @@
9393

9494
| Setting | Default | Required | Description |
9595
| --------------------- | :---------------: | :------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
96-
| planeVersion | v2.2.0 | Yes | Specifies the version of Plane to be deployed. Copy this from prime.plane.so. |
96+
| planeVersion | v2.3.0 | Yes | Specifies the version of Plane to be deployed. Copy this from prime.plane.so. |
9797
| 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. |
9898

9999
### Air-gapped Settings

charts/plane-enterprise/questions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ questions:
2727
- variable: planeVersion
2828
label: Plane Version (Docker Image Tag)
2929
type: string
30-
default: v2.2.0
30+
default: v2.3.0
3131
required: true
3232
group: "Docker Registry"
3333
subquestions:

charts/plane-enterprise/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
planeVersion: v2.2.0
1+
planeVersion: v2.3.0
22

33
dockerRegistry:
44
enabled: false

0 commit comments

Comments
 (0)