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.0
appVersion: "0.25.3"
version: 1.1.1
appVersion: "0.26.0"

home: https://plane.so
icon: https://plane.so/favicon/favicon-32x32.png
Expand Down
14 changes: 7 additions & 7 deletions charts/plane-ce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
| web.replicas | 1 | Yes | Kubernetes helps you with scaling up/down the deployments. You can run 1 or more pods for each deployment. This key helps you setting up number of replicas you want to run for this deployment. It must be >=1 |
| web.memoryLimit | 1000Mi | | Every deployment in kubernetes can be set to use maximum memory they are allowed to use. This key sets the memory limit for this deployment to use.|
| web.cpuLimit | 500m | | Every deployment in kubernetes can be set to use maximum cpu they are allowed to use. This key sets the cpu limit for this deployment to use.|
| web.image| makeplane/plane-frontend | | This deployment needs a preconfigured docker image to function. Docker image name is provided by the owner and must not be changed for this deployment |
| web.image| artifacts.plane.so/makeplane/plane-frontend | | This deployment needs a preconfigured docker image to function. Docker image name is provided by the owner and must not be changed for this deployment |
| web.pullPolicy | Always | | Using this key, user can set the pull policy for the deployment of `web`. |
| web.assign_cluster_ip | false | | Set it to `true` if you want to assign `ClusterIP` to the service |

Expand All @@ -160,7 +160,7 @@
| space.replicas | 1 | Yes | Kubernetes helps you with scaling up/down the deployments. You can run 1 or more pods for each deployment. This key helps you setting up number of replicas you want to run for this deployment. It must be >=1 |
| space.memoryLimit | 1000Mi | | Every deployment in kubernetes can be set to use maximum memory they are allowed to use. This key sets the memory limit for this deployment to use.|
| space.cpuLimit | 500m | | Every deployment in kubernetes can be set to use maximum cpu they are allowed to use. This key sets the cpu limit for this deployment to use.|
| space.image| makeplane/plane-space| | This deployment needs a preconfigured docker image to function. Docker image name is provided by the owner and must not be changed for this deployment |
| space.image| artifacts.plane.so/makeplane/plane-space| | This deployment needs a preconfigured docker image to function. Docker image name is provided by the owner and must not be changed for this deployment |
| space.pullPolicy | Always | | Using this key, user can set the pull policy for the deployment of `space`. |
| space.assign_cluster_ip | false | | Set it to `true` if you want to assign `ClusterIP` to the service |

Expand All @@ -171,7 +171,7 @@
| admin.replicas | 1 | Yes | Kubernetes helps you with scaling up/down the deployments. You can run 1 or more pods for each deployment. This key helps you setting up number of replicas you want to run for this deployment. It must be >=1 |
| admin.memoryLimit | 1000Mi | | Every deployment in kubernetes can be set to use maximum memory they are allowed to use. This key sets the memory limit for this deployment to use.|
| admin.cpuLimit | 500m | | Every deployment in kubernetes can be set to use maximum cpu they are allowed to use. This key sets the cpu limit for this deployment to use.|
| admin.image| makeplane/plane-admin | | This deployment needs a preconfigured docker image to function. Docker image name is provided by the owner and must not be changed for this deployment |
| admin.image| artifacts.plane.so/makeplane/plane-admin | | This deployment needs a preconfigured docker image to function. Docker image name is provided by the owner and must not be changed for this deployment |
| admin.pullPolicy | Always | | Using this key, user can set the pull policy for the deployment of `admin`. |
| admin.assign_cluster_ip | false | | Set it to `true` if you want to assign `ClusterIP` to the service |

