Files
AFFiNE-Mirror/.github/helm/affine-cloud
LongYinan 2b7c6714eb chore: bump up Helm release postgresql to v13 (#5190)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [postgresql](https://bitnami.com) ([source](https://togithub.com/bitnami/charts/tree/HEAD/bitnami/postgresql)) | major | `12.5.8` -> `13.2.23` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSJ9-->
2023-12-05 04:26:32 +00:00
..

Helm Chart Configuration

The following table lists the configurable parameters of this Helm chart and their default values.

AFFiNE Cloud Server parameters

Parameter Description Default
affineCloud.tag The Docker tag of the AffineCloud image to be used 'nightly-latest'
affineCloud.resources.cpu The CPU resources allocated for AffineCloud '250m'
affineCloud.resources.memory The memory resources allocated for AffineCloud '0.5Gi'
affineCloud.signKey The key used to sign the JWT tokens 'c2VjcmV0'
affineCloud.service.type The type of the Kubernetes service 'ClusterIP'
affineCloud.service.port The port of the Kubernetes service 'http'
affineCloud.mail.account The email account used to send emails ''
affineCloud.mail.password The password of the email account ''

PostgreSQL parameters

Parameter Description Default
postgresql.auth.username Username for the PostgreSQL database 'affine'
postgresql.auth.password Password for the PostgreSQL database. Please change this for production environments. 'password'
postgresql.auth.database The name of the default database that will be created on image startup 'affine'
postgresql.primary.resources.limits.cpu The CPU resources allocated for the PostgreSQL primary node '500m'
postgresql.primary.resources.limits.memory The memory resources allocated for the PostgreSQL primary node '0.5Gi'

For more postgres parameters, please refer to: https://artifacthub.io/packages/helm/bitnami/postgresql

Please note that for the postgresql.auth.password, you should provide your own password for production environments. The default value is provided only for demonstration purposes.