Skip to content

Commit 12b3f52

Browse files
committed
Merge branch 'develop' of https://github.com/makeplane/helm-charts into add-hpa-ce
2 parents 2da241d + 9e002a5 commit 12b3f52

File tree

11 files changed

+8
-47
lines changed

11 files changed

+8
-47
lines changed

.github/workflows/chart-releaser.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -115,22 +115,6 @@ jobs:
115115
CR_PASSPHRASE_FILE: ${{env.GNUPGHOME}}/gpg-passphrase
116116
CR_SIGN: true
117117

118-
- id: publish-plane-enterprise
119-
if: ${{ github.ref_name == 'master' && github.event.inputs.plane-ee == 'true' }}
120-
name: Harbor Publish Plane-Enterprise
121-
env:
122-
CHART_REPO: ${{ env.CHART_NAME_ENTERPRISE }}
123-
HELM_REPO: plane
124-
CR_KEY: ${{ env.GPG_KEY_NAME }}
125-
CR_PASSPHRASE_FILE: ${{env.GNUPGHOME}}/gpg-passphrase
126-
CR_KEYRING: ${{env.GNUPGHOME}}/secring.gpg
127-
run: |
128-
mkdir -p tmp
129-
helm registry login -u ${{ secrets.HARBOR_USERNAME }} -p ${{ secrets.HARBOR_TOKEN }} ${{ vars.HARBOR_REGISTRY }}
130-
helm package --sign --key "$CR_KEY" --keyring "$CR_KEYRING" --passphrase-file "$CR_PASSPHRASE_FILE" charts/$CHART_REPO -u -d tmp
131-
helm push tmp/${{ env.CHART_REPO }}-*.tgz oci://${{ vars.HARBOR_REGISTRY }}/${{env.HELM_REPO}}
132-
rm -rf tmp
133-
134118
publish:
135119
if: ${{ github.ref_name == 'master' }}
136120
needs: setup

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.2.7
9-
appVersion: "1.12.1"
8+
version: 1.3.1
9+
appVersion: "1.13.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=v1.12.1 # or the last released version
14+
PLANE_VERSION=v1.13.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.12.1 <or the last released version>`
68+
- `planeVersion: v1.13.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.12.1 | Yes | Specifies the version of Plane to be deployed. Copy this from prime.plane.so. |
103+
| planeVersion | v1.13.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.12.1
23+
default: v1.13.0
2424
required: true
2525
group: "Docker Registry"
2626
subquestions:

charts/plane-enterprise/templates/workloads/admin.deployment.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ spec:
5252
limits:
5353
memory: {{ .Values.services.admin.memoryLimit | default "1000Mi" | quote }}
5454
cpu: {{ .Values.services.admin.cpuLimit | default "500m" | quote}}
55-
command:
56-
- node
57-
args:
58-
- admin/server.js
59-
- admin
6055
serviceAccount: {{ .Release.Name }}-srv-account
6156
serviceAccountName: {{ .Release.Name }}-srv-account
6257

charts/plane-enterprise/templates/workloads/api.deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ spec:
8181

8282
serviceAccount: {{ .Release.Name }}-srv-account
8383
serviceAccountName: {{ .Release.Name }}-srv-account
84-
---
84+
---

charts/plane-enterprise/templates/workloads/live.deployment.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ spec:
5252
limits:
5353
memory: {{ .Values.services.live.memoryLimit | default "1000Mi" | quote }}
5454
cpu: {{ .Values.services.live.cpuLimit | default "500m" | quote}}
55-
command:
56-
- node
57-
args:
58-
- live/dist/start.js
5955
envFrom:
6056
- configMapRef:
6157
name: {{ .Release.Name }}-live-vars

charts/plane-enterprise/templates/workloads/silo.deployment.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ spec:
7575
limits:
7676
memory: {{ .Values.services.silo.memoryLimit | default "1000Mi" | quote }}
7777
cpu: {{ .Values.services.silo.cpuLimit | default "500m" | quote}}
78-
command:
79-
- node
80-
args:
81-
- silo/start.cjs
8278
envFrom:
8379
- configMapRef:
8480
name: {{ .Release.Name }}-silo-vars

charts/plane-enterprise/templates/workloads/space.deployment.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ spec:
5252
limits:
5353
memory: {{ .Values.services.space.memoryLimit | default "1000Mi" | quote }}
5454
cpu: {{ .Values.services.space.cpuLimit | default "500m" | quote}}
55-
command:
56-
- node
57-
args:
58-
- space/server.js
59-
- space
6055
serviceAccount: {{ .Release.Name }}-srv-account
6156
serviceAccountName: {{ .Release.Name }}-srv-account
6257

charts/plane-enterprise/templates/workloads/web.deployment.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ spec:
5252
limits:
5353
memory: {{ .Values.services.web.memoryLimit | default "1000Mi" | quote }}
5454
cpu: {{ .Values.services.web.cpuLimit | default "500m" | quote}}
55-
command:
56-
- node
57-
args:
58-
- web/server.js
59-
- web
6055
serviceAccount: {{ .Release.Name }}-srv-account
6156
serviceAccountName: {{ .Release.Name }}-srv-account
6257

0 commit comments

Comments
 (0)