mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
Signed-off-by: Gavin Mogan <git@gavinmogan.com>
This commit is contained in:
parent
1f35105f3c
commit
7f3a976430
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: version-2.5.201
|
appVersion: version-2.5.201
|
||||||
description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface!
|
description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface!
|
||||||
name: wikijs
|
name: wikijs
|
||||||
version: 6.2.0
|
version: 6.2.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- wiki
|
- wiki
|
||||||
@ -22,4 +22,4 @@ dependencies:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Removed the forced env {} so they can be populated elsewhere (envFrom secrets for example)
|
||||||
|
@ -21,24 +21,15 @@ image:
|
|||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
TZ: UTC
|
||||||
# -- mysql, postgres, mariadb, mssql or sqlite
|
# DB_TYPE -- mysql, postgres, mariadb, mssql or sqlite
|
||||||
DB_TYPE: sqlite
|
# DB_FILEPATH -- Path to the SQLite file
|
||||||
# -- Path to the SQLite file
|
# DB_PORT -- Port of the database
|
||||||
DB_FILEPATH: /app/wiki/data/db.sqlite
|
# DB_USER -- Username to connect to the database
|
||||||
# -- Port of the database
|
# DB_PASS -- Password to connect to the database
|
||||||
DB_PORT:
|
# DB_NAME -- Database name
|
||||||
# -- Username to connect to the database
|
# DB_SSL -- Set to either 1 or true to enable. (optional, off if omitted)
|
||||||
DB_USER:
|
# DB_SSL_CA -- Database CA certificate content, as a single line string (without spaces or new lines), without the prefix and suffix lines. (optional, requires 2.3+)
|
||||||
# -- Password to connect to the database
|
# DB_PASS_FILE -- Path to the mapped file containing to the database password. (optional, replaces `DB_PASS`)
|
||||||
DB_PASS:
|
|
||||||
# -- Database name
|
|
||||||
DB_NAME:
|
|
||||||
# -- Set to either 1 or true to enable. (optional, off if omitted)
|
|
||||||
DB_SSL:
|
|
||||||
# -- Database CA certificate content, as a single line string (without spaces or new lines), without the prefix and suffix lines. (optional, requires 2.3+)
|
|
||||||
DB_SSL_CA:
|
|
||||||
# -- Path to the mapped file containing to the database password. (optional, replaces `DB_PASS`)
|
|
||||||
DB_PASS_FILE:
|
|
||||||
|
|
||||||
# -- 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