diff --git a/charts/plane-ce/Chart.yaml b/charts/plane-ce/Chart.yaml index 57156ee..091d668 100644 --- a/charts/plane-ce/Chart.yaml +++ b/charts/plane-ce/Chart.yaml @@ -5,7 +5,7 @@ description: Meet Plane. An open-source software development tool to manage issu type: application -version: 1.0.19 +version: 1.0.20 appVersion: "0.21.0" home: https://plane.so diff --git a/charts/plane-ce/README.md b/charts/plane-ce/README.md index 56b29f8..8822da2 100644 --- a/charts/plane-ce/README.md +++ b/charts/plane-ce/README.md @@ -92,7 +92,7 @@ | Setting | Default | Required | Description | |---|:---:|:---:|---| | redis.local_setup | true | | Plane uses `redis` to cache the session authentication and other static data. This database can be hosted within kubernetes as part of helm chart deployment or can be used as hosted service remotely (e.g. aws rds or similar services). Set this to `true` when you choose to setup stateful deployment of `redis`. Mark it as `false` when using a remotely hosted database | -| redis.image | redis:6.2.7-alpine | | Using this key, user must provide the docker image name to setup the stateful deployment of `redis`. (must be set when `redis.local_setup=true`)| +| redis.image | valkey/valkey:7.2.5-alpine | | Using this key, user must provide the docker image name to setup the stateful deployment of `redis`. (must be set when `redis.local_setup=true`)| | redis.servicePort | 6379 | | This key sets the default port number to be used while setting up stateful deployment of `redis`. | | redis.volumeSize | 1Gi | | While setting up the stateful deployment, while creating the persistant volume, volume allocation size need to be provided. This key helps you set the volume allocation size. Unit of this value must be in Mi (megabyte) or Gi (gigabyte) | | env.remote_redis_url | | | Users can also decide to use the remote hosted database and link to Plane deployment. Ignoring all the above keys, set `redis.local_setup` to `false` and set this key with remote connection url. | diff --git a/charts/plane-ce/questions.yml b/charts/plane-ce/questions.yml index c966a3e..64e8cc2 100644 --- a/charts/plane-ce/questions.yml +++ b/charts/plane-ce/questions.yml @@ -167,7 +167,7 @@ questions: - variable: redis.image label: "Docker Image" type: string - default: "redis:6.2.7-alpine" + default: "valkey/valkey:7.2.5-alpine" show_if: "redis.local_setup=true" - variable: redis.servicePort label: Port @@ -200,7 +200,7 @@ questions: - variable: postgres.image label: "Docker Image" type: string - default: "postgres:15.2-alpine" + default: "postgres:15.5-alpine" show_if: "postgres.local_setup=true" - variable: postgres.servicePort label: Service Port @@ -251,7 +251,7 @@ questions: - variable: minio.image label: "Docker Image" type: string - default: "minio/minio:RELEASE.2023-10-25T06-33-25Z" + default: "minio/minio:latest" show_if: "minio.local_setup=true" - variable: minio.root_user label: "Root User" diff --git a/charts/plane-ce/values.yaml b/charts/plane-ce/values.yaml index f124093..2981c34 100644 --- a/charts/plane-ce/values.yaml +++ b/charts/plane-ce/values.yaml @@ -26,7 +26,7 @@ ssl: redis: local_setup: true - image: redis:7.2.4-alpine + image: valkey/valkey:7.2.5-alpine servicePort: 6379 storageClass: longhorn volumeSize: 1Gi diff --git a/charts/plane-enterprise/Chart.yaml b/charts/plane-enterprise/Chart.yaml index d4236e7..ae174a2 100644 --- a/charts/plane-enterprise/Chart.yaml +++ b/charts/plane-enterprise/Chart.yaml @@ -5,7 +5,7 @@ description: Meet Plane. An Enterprise software development tool to manage issue type: application -version: 1.0.6 +version: 1.0.7 appVersion: "1.0.0" home: https://plane.so/ diff --git a/charts/plane-enterprise/README.md b/charts/plane-enterprise/README.md index 3d5dff8..74cde4c 100644 --- a/charts/plane-enterprise/README.md +++ b/charts/plane-enterprise/README.md @@ -71,7 +71,7 @@ ``` Make sure you set the minimum required values as below. - - `planeVersion: ` + - `planeVersion: ` - `dockerRegistry.loginid: ` - `dockerRegistry.password: ` - `license.licenseKey: ` @@ -109,7 +109,7 @@ | Setting | Default | Required | Description | |---|:---:|:---:|---| -| planeVersion | vX.XX.X | Yes | Specifies the version of Plane to be deployed. Copy this from prime.plane.so. | +| planeVersion | v1.1.1 | Yes | Specifies the version of Plane to be deployed. Copy this from prime.plane.so. | | license.licenseServer | | Yes | Sets the value of the `licenseServer` that gets you your license and validates it periodically. Don't change this. | | license.licenseKey | | Yes | Holds your license key to Plane One. 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. | @@ -133,7 +133,7 @@ | Setting | Default | Required | Description | |---|:---:|:---:|---| | services.redis.local_setup | true | | Plane uses `redis` to cache the session authentication and other static data. This database can be hosted within kubernetes as part of helm chart deployment or can be used as hosted service remotely (e.g. aws rds or similar services). Set this to `true` when you choose to setup stateful deployment of `redis`. Mark it as `false` when using a remotely hosted database | -| services.redis.image | registry.plane.tools/plane/redis:7.2.4-alpine | | Using this key, user must provide the docker image name to setup the stateful deployment of `redis`. (must be set when `services.redis.local_setup=true`)| +| services.redis.image | registry.plane.tools/plane/valkey:7.2.5-alpine | | Using this key, user must provide the docker image name to setup the stateful deployment of `redis`. (must be set when `services.redis.local_setup=true`)| | services.redis.servicePort | 6379 | | This key sets the default port number to be used while setting up stateful deployment of `redis`. | | services.redis.volumeSize | 500Mi | | While setting up the stateful deployment, while creating the persistant volume, volume allocation size need to be provided. This key helps you set the volume allocation size. Unit of this value must be in Mi (megabyte) or Gi (gigabyte) | | env.remote_redis_url | | | Users can also decide to use the remote hosted database and link to Plane deployment. Ignoring all the above keys, set `services.redis.local_setup` to `false` and set this key with remote connection url. | diff --git a/charts/plane-enterprise/questions.yml b/charts/plane-enterprise/questions.yml index f39e7fa..e16783b 100644 --- a/charts/plane-enterprise/questions.yml +++ b/charts/plane-enterprise/questions.yml @@ -181,7 +181,7 @@ questions: - variable: services.redis.image label: "Docker Image" type: string - default: "redis:7.2.4-alpine" + default: "registry.plane.tools/plane/valkey:7.2.5-alpine" show_if: "services.redis.local_setup=true" - variable: services.redis.servicePort label: Port @@ -209,7 +209,7 @@ questions: - variable: services.postgres.image label: "Docker Image" type: string - default: "postgres:15.2-alpine" + default: "registry.plane.tools/plane/postgres:15.5-alpine" show_if: "services.postgres.local_setup=true" - variable: services.postgres.servicePort label: Service Port @@ -255,7 +255,7 @@ questions: - variable: services.minio.image label: "Docker Image" type: string - default: "minio/minio:RELEASE.2023-10-25T06-33-25Z" + default: "registry.plane.tools/plane/minio:latest" show_if: "services.minio.local_setup=true" - variable: services.minio.root_user label: "Root User" diff --git a/charts/plane-enterprise/values.yaml b/charts/plane-enterprise/values.yaml index 5b5e7a5..32d2e18 100644 --- a/charts/plane-enterprise/values.yaml +++ b/charts/plane-enterprise/values.yaml @@ -1,4 +1,4 @@ -planeVersion: v0.0.0 +planeVersion: v1.1.1 dockerRegistry: enabled: true @@ -30,7 +30,7 @@ ssl: services: redis: local_setup: true - image: registry.plane.tools/plane/redis:7.2.4-alpine + image: registry.plane.tools/plane/valkey:7.2.5-alpine servicePort: 6379 volumeSize: 500Mi