From 36efe702304a479f11a30eed924549dd432c857a Mon Sep 17 00:00:00 2001 From: "k8s-at-home[bot]" Date: Fri, 25 Jun 2021 11:52:36 +0000 Subject: [PATCH] Auto-generate chart README [no ci] --- charts/stable/monica/README.md | 2 +- charts/stable/mylar/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/monica/README.md b/charts/stable/monica/README.md index c986621e..0c226eab 100644 --- a/charts/stable/monica/README.md +++ b/charts/stable/monica/README.md @@ -79,7 +79,7 @@ N/A |-----|------|---------|-------------| | 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_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_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 | diff --git a/charts/stable/mylar/README.md b/charts/stable/mylar/README.md index a80e5360..446dbd04 100644 --- a/charts/stable/mylar/README.md +++ b/charts/stable/mylar/README.md @@ -82,7 +82,7 @@ N/A | env.PUID | string | `"1000"` | Specify the user ID the application will run as | | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"ghcr.io/linuxserver/mylar3ghcr.io/linuxserver/mylar3"` | image repository | +| image.repository | string | `"ghcr.io/linuxserver/mylar3"` | image repository | | image.tag | string | `"version-v0.5.3"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |