From ed364a5bb9c6326716ceef4366cb85634d593eb6 Mon Sep 17 00:00:00 2001 From: Claudio Date: Fri, 3 Feb 2023 15:33:53 +0100 Subject: [PATCH 1/2] Added from_name config in docs and reformatted certain lines --- README.md | 24 ++++++++++++++---------- values.yaml | 1 + 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7004fb2..cd3a8a0 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,9 @@ A `values-fingerprint.yaml` file will be created containing GPG keys fingerprint Review values.yaml file, especially the `ingress.hosts.host` for passbolt domain name then deploy passbolt in your cluster +Always review passbolt configuration options it self. +Especially their environment variables https://help.passbolt.com/configure/environment/reference + ### non-HA mode This mode will deploy the [passbolt container](https://github.com/passbolt/passbolt_docker/tree/master) and a mysql database (mariadb) @@ -109,16 +112,16 @@ For more parameters you should have a look at ... | `passbolt.config.license.enabled` | Set true if you own a license key. Add the license key in [secrets/pro-license/license](secrets/pro-license/license) | `false` | | `passbolt.config.license.key` | The license key. If set the license key will not be read from [file](secrets/pro-license/license). | `false` | | `passbolt.config.php.max_execution_time` | PHP Max execution time | `300` | -| `passbolt.config.php.memory_limit` | PHP Memory Limit | `512M` | -| `passbolt.config.php.post_max_size` | PHP post max size | `24M` | -| `passbolt.config.php.upload_max_filesize` | PHP upload max filesize | `24M` | -| `passbolt.config.php.pm_value` | PHP-FPM pm_value | `dynamic` | -| `passbolt.config.php.pm.max_children` | PHP-FPM pm.max_children | `40` | -| `passbolt.config.php.pm.start_servers` | PHP-FPM pm.start_servers | `16` | -| `passbolt.config.php.pm.min_spare_servers` | PHP-FPM pm.min_spare_servers | `8` | -| `passbolt.config.php.pm.max_spare_servers` | PHP-FPM pm.max_spare_servers | `16` | -| `passbolt.config.php.pm.process_idle_timeout` | PHP-FPM pm.process_idle_timeout | `10s` | -| `passbolt.config.php.pm.max_requests` | PHP-FPM pm.max_requests | `500` | +| `passbolt.config.php.memory_limit` | PHP Memory Limit | `512M` | +| `passbolt.config.php.post_max_size` | PHP post max size | `24M` | +| `passbolt.config.php.upload_max_filesize` | PHP upload max filesize | `24M` | +| `passbolt.config.php.pm_value` | PHP-FPM pm_value | `dynamic` | +| `passbolt.config.php.pm.max_children` | PHP-FPM pm.max_children | `40` | +| `passbolt.config.php.pm.start_servers` | PHP-FPM pm.start_servers | `16` | +| `passbolt.config.php.pm.min_spare_servers` | PHP-FPM pm.min_spare_servers | `8` | +| `passbolt.config.php.pm.max_spare_servers` | PHP-FPM pm.max_spare_servers | `16` | +| `passbolt.config.php.pm.process_idle_timeout` | PHP-FPM pm.process_idle_timeout | `10s` | +| `passbolt.config.php.pm.max_requests` | PHP-FPM pm.max_requests | `500` | | `passbolt.config.php.session.lifetime` | Lifetime of your user sessions in seconds | `3600` | | `passbolt.config.php.session.redis.enabled` | Enable this if you want to provide your own redis as a session backend | `false` | | `passbolt.config.php.session.redis.service` | The URL of your redis endpoint, only useful if enabled | `redis` | @@ -126,6 +129,7 @@ For more parameters you should have a look at ... | `passbolt.config.plugins.importenabled` | Enable import plugin | `true` | | `passbolt.config.email.enabled` | Enable/Disable sending emails transport | `false` | | `passbolt.config.email.from` | From email address | `you@localhost` | +| `passbolt.config.email.from_name` | From Name | `Your Sender Name` | | `passbolt.config.email.host` | Email server hostname | `localhost` | | `passbolt.config.email.port` | Email server port | `25` | | `passbolt.config.email.timeout` | Email server timeout | `30` | diff --git a/values.yaml b/values.yaml index 73a8f4c..83f70c6 100644 --- a/values.yaml +++ b/values.yaml @@ -59,6 +59,7 @@ passbolt: email: enabled: false from: you@localhost + from_name: "Your sender name" host: localhost port: 25 tls: false From a62e10ffd9e1e962e3089c1a1c7d03bae99b3adc Mon Sep 17 00:00:00 2001 From: Claudio Date: Fri, 3 Feb 2023 15:15:04 +0100 Subject: [PATCH 2/2] Chart Version increment --- Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index b08f498..5cc9d52 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.8.1 +version: 1.8.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to