Skip to content

Commit de6b190

Browse files
release: Plane CE v0.26.0 #94
2 parents c1ad052 + 73fc5f0 commit de6b190

File tree

12 files changed

+29
-29
lines changed

12 files changed

+29
-29
lines changed

charts/plane-ce/Chart.yaml

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

66
type: application
77

8-
version: 1.1.0
9-
appVersion: "0.25.3"
8+
version: 1.1.1
9+
appVersion: "0.26.0"
1010

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

charts/plane-ce/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
| 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 |
150150
| 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.|
151151
| 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.|
152-
| 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 |
152+
| 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 |
153153
| web.pullPolicy | Always | | Using this key, user can set the pull policy for the deployment of `web`. |
154154
| web.assign_cluster_ip | false | | Set it to `true` if you want to assign `ClusterIP` to the service |
155155

@@ -160,7 +160,7 @@
160160
| 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 |
161161
| 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.|
162162
| 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.|
163-
| 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 |
163+
| 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 |
164164
| space.pullPolicy | Always | | Using this key, user can set the pull policy for the deployment of `space`. |
165165
| space.assign_cluster_ip | false | | Set it to `true` if you want to assign `ClusterIP` to the service |
166166

@@ -171,7 +171,7 @@
171171
| 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 |
172172
| 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.|
173173
| 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.|
174-
| 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 |
174+
| 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 |
175175
| admin.pullPolicy | Always | | Using this key, user can set the pull policy for the deployment of `admin`. |
176176
| admin.assign_cluster_ip | false | | Set it to `true` if you want to assign `ClusterIP` to the service |
177177

@@ -182,7 +182,7 @@
182182
| 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 |
183183
| 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.|
184184
| 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.|
185-
| 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 |
185+
| 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 |
186186
| live.pullPolicy | Always | | Using this key, user can set the pull policy for the deployment of `live`. |
187187
| 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.|
188188
| 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.|
@@ -196,7 +196,7 @@
196196
| 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 |
197197
| 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.|
198198
| 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.|
199-
| 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 |
199+
| 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 |
200200
| api.pullPolicy | Always | | Using this key, user can set the pull policy for the deployment of `api`. |
201201
| 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.|
202202
| 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.|
@@ -210,7 +210,7 @@
210210
| 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 |
211211
| 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.|
212212
| 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.|
213-
| 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 |
213+
| 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 |
214214

215215
### Beat-Worker deployment
216216

@@ -219,7 +219,7 @@
219219
| 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 |
220220
| 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.|
221221
| 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.|
222-
| 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 |
222+
| 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 |
223223

224224
### Ingress and SSL Setup
225225

