GHP publish
This commit is contained in:
42
wikijs/Chart.yaml
Normal file
42
wikijs/Chart.yaml
Normal file
@ -0,0 +1,42 @@
|
||||
apiVersion: v2
|
||||
name: wikijs
|
||||
# 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.
|
||||
version: 2.1.0
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
AppVersion: 2.5.170
|
||||
description: The most powerful and extensible open source Wiki software.
|
||||
keywords:
|
||||
- wiki
|
||||
- documentation
|
||||
- knowledge base
|
||||
- docs
|
||||
- reference
|
||||
- editor
|
||||
# A chart can be either an 'application' or a 'library' chart.
|
||||
#
|
||||
# Application charts are a collection of templates that can be packaged into versioned archives
|
||||
# to be deployed.
|
||||
#
|
||||
# Library charts provide useful utilities or functions for the chart developer. They're included as
|
||||
# a dependency of application charts to inject those utilities and functions into the rendering
|
||||
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
|
||||
type: application
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
version: 8.10.14
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: postgresql.enabled
|
||||
home: https://wiki.js.org
|
||||
icon: https://github.com/Requarks/wiki/raw/master/client/static/favicons/android-chrome-192x192.png
|
||||
sources:
|
||||
- https://github.com/Requarks/wiki
|
||||
maintainers:
|
||||
- name: Nicolas Giard
|
||||
email: github@ngpixel.com
|
||||
url: https://github.com/NGPixel
|
||||
- name: James Greenhill
|
||||
email: james@fuziontech.net
|
||||
url: https://github.com/fuziontech
|
||||
engine: gotpl
|
Reference in New Issue
Block a user