Skip to content

Commit

Permalink
added questions
Browse files Browse the repository at this point in the history
  • Loading branch information
mguptahub committed Sep 18, 2024
1 parent 2dfe8dc commit 46a917e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/plane-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Meet Plane. An Enterprise software development tool to manage issue
type: application

version: 1.0.11
appVersion: "1.2.1"
appVersion: "1.3.0"

home: https://plane.so/
icon: https://plane.so/favicon/favicon-32x32.png
Expand Down
35 changes: 35 additions & 0 deletions charts/plane-enterprise/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ questions:
type: string
required: true
default: "registry.plane.tools/plane/admin-enterprise"
- variable: services.live.image
label: Live Docker Image
type: string
required: true
default: "registry.plane.tools/plane/live-enterprise"
- variable: services.monitor.image
label: Monitor Docker Image
type: string
Expand Down Expand Up @@ -123,6 +128,36 @@ questions:
type: boolean
default: false

- variable: services.live.replicas
label: "Default Replica Count"
type: int
default: 1
group: "Live Setup"
subquestions:
- variable: services.live.memoryLimit
label: "Memory Limit"
type: string
default: 1000Mi
- variable: services.live.cpuLimit
label: "CPU Limit"
type: string
default: 500m
- variable: services.live.assign_cluster_ip
label: "Assign Cluster IP"
type: boolean
default: false
- variable: env.live_sentry_dsn
label: "Sentry DSN"
type: string
default: ""
- variable: env.live_sentry_environment
label: "Sentry Environment"
type: string
default: "Development"
- variable: env.live_sentry_traces_sample_rate
label: "Sentry Traces Sample Rate"
type: string

- variable: services.monitor.memoryLimit
label: "Memory Limit"
type: string
Expand Down
2 changes: 1 addition & 1 deletion charts/plane-enterprise/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
planeVersion: v1.2.1
planeVersion: v1.3.0

dockerRegistry:
enabled: false
Expand Down

0 comments on commit 46a917e

Please sign in to comment.