charts/plane-ce/questions.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ questions:
2828
label: Frontend Docker Image
2929
type: string
3030
required: true
31-
default: "makeplane/plane-frontend"
31+
default: "artifacts.plane.so/makeplane/plane-frontend"
3232
group: "Web Setup"
3333
subquestions:
3434
- variable: web.pullPolicy
@@ -60,7 +60,7 @@ questions:
6060
label: Space Docker Image
6161
type: string
6262
required: true
63-
default: "makeplane/plane-space"
63+
default: "artifacts.plane.so/makeplane/plane-space"
6464
group: "Spaces Setup"
6565
subquestions:
6666
- variable: space.pullPolicy
@@ -92,7 +92,7 @@ questions:
9292
label: Admin Docker Image
9393
type: string
9494
required: true
95-
default: "makeplane/plane-admin"
95+
default: "artifacts.plane.so/makeplane/plane-admin"
9696
group: "Admin Setup"
9797
subquestions:
9898
- variable: admin.pullPolicy
@@ -124,7 +124,7 @@ questions:
124124
label: Live Docker Image
125125
type: string
126126
required: true
127-
default: "makeplane/plane-live"
127+
default: "artifacts.plane.so/makeplane/plane-live"
128128
description: "Live Server Setup"
129129
group: "Live Setup"
130130
subquestions:
@@ -169,7 +169,7 @@ questions:
169169
label: Backend Docker Image
170170
type: string
171171
required: true
172-
default: "makeplane/plane-backend"
172+
default: "artifacts.plane.so/makeplane/plane-backend"
173173
description: "Used by API, Worker, Beat-Worker"
174174
group: "API Setup"
175175
subquestions:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
containers:
4242
- name: {{ .Release.Name }}-admin
4343
imagePullPolicy: {{ .Values.admin.pullPolicy | default "Always" }}
44-
image: {{ .Values.admin.image | default "makeplane/plane-frontend" }}:{{ .Values.planeVersion }}
44+
image: {{ .Values.admin.image | default "artifacts.plane.so/makeplane/plane-frontend" }}:{{ .Values.planeVersion }}
4545
stdin: true
4646
tty: true
4747
resources:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
containers:
4242
- name: {{ .Release.Name }}-api
4343
imagePullPolicy: {{ .Values.api.pullPolicy | default "Always" }}
44-
image: {{ .Values.api.image | default "makeplane/plane-backend" }}:{{ .Values.planeVersion }}
44+
image: {{ .Values.api.image | default "artifacts.plane.so/makeplane/plane-backend" }}:{{ .Values.planeVersion }}
4545
stdin: true
4646
tty: true
4747
resources:

charts/plane-ce/templates/workloads/beat-worker.deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
containers:
2020
- name: {{ .Release.Name }}-beat-worker
2121
imagePullPolicy: {{ .Values.beatworker.pullPolicy | default "Always" }}
22-
image: {{ .Values.beatworker.image | default "makeplane/plane-backend" }}:{{ .Values.planeVersion }}
22+
image: {{ .Values.beatworker.image | default "artifacts.plane.so/makeplane/plane-backend" }}:{{ .Values.planeVersion }}
2323
stdin: true
2424
tty: true
2525
resources:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
containers:
4242
- name: {{ .Release.Name }}-live
4343
imagePullPolicy: {{ .Values.live.pullPolicy | default "Always" }}
44-
image: {{ .Values.live.image | default "makeplane/plane-live" }}:{{ .Values.planeVersion }}
44+
image: {{ .Values.live.image | default "artifacts.plane.so/makeplane/plane-live" }}:{{ .Values.planeVersion }}
4545
stdin: true
4646
tty: true
4747
resources:

charts/plane-ce/templates/workloads/migrator.job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: {{ .Release.Name }}-api-migrate
18-
image: {{ .Values.api.image | default "makeplane/plane-backend" }}:{{ .Values.planeVersion }}
18+
image: {{ .Values.api.image | default "artifacts.plane.so/makeplane/plane-backend" }}:{{ .Values.planeVersion }}
1919
command:
2020
- ./bin/docker-entrypoint-migrator.sh
2121
imagePullPolicy: {{ .Values.api.pullPolicy | default "Always" }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
containers:
4242
- name: {{ .Release.Name }}-space
4343
imagePullPolicy: {{ .Values.space.pullPolicy | default "Always" }}
44-
image: {{ .Values.space.images | default "makeplane/plane-space" }}:{{ .Values.planeVersion }}
44+
image: {{ .Values.space.images | default "artifacts.plane.so/makeplane/plane-space" }}:{{ .Values.planeVersion }}
4545
stdin: true
4646
tty: true
4747
resources:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
containers:
4242
- name: {{ .Release.Name }}-web
4343
imagePullPolicy: {{ .Values.web.pullPolicy | default "Always" }}
44-
image: {{ .Values.web.image | default "makeplane/plane-frontend" }}:{{ .Values.planeVersion }}
44+
image: {{ .Values.web.image | default "artifacts.plane.so/makeplane/plane-frontend" }}:{{ .Values.planeVersion }}
4545
stdin: true
4646
tty: true
4747
resources:

0 commit comments

Comments
 (0)