From 46a917eacd51823cf9b7f3e9d019545ae2508321 Mon Sep 17 00:00:00 2001 From: Manish Gupta Date: Wed, 18 Sep 2024 18:37:41 +0530 Subject: [PATCH] added questions --- charts/plane-enterprise/Chart.yaml | 2 +- charts/plane-enterprise/questions.yml | 35 +++++++++++++++++++++++++++ charts/plane-enterprise/values.yaml | 2 +- 3 files changed, 37 insertions(+), 2 deletions(-) diff --git a/charts/plane-enterprise/Chart.yaml b/charts/plane-enterprise/Chart.yaml index 18280b4..de651e5 100644 --- a/charts/plane-enterprise/Chart.yaml +++ b/charts/plane-enterprise/Chart.yaml @@ -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 diff --git a/charts/plane-enterprise/questions.yml b/charts/plane-enterprise/questions.yml index 9c56158..6d38a16 100644 --- a/charts/plane-enterprise/questions.yml +++ b/charts/plane-enterprise/questions.yml @@ -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 @@ -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 diff --git a/charts/plane-enterprise/values.yaml b/charts/plane-enterprise/values.yaml index a783b99..e4fe932 100644 --- a/charts/plane-enterprise/values.yaml +++ b/charts/plane-enterprise/values.yaml @@ -1,4 +1,4 @@ -planeVersion: v1.2.1 +planeVersion: v1.3.0 dockerRegistry: enabled: false