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
2 changes: 1 addition & 1 deletion charts/plane-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Meet Plane. An Enterprise software development tool to manage issue

type: application

version: 3.5.7
version: 3.5.8
appVersion: "3.1.4"

home: https://plane.so/
Expand Down
2 changes: 1 addition & 1 deletion charts/plane-enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ Note: When the email service is enabled, the cert-issuer will be automatically c
| services.iframely.cpuLimit | 1000m | | CPU limit for the Iframely service deployment |
| services.iframely.memoryRequest | 256Mi | | Memory request for the Iframely service deployment |
| services.iframely.cpuRequest | 100m | | CPU request for the Iframely service deployment |
| services.iframely.image | makeplane/iframely:v1.2.0 | | Docker image for the Iframely service deployment |
| services.iframely.image | makeplane/iframely:v2.5.4 | | Docker image for the Iframely service deployment |
| services.iframely.pullPolicy | Always | | Image pull policy for the Iframely service deployment |
| services.iframely.assign_cluster_ip | false | | Set it to `true` if you want to assign `ClusterIP` to the service |
| services.iframely.nodeSelector | {} | | This key allows you to set the node selector for the deployment of `iframely`. This is useful when you want to run the deployment on specific nodes in your Kubernetes cluster. |
Expand Down
2 changes: 1 addition & 1 deletion charts/plane-enterprise/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ questions:
- variable: services.iframely.image
label: "Docker Image"
type: string
default: "makeplane/iframely:v1.2.0"
default: "makeplane/iframely:v2.5.4"
- variable: services.iframely.pullPolicy
label: "Iframely Pull Policy"
type: enum
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
- name: {{ .Release.Name }}-iframely
{{- include "plane.containerSecurityContext" . }}
imagePullPolicy: Always
image: {{ .Values.services.iframely.image | default "makeplane/iframely:v1.2.0" }}
image: {{ .Values.services.iframely.image | default "makeplane/iframely:v2.5.4" }}
stdin: true
tty: true
resources:
Expand Down
2 changes: 1 addition & 1 deletion charts/plane-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ services:
cpuLimit: 1000m
memoryRequest: 256Mi
cpuRequest: 100m
image: makeplane/iframely:v1.2.0
image: makeplane/iframely:v2.5.4
pullPolicy: Always
assign_cluster_ip: false
nodeSelector: {}
Expand Down