diff --git a/charts/plane-enterprise/Chart.yaml b/charts/plane-enterprise/Chart.yaml index 72dbaf13..d852fd84 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: 3.2.0 -appVersion: "3.1.0" +version: 3.2.1 +appVersion: "3.1.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 240b0b96..33c7a0ac 100644 --- a/charts/plane-enterprise/README.md +++ b/charts/plane-enterprise/README.md @@ -99,7 +99,7 @@ The default value is `"traefik"`. If you are switching to a standard ingress con 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=v3.1.0 # or the last released version + PLANE_VERSION=v3.1.1 # or the last released version DOMAIN_NAME= ``` @@ -155,7 +155,7 @@ The default value is `"traefik"`. If you are switching to a standard ingress con Make sure you set the minimum required values as below. - - `planeVersion: v3.1.0 ` + - `planeVersion: v3.1.1 ` - `license.licenseDomain: ` - `ingress.enabled: ` - `ingress.ingressClass: ` @@ -181,7 +181,7 @@ The default value is `"traefik"`. If you are switching to a standard ingress con | Setting | Default | Required | Description | | --------------------- | :---------------: | :------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| planeVersion | v3.1.0 | Yes | Specifies the version of Plane to be deployed. Copy this from prime.plane.so. | +| planeVersion | v3.1.1 | Yes | Specifies the version of Plane to be deployed. Copy this from prime.plane.so. | | 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. | ### Air-gapped Settings diff --git a/charts/plane-enterprise/questions.yml b/charts/plane-enterprise/questions.yml index e7a6bafd..26f6f9a5 100644 --- a/charts/plane-enterprise/questions.yml +++ b/charts/plane-enterprise/questions.yml @@ -27,7 +27,7 @@ questions: - variable: planeVersion label: Plane Version (Docker Image Tag) type: string - default: v3.1.0 + default: v3.1.1 required: true group: "Docker Registry" subquestions: diff --git a/charts/plane-enterprise/values.yaml b/charts/plane-enterprise/values.yaml index 6c76ea8f..33cd01ed 100644 --- a/charts/plane-enterprise/values.yaml +++ b/charts/plane-enterprise/values.yaml @@ -1,4 +1,4 @@ -planeVersion: v3.1.0 +planeVersion: v3.1.1 dockerRegistry: enabled: false