charts/charts/stable/teedy
2022-05-02 07:20:03 +00:00
..
templates [meta] Split incubator / stable charts (#688) 2021-03-18 13:11:24 +01:00
.helmignore [meta] Split incubator / stable charts (#688) 2021-03-18 13:11:24 +01:00
Chart.yaml chore(deps): update helm chart dependencies (#1548) 2022-05-02 09:19:25 +02:00
README_CONFIG.md.gotmpl [meta] Split incubator / stable charts (#688) 2021-03-18 13:11:24 +01:00
README.md chore: Auto-update chart README [skip ci] 2022-05-02 07:20:03 +00:00
values.yaml chore(deps): update external dependency minor helm releases (minor) (#1440) 2022-03-29 18:50:31 +02:00

teedy

Version: 5.7.1 AppVersion: v1.10

Teedy is an open source, lightweight document management system for individuals and businesses.

This chart is not maintained by the upstream project and any issues with the chart should be raised here

Source Code

Requirements

Kubernetes: >=1.16.0-0

Dependencies

Repository Name Version
https://charts.bitnami.com/bitnami postgresql 10.16.2
https://library-charts.k8s-at-home.com common 4.4.1

TL;DR

helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm repo update
helm install teedy k8s-at-home/teedy

Installing the Chart

To install the chart with the release name teedy

helm install teedy k8s-at-home/teedy

Uninstalling the Chart

To uninstall the teedy deployment

helm uninstall teedy

The command removes all the Kubernetes components associated with the chart including persistent volumes and deletes the release.

Configuration

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 teedy \
  --set env.TZ="America/New York" \
    k8s-at-home/teedy

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.

helm install teedy k8s-at-home/teedy -f values.yaml

Custom configuration

N/A

Values

Important: When deploying an application Helm chart you can add more values from our common library chart here

Key Type Default Description
env object See below environment variables. See application docs for more details.
env.DATABASE_PASSWORD string nil The password to be used for the database connection.
env.DATABASE_URL string nil The jdbc connection string to be used by hibernate
env.DATABASE_USER string nil The user which should be used for the database connection
env.DOCS_ADMIN_EMAIL_INIT string nil Defines the e-mail-address the admin user should have upon initialization
env.DOCS_ADMIN_PASSWORD_INIT string nil Defines the password the admin user should have upon initialization. Needs to be a bcrypt hash.
env.DOCS_BASE_URL string nil The base url used by the application
env.DOCS_DEFAULT_LANGUAGE string "eng" The language which will be used as default
env.DOCS_SMTP_HOSTNAME string nil Hostname of the SMTP-Server to be used by Teedy
env.DOCS_SMTP_PASSWORD string nil The password of the SMTP-Server which should be used
env.DOCS_SMTP_PORT string nil The port of the SMTP-Server which should be used
env.DOCS_SMTP_USERNAME string nil The username of the SMTP-Server which should be used
env.TZ string "UTC" Set the container timezone
image.pullPolicy string "IfNotPresent" image pull policy
image.repository string "sismics/docs" 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.

Changelog

Version 5.7.1

Added

N/A

Changed

  • Upgraded common chart dependency to version 4.4.1

Fixed

N/A

Older versions

A historical overview of changes can be found on ArtifactHUB

Support


Autogenerated from chart metadata using helm-docs v0.1.1