diff --git a/charts/plane-enterprise/Chart.yaml b/charts/plane-enterprise/Chart.yaml index 32f83301..01b4fd2d 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.0.0 -appVersion: "3.0.0" +version: 3.0.1 +appVersion: "3.0.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 1fa17fe0..17292661 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.0.0 # or the last released version + PLANE_VERSION=v3.0.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.0.0 ` + - `planeVersion: v3.0.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.0.0 | Yes | Specifies the version of Plane to be deployed. Copy this from prime.plane.so. | +| planeVersion | v3.0.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 12241b87..188141e2 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.0.0 + default: v3.0.1 required: true group: "Docker Registry" subquestions: diff --git a/charts/plane-enterprise/values.yaml b/charts/plane-enterprise/values.yaml index 8394e9af..9fdbf7c7 100644 --- a/charts/plane-enterprise/values.yaml +++ b/charts/plane-enterprise/values.yaml @@ -1,4 +1,4 @@ -planeVersion: v3.0.0 +planeVersion: v3.0.1 dockerRegistry: enabled: false