Kanboard is a free and open source Kanban project management software.
Forked from the chart in the k8s-at-home repository at version 5.1.2.
This chart is not maintained by the upstream project and any issues with the chart should be raised here
Kubernetes: >=1.16.0-0
Repository | Name | Version |
---|---|---|
https://charts.bitnami.com/bitnami | postgresql | 11.6.12 |
https://johanneskastl.github.io/helm-charts/ | common | 5.0.5 |
helm repo add johanneskastl-helm-charts https://johanneskastl.github.io/helm-charts/
helm repo update
helm install kanboard johanneskastl-helm-charts/kanboard
To install the chart with the release name kanboard
helm install kanboard johanneskastl-helm-charts/kanboard
To uninstall the kanboard
deployment
helm uninstall kanboard
The command removes all the Kubernetes components associated with the chart including persistent volumes and deletes the release.
Read through the values.yaml file. It has several commented out suggested values. Other values may be used from the values.yaml from the common library.
Specify each parameter using the --set key=value[,key=value]
argument to helm install
.
helm install kanboard \
--set env.TZ="America/New York" \
johanneskastl-helm-charts/kanboard
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
helm install kanboard johanneskastl-helm-charts/kanboard -f values.yaml
N/A
Important: When deploying an application Helm chart you can add more values from the common library chart here
Key | Type | Default | Description |
---|---|---|---|
env | object | See below (only deviations from the default settings are specified) | environment variables. See image docs and [application docs](# https://docs.kanboard.org/en/latest/admin_guide/config_file.html) for more details. |
env.DB_DRIVER | string | "sqlite" |
Database driver: sqlite, mysql or postgres |
env.DB_HOSTNAME | string | nil |
Mysql/Postgres hostname |
env.DB_NAME | string | nil |
Mysql/Postgres database name |
env.DB_PASSWORD | string | nil |
Mysql/Postgres password |
env.DB_PORT | string | nil |
Mysql/Postgres custom port (empty = default port) |
env.DB_USERNAME | string | nil |
Mysql/Postgres username |
env.LOG_DRIVER | string | "stdout" |
log driver: syslog, stderr, stdout or file |
env.MAIL_CONFIGURATION | string | "false" |
Enable/disable email configuration from the user interface |
env.TZ | string | "UTC" |
Set the container timezone |
image.pullPolicy | string | "IfNotPresent" |
image pull policy |
image.repository | string | "kanboard/kanboard" |
image repository |
image.tag | string | chart.appVersion | 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. |
postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. For more options see postgresql chart documentation |
service | object | See values.yaml | Configures service settings for the chart. |
All notable changes to this Helm chart will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
N/A
- update appVersion to 1.2.32
N/A
N/A
- update appVersion to 1.2.31
N/A
N/A
- update appVersion to 1.2.30
N/A
N/A
- update appVersion to 1.2.29
N/A
N/A
- update appVersion to 1.2.28
- do no longer hardcode the image tag in the values.yaml file, use the appVersion as default instead
N/A
N/A
- update appVersion to 1.2.27
N/A
N/A
- update appVersion to 1.2.26
N/A
N/A
- update appVersion to 1.2.25
N/A
N/A
- update appVersion to 1.2.24
N/A
N/A
- update appVersion to 1.2.23
N/A
N/A
- update appVersion to 1.2.22
N/A
N/A
- update appVersion to 1.2.21
N/A
N/A
- Forked the chart from k8s-at-home (at version 5.1.2)
N/A
Open an issue.
Autogenerated from chart metadata using helm-docs v0.1.1