Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/plane-ce/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: Meet Plane. An open-source software development tool to manage issu

type: application

version: 1.1.4
appVersion: "0.27.1"
version: 1.2.0
appVersion: "0.28.0"

home: https://plane.so
icon: https://plane.so/favicon/favicon-32x32.png
Expand Down
5 changes: 0 additions & 5 deletions charts/plane-ce/templates/workloads/admin.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ spec:
limits:
memory: {{ .Values.admin.memoryLimit | default "1000Mi" | quote }}
cpu: {{ .Values.admin.cpuLimit | default "500m" | quote}}
command:
- node
args:
- admin/server.js
- admin
serviceAccount: {{ .Release.Name }}-srv-account
serviceAccountName: {{ .Release.Name }}-srv-account

Expand Down
4 changes: 0 additions & 4 deletions charts/plane-ce/templates/workloads/live.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ spec:
limits:
memory: {{ .Values.live.memoryLimit | default "1000Mi" | quote }}
cpu: {{ .Values.live.cpuLimit | default "500m" | quote}}
command:
- node
args:
- live/dist/server.js
envFrom:
- configMapRef:
name: {{ .Release.Name }}-live-vars
Expand Down
5 changes: 0 additions & 5 deletions charts/plane-ce/templates/workloads/space.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ spec:
limits:
memory: {{ .Values.space.memoryLimit | default "1000Mi" | quote }}
cpu: {{ .Values.space.cpuLimit | default "500m" | quote}}
command:
- node
args:
- space/server.js
- space
serviceAccount: {{ .Release.Name }}-srv-account
serviceAccountName: {{ .Release.Name }}-srv-account

Expand Down
5 changes: 0 additions & 5 deletions charts/plane-ce/templates/workloads/web.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ spec:
limits:
memory: {{ .Values.web.memoryLimit | default "1000Mi" | quote }}
cpu: {{ .Values.web.cpuLimit | default "500m" | quote}}
command:
- node
args:
- web/server.js
- web
serviceAccount: {{ .Release.Name }}-srv-account
serviceAccountName: {{ .Release.Name }}-srv-account

Expand Down