Expand All @@ -182,7 +182,7 @@
| live.replicas | 1 | Yes | Kubernetes helps you with scaling up/down the deployments. You can run 1 or more pods for each deployment. This key helps you setting up number of replicas you want to run for this deployment. It must be >=1 |
| live.memoryLimit | 1000Mi | | Every deployment in kubernetes can be set to use maximum memory they are allowed to use. This key sets the memory limit for this deployment to use.|
| live.cpuLimit | 500m | | Every deployment in kubernetes can be set to use maximum cpu they are allowed to use. This key sets the cpu limit for this deployment to use.|
| live.image| makeplane/plane-live | | This deployment needs a preconfigured docker image to function. Docker image name is provided by the owner and must not be changed for this deployment |
| live.image| artifacts.plane.so/makeplane/plane-live | | This deployment needs a preconfigured docker image to function. Docker image name is provided by the owner and must not be changed for this deployment |
| live.pullPolicy | Always | | Using this key, user can set the pull policy for the deployment of `live`. |
| env.live_sentry_dsn | | | (optional) Live service deployment comes with some of the preconfigured integration. Sentry is one among those. Here user can set the Sentry provided DSN for this integration.|
| env.live_sentry_environment | | | (optional) Live service deployment comes with some of the preconfigured integration. Sentry is one among those. Here user can set the Sentry environment name (as configured in Sentry) for this integration.|
Expand All @@ -196,7 +196,7 @@
| api.replicas | 1 | Yes | Kubernetes helps you with scaling up/down the deployments. You can run 1 or more pods for each deployment. This key helps you setting up number of replicas you want to run for this deployment. It must be >=1 |
| api.memoryLimit | 1000Mi | | Every deployment in kubernetes can be set to use maximum memory they are allowed to use. This key sets the memory limit for this deployment to use.|
| api.cpuLimit | 500m | | Every deployment in kubernetes can be set to use maximum cpu they are allowed to use. This key sets the cpu limit for this deployment to use.|
| api.image| makeplane/plane-backend | | This deployment needs a preconfigured docker image to function. Docker image name is provided by the owner and must not be changed for this deployment |
| api.image| artifacts.plane.so/makeplane/plane-backend | | This deployment needs a preconfigured docker image to function. Docker image name is provided by the owner and must not be changed for this deployment |
| api.pullPolicy | Always | | Using this key, user can set the pull policy for the deployment of `api`. |
| env.sentry_dsn | | | (optional) API service deployment comes with some of the preconfigured integration. Sentry is one among those. Here user can set the Sentry provided DSN for this integration.|
| env.sentry_environment | | | (optional) API service deployment comes with some of the preconfigured integration. Sentry is one among those. Here user can set the Sentry environment name (as configured in Sentry) for this integration.|
Expand All @@ -210,7 +210,7 @@
| worker.replicas | 1 | Yes | Kubernetes helps you with scaling up/down the deployments. You can run 1 or more pods for each deployment. This key helps you setting up number of replicas you want to run for this deployment. It must be >=1 |
| worker.memoryLimit | 1000Mi | | Every deployment in kubernetes can be set to use maximum memory they are allowed to use. This key sets the memory limit for this deployment to use.|
| worker.cpuLimit | 500m | | Every deployment in kubernetes can be set to use maximum cpu they are allowed to use. This key sets the cpu limit for this deployment to use.|
| worker.image| makeplane/plane-backend | | This deployment needs a preconfigured docker image to function. Docker image name is provided by the owner and must not be changed for this deployment |
| worker.image| artifacts.plane.so/makeplane/plane-backend | | This deployment needs a preconfigured docker image to function. Docker image name is provided by the owner and must not be changed for this deployment |

### Beat-Worker deployment

Expand All @@ -219,7 +219,7 @@
| beatworker.replicas | 1 | Yes | Kubernetes helps you with scaling up/down the deployments. You can run 1 or more pods for each deployment. This key helps you setting up number of replicas you want to run for this deployment. It must be >=1 |
| beatworker.memoryLimit | 1000Mi | | Every deployment in kubernetes can be set to use maximum memory they are allowed to use. This key sets the memory limit for this deployment to use.|
| beatworker.cpuLimit | 500m | | Every deployment in kubernetes can be set to use maximum cpu they are allowed to use. This key sets the cpu limit for this deployment to use.|
| beatworker.image| makeplane/plane-backend | | This deployment needs a preconfigured docker image to function. Docker image name is provided by the owner and must not be changed for this deployment |
| beatworker.image| artifacts.plane.so/makeplane/plane-backend | | This deployment needs a preconfigured docker image to function. Docker image name is provided by the owner and must not be changed for this deployment |

