mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
chore: Auto-update chart README [skip ci]
This commit is contained in:
parent
dc60a1911c
commit
236bd21e02
@ -1,6 +1,6 @@
|
|||||||
# monica
|
# monica
|
||||||
|
|
||||||
![Version: 7.0.1](https://img.shields.io/badge/Version-7.0.1-informational?style=flat-square) ![AppVersion: 3.7.0-apache](https://img.shields.io/badge/AppVersion-3.7.0--apache-informational?style=flat-square)
|
![Version: 7.0.2](https://img.shields.io/badge/Version-7.0.2-informational?style=flat-square) ![AppVersion: 3.7.0-apache](https://img.shields.io/badge/AppVersion-3.7.0--apache-informational?style=flat-square)
|
||||||
|
|
||||||
A Personal Relationship Management tool to help you organize your social life
|
A Personal Relationship Management tool to help you organize your social life
|
||||||
|
|
||||||
@ -79,12 +79,6 @@ N/A
|
|||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
| env | object | See below | environment variables. See [monica documentation](https://raw.githubusercontent.com/monicahq/monica/master/.env.example) for more details. |
|
| env | object | See below | environment variables. See [monica documentation](https://raw.githubusercontent.com/monicahq/monica/master/.env.example) for more details. |
|
||||||
| env.APP_ENV | string | `"production"` | Use `local` if you want to install Monica as a development version. Use `production` otherwise. |
|
| env.APP_ENV | string | `"production"` | Use `local` if you want to install Monica as a development version. Use `production` otherwise. |
|
||||||
| env.APP_KEY | string | `nil` | The encryption key. This is the most important part of the application. Keep this secure otherwise, everyone will be able to access your application. Must be 32 characters long exactly. Use `php artisan key:generate` or `echo -n 'base64:'; openssl rand -base64 32` to generate a random key. |
|
|
||||||
| env.APP_URL | string | `"https://crm.k8s-at-home.com"` | The URL of your application. |
|
|
||||||
| env.DB_DATABASE | string | `nil` | Database to connect to |
|
|
||||||
| env.DB_HOST | string | `nil` | Database hostname |
|
|
||||||
| env.DB_PASSWORD | string | `nil` | Database password |
|
|
||||||
| env.DB_USERNAME | string | `nil` | Database username |
|
|
||||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||||
| image.repository | string | `"monica"` | image repository |
|
| image.repository | string | `"monica"` | image repository |
|
||||||
@ -96,7 +90,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 7.0.1
|
### Version 7.0.2
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@ -104,7 +98,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded app to version `3.7.0-apache` from `3.1.1-apache`.
|
* Removed the forced env {} so they can be populated elsewhere (envFrom secrets for example)
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user