Skip to content

Commit 15e0772

Browse files
authored
Merge pull request #125 from makeplane/develop
Promoting Develop to Master
2 parents 1daace7 + f5e78e9 commit 15e0772

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

charts/plane-ce/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Meet Plane. An open-source software development tool to manage issu
55

66
type: application
77

8-
version: 1.1.2
8+
version: 1.1.3
99
appVersion: "0.26.1"
1010

1111
home: https://plane.so

charts/plane-enterprise/Chart.yaml

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

66
type: application
77

8-
version: 1.2.5
9-
appVersion: "1.11.0"
8+
version: 1.2.6
9+
appVersion: "1.12.0"
1010

1111
home: https://plane.so/
1212
icon: https://plane.so/favicon/favicon-32x32.png
1313
sources:
14-
- https://github.com/makeplane/plane-ee
15-
14+
- https://github.com/makeplane/plane-ee

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=v1.11.0 # or the last released version
14+
PLANE_VERSION=v1.12.0 # or the last released version
1515
DOMAIN_NAME=<subdomain.domain.tld or domain.tld>
1616
```
1717

@@ -65,7 +65,7 @@
6565
```
6666

6767
Make sure you set the minimum required values as below.
68-
- `planeVersion: v1.11.0 <or the last released version>`
68+
- `planeVersion: v1.12.0 <or the last released version>`
6969
- `license.licenseDomain: <The domain you have specified to host Plane>`
7070
- `ingress.enabled: <true | false>`
7171
- `ingress.ingressClass: <nginx or any other ingress class configured in your cluster>`
@@ -100,7 +100,7 @@
100100
101101
| Setting | Default | Required | Description |
102102
|---|:---:|:---:|---|
103-
| planeVersion | v1.11.0 | Yes | Specifies the version of Plane to be deployed. Copy this from prime.plane.so. |
103+
| planeVersion | v1.12.0 | Yes | Specifies the version of Plane to be deployed. Copy this from prime.plane.so. |
104104
| 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. |
105105
106106
### Postgres

charts/plane-enterprise/questions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ questions:
2020
- variable: planeVersion
2121
label: Plane Version (Docker Image Tag)
2222
type: string
23-
default: v1.11.0
23+
default: v1.12.0
2424
required: true
2525
group: "Docker Registry"
2626
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: v1.11.0
1+
planeVersion: v1.12.0
22

33
dockerRegistry:
44
enabled: false

0 commit comments

Comments
 (0)