### Ingress and SSL Setup

Expand Down
10 changes: 5 additions & 5 deletions charts/plane-ce/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ questions:
label: Frontend Docker Image
type: string
required: true
default: "makeplane/plane-frontend"
default: "artifacts.plane.so/makeplane/plane-frontend"
group: "Web Setup"
subquestions:
- variable: web.pullPolicy
Expand Down Expand Up @@ -60,7 +60,7 @@ questions:
label: Space Docker Image
type: string
required: true
default: "makeplane/plane-space"
default: "artifacts.plane.so/makeplane/plane-space"
group: "Spaces Setup"
subquestions:
- variable: space.pullPolicy
Expand Down Expand Up @@ -92,7 +92,7 @@ questions:
label: Admin Docker Image
type: string
required: true
default: "makeplane/plane-admin"
default: "artifacts.plane.so/makeplane/plane-admin"
group: "Admin Setup"
subquestions:
- variable: admin.pullPolicy
Expand Down Expand Up @@ -124,7 +124,7 @@ questions:
label: Live Docker Image
type: string
required: true
default: "makeplane/plane-live"
default: "artifacts.plane.so/makeplane/plane-live"
description: "Live Server Setup"
group: "Live Setup"
subquestions:
Expand Down Expand Up @@ -169,7 +169,7 @@ questions:
label: Backend Docker Image
type: string
required: true
default: "makeplane/plane-backend"
default: "artifacts.plane.so/makeplane/plane-backend"
description: "Used by API, Worker, Beat-Worker"
group: "API Setup"
subquestions:
Expand Down
2 changes: 1 addition & 1 deletion charts/plane-ce/templates/workloads/admin.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
containers:
- name: {{ .Release.Name }}-admin
imagePullPolicy: {{ .Values.admin.pullPolicy | default "Always" }}
image: {{ .Values.admin.image | default "makeplane/plane-frontend" }}:{{ .Values.planeVersion }}
image: {{ .Values.admin.image | default "artifacts.plane.so/makeplane/plane-frontend" }}:{{ .Values.planeVersion }}
stdin: true
tty: true
resources:
Expand Down
2 changes: 1 addition & 1 deletion charts/plane-ce/templates/workloads/api.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
containers:
- name: {{ .Release.Name }}-api
imagePullPolicy: {{ .Values.api.pullPolicy | default "Always" }}
image: {{ .Values.api.image | default "makeplane/plane-backend" }}:{{ .Values.planeVersion }}
image: {{ .Values.api.image | default "artifacts.plane.so/makeplane/plane-backend" }}:{{ .Values.planeVersion }}
stdin: true
tty: true
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
containers:
- name: {{ .Release.Name }}-beat-worker
imagePullPolicy: {{ .Values.beatworker.pullPolicy | default "Always" }}
image: {{ .Values.beatworker.image | default "makeplane/plane-backend" }}:{{ .Values.planeVersion }}
image: {{ .Values.beatworker.image | default "artifacts.plane.so/makeplane/plane-backend" }}:{{ .Values.planeVersion }}
stdin: true
tty: true
resources:
Expand Down
2 changes: 1 addition & 1 deletion charts/plane-ce/templates/workloads/live.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
containers:
- name: {{ .Release.Name }}-live
imagePullPolicy: {{ .Values.live.pullPolicy | default "Always" }}
image: {{ .Values.live.image | default "makeplane/plane-live" }}:{{ .Values.planeVersion }}
image: {{ .Values.live.image | default "artifacts.plane.so/makeplane/plane-live" }}:{{ .Values.planeVersion }}
stdin: true
tty: true
resources:
Expand Down
2 changes: 1 addition & 1 deletion charts/plane-ce/templates/workloads/migrator.job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: {{ .Release.Name }}-api-migrate
image: {{ .Values.api.image | default "makeplane/plane-backend" }}:{{ .Values.planeVersion }}
image: {{ .Values.api.image | default "artifacts.plane.so/makeplane/plane-backend" }}:{{ .Values.planeVersion }}
command:
- ./bin/docker-entrypoint-migrator.sh
imagePullPolicy: {{ .Values.api.pullPolicy | default "Always" }}
Expand Down
2 changes: 1 addition & 1 deletion charts/plane-ce/templates/workloads/space.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
containers:
- name: {{ .Release.Name }}-space
imagePullPolicy: {{ .Values.space.pullPolicy | default "Always" }}
image: {{ .Values.space.images | default "makeplane/plane-space" }}:{{ .Values.planeVersion }}
image: {{ .Values.space.images | default "artifacts.plane.so/makeplane/plane-space" }}:{{ .Values.planeVersion }}
stdin: true
tty: true
resources:
Expand Down
2 changes: 1 addition & 1 deletion charts/plane-ce/templates/workloads/web.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
containers:
- name: {{ .Release.Name }}-web
imagePullPolicy: {{ .Values.web.pullPolicy | default "Always" }}
image: {{ .Values.web.image | default "makeplane/plane-frontend" }}:{{ .Values.planeVersion }}
image: {{ .Values.web.image | default "artifacts.plane.so/makeplane/plane-frontend" }}:{{ .Values.planeVersion }}
stdin: true
tty: true
resources:
Expand Down
2 changes: 1 addition & 1 deletion charts/plane-ce/templates/workloads/worker.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
containers:
- name: {{ .Release.Name }}-worker
imagePullPolicy: {{ .Values.worker.pullPolicy | default "Always" }}
image: {{ .Values.worker.image | default "makeplane/plane-backend" }}:{{ .Values.planeVersion }}
image: {{ .Values.worker.image | default "artifacts.plane.so/makeplane/plane-backend" }}:{{ .Values.planeVersion }}
stdin: true
tty: true
resources:
Expand Down
14 changes: 7 additions & 7 deletions charts/plane-ce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,54 +73,54 @@ web:
replicas: 1
memoryLimit: 1000Mi
cpuLimit: 500m
image: makeplane/plane-frontend
image: artifacts.plane.so/makeplane/plane-frontend
pullPolicy: Always
assign_cluster_ip: false

