charts/charts/tautulli
2020-09-06 17:10:34 -05:00
..
Chart.yaml add back icons sourced from project owner repos 2020-09-06 15:34:41 -05:00
OWNERS add owners and readmes 2020-09-05 22:28:34 -05:00
README.md fix copy/paste on readmes, standardize readme lines to approx 120 char per line, and allow commit messages to skip linting. [skip install] [skip lint] 2020-09-06 17:10:34 -05:00
values.yaml add tag. .Chart.appVersion cannot be passed to dependency until https://github.com/helm/helm/pull/6876 is merged 2020-09-06 01:08:47 -05:00

Tautulli | A Python based monitoring and tracking tool for Plex Media Server

Umbrella chart that

TL;DR

$ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install k8s-at-home/tautulli

Installing the Chart

To install the chart with the release name tautulli:

helm install tautulli k8s-at-home/tautulli

Upgrading

Chart versions before 4.0.0 did not use media-common. Upgrading will require you to nest your values.yaml file under a top-level tautulli: key.

Uninstalling the Chart

To uninstall the tautulli deployment:

helm uninstall tautulli

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

Configuration

Read through the media-common values.yaml file. It has several commented out suggested values.

Specify each parameter using the --set key=value[,key=value] argument to helm install. For example,

helm install tautulli \
  --set tautulli.env.TZ="America/New York" \
    k8s-at-home/tautulli

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

helm install tautulli k8s-at-home/tautulli --values values.yaml 

These values will be nested as it is a dependency, for example

tautulli:
  image:
    tag: ...

NOTE

If you get

Error: rendered manifests contain a resource that already exists. Unable to continue with install: existing resource conflict: ...`

it may be because you uninstalled the chart with skipuninstall enabled, you need to manually delete the pvc or use existingClaim.