Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: redis changed to valkey #17

Merged
merged 3 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/plane-ce/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/plane-ce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,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. |
Expand Down
6 changes: 3 additions & 3 deletions charts/plane-ce/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion charts/plane-ce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/plane-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
6 changes: 3 additions & 3 deletions charts/plane-enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
```

Make sure you set the minimum required values as below.
- `planeVersion: <v0.xx.x>`
- `planeVersion: <v1.xx.x>`
- `dockerRegistry.loginid: <REG_USER_ID as on prime.plane.so>`
- `dockerRegistry.password: <REG_PASSWORD as on prime.plane.so>`
- `license.licenseKey: <LICENSE_KEY as on prime.plane.so>`
Expand Down Expand Up @@ -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 | <https://prime.plane.so> | 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. |
Expand All @@ -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. |
Expand Down
6 changes: 3 additions & 3 deletions charts/plane-enterprise/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions charts/plane-enterprise/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
planeVersion: v0.0.0
planeVersion: v1.1.1

dockerRegistry:
enabled: true
Expand Down Expand Up @@ -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

Expand Down