space:
replicas: 1
memoryLimit: 1000Mi
cpuLimit: 500m
image: makeplane/plane-space
image: artifacts.plane.so/makeplane/plane-space
pullPolicy: Always
assign_cluster_ip: false

admin:
replicas: 1
memoryLimit: 1000Mi
cpuLimit: 500m
image: makeplane/plane-admin
image: artifacts.plane.so/makeplane/plane-admin
pullPolicy: Always
assign_cluster_ip: false

live:
replicas: 1
memoryLimit: 1000Mi
cpuLimit: 500m
image: makeplane/plane-live
image: artifacts.plane.so/makeplane/plane-live
pullPolicy: Always
assign_cluster_ip: false

api:
replicas: 1
memoryLimit: 1000Mi
cpuLimit: 500m
image: makeplane/plane-backend
image: artifacts.plane.so/makeplane/plane-backend
pullPolicy: Always
assign_cluster_ip: false

worker:
replicas: 1
memoryLimit: 1000Mi
cpuLimit: 500m
image: makeplane/plane-backend
image: artifacts.plane.so/makeplane/plane-backend
pullPolicy: Always

beatworker:
replicas: 1
memoryLimit: 1000Mi
cpuLimit: 500m
image: makeplane/plane-backend
image: artifacts.plane.so/makeplane/plane-backend
pullPolicy: Always

external_secrets:
Expand Down