From a31934cb1c851acbf9a583e9d0b9679ccc0604d4 Mon Sep 17 00:00:00 2001 From: Akshat Jain Date: Mon, 8 Sep 2025 16:11:18 +0530 Subject: [PATCH] [INFRA-236] Plane-EE: Update Plane version to v1.14.1 in configuration files (#156) --- charts/plane-enterprise/Chart.yaml | 4 ++-- charts/plane-enterprise/README.md | 6 +++--- charts/plane-enterprise/questions.yml | 2 +- charts/plane-enterprise/values.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/plane-enterprise/Chart.yaml b/charts/plane-enterprise/Chart.yaml index af12904f..0f3126a8 100644 --- a/charts/plane-enterprise/Chart.yaml +++ b/charts/plane-enterprise/Chart.yaml @@ -5,8 +5,8 @@ description: Meet Plane. An Enterprise software development tool to manage issue type: application -version: 1.4.0 -appVersion: "1.14.0" +version: 1.4.1 +appVersion: "1.14.1" home: https://plane.so/ icon: https://plane.so/favicon/favicon-32x32.png diff --git a/charts/plane-enterprise/README.md b/charts/plane-enterprise/README.md index a1d746d7..27a79bae 100644 --- a/charts/plane-enterprise/README.md +++ b/charts/plane-enterprise/README.md @@ -11,7 +11,7 @@ Copy the format of constants below, paste it on Terminal to start setting environment variables, set values for each variable, and hit ENTER or RETURN. ```bash - PLANE_VERSION=v1.14.0 # or the last released version + PLANE_VERSION=v1.14.1 # or the last released version DOMAIN_NAME= ``` @@ -65,7 +65,7 @@ ``` Make sure you set the minimum required values as below. - - `planeVersion: v1.14.0 ` + - `planeVersion: v1.14.1 ` - `license.licenseDomain: ` - `ingress.enabled: ` - `ingress.ingressClass: ` @@ -91,7 +91,7 @@ | Setting | Default | Required | Description | |---|:---:|:---:|---| -| planeVersion | v1.14.0 | Yes | Specifies the version of Plane to be deployed. Copy this from prime.plane.so. | +| planeVersion | v1.14.1 | Yes | Specifies the version of Plane to be deployed. Copy this from prime.plane.so. | | airgapped.enabled | false | No | Specifies the airgapped mode the Plane API runs in. | | license.licenseDomain | plane.example.com | Yes | The fully-qualified domain name (FQDN) in the format `sudomain.domain.tld` or `domain.tld` that the license is bound to. It is also attached to your `ingress` host to access Plane. | diff --git a/charts/plane-enterprise/questions.yml b/charts/plane-enterprise/questions.yml index a840759f..169b4b13 100644 --- a/charts/plane-enterprise/questions.yml +++ b/charts/plane-enterprise/questions.yml @@ -20,7 +20,7 @@ questions: - variable: planeVersion label: Plane Version (Docker Image Tag) type: string - default: v1.14.0 + default: v1.14.1 required: true group: "Docker Registry" subquestions: diff --git a/charts/plane-enterprise/values.yaml b/charts/plane-enterprise/values.yaml index c5d72417..c087a570 100644 --- a/charts/plane-enterprise/values.yaml +++ b/charts/plane-enterprise/values.yaml @@ -1,4 +1,4 @@ -planeVersion: v1.14.0 +planeVersion: v1.14.1 dockerRegistry: enabled: false