mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-09 05:06:07 +00:00
Signed-off-by: Gavin Mogan <git@gavinmogan.com>
This commit is contained in:
parent
a10c53cce3
commit
dc60a1911c
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 3.7.0-apache
|
appVersion: 3.7.0-apache
|
||||||
description: A Personal Relationship Management tool to help you organize your social life
|
description: A Personal Relationship Management tool to help you organize your social life
|
||||||
name: monica
|
name: monica
|
||||||
version: 7.0.1
|
version: 7.0.2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- crm
|
- crm
|
||||||
@ -25,4 +25,4 @@ dependencies:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded app to version `3.7.0-apache` from `3.1.1-apache`.
|
description: Removed the forced env {} so they can be populated elsewhere (envFrom secrets for example)
|
||||||
|
@ -21,21 +21,16 @@ env:
|
|||||||
TZ: UTC
|
TZ: UTC
|
||||||
# -- Use `local` if you want to install Monica as a development version. Use `production` otherwise.
|
# -- Use `local` if you want to install Monica as a development version. Use `production` otherwise.
|
||||||
APP_ENV: production
|
APP_ENV: production
|
||||||
# -- The encryption key. This is the most important part of the application.
|
# APP_KEY -- The encryption key. This is the most important part of the application.
|
||||||
# Keep this secure otherwise, everyone will be able to access your application.
|
# Keep this secure otherwise, everyone will be able to access your application.
|
||||||
# Must be 32 characters long exactly.
|
# Must be 32 characters long exactly.
|
||||||
# Use `php artisan key:generate` or `echo -n 'base64:'; openssl rand -base64 32` to generate a random key.
|
# Use `php artisan key:generate` or `echo -n 'base64:'; openssl rand -base64 32` to generate a random key.
|
||||||
APP_KEY:
|
|
||||||
# -- The URL of your application.
|
# -- The URL of your application.
|
||||||
APP_URL: https://crm.k8s-at-home.com
|
APP_URL: https://crm.k8s-at-home.com
|
||||||
# -- Database hostname
|
# DB_HOST -- Database hostname
|
||||||
DB_HOST: # monica-mariadb
|
# DB_DATABASE -- Database to connect to
|
||||||
# -- Database to connect to
|
# DB_USERNAME -- Database username
|
||||||
DB_DATABASE: # monica
|
# DB_PASSWORD -- Database password
|
||||||
# -- Database username
|
|
||||||
DB_USERNAME: # monica
|
|
||||||
# -- Database password
|
|
||||||
DB_PASSWORD: # monicapass
|
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
# -- Configures service settings for the chart.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user