From b1762aa3a09ffe5082d860a0710fa27fdb8b16c4 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Fri, 10 Jan 2020 16:30:52 -0500 Subject: [PATCH] tautulli chart migration (#133) Signed-off-by: Jeff Billimek --- charts/tautulli/Chart.yaml | 4 ++-- charts/tautulli/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/tautulli/Chart.yaml b/charts/tautulli/Chart.yaml index 1d514271..d08662a2 100644 --- a/charts/tautulli/Chart.yaml +++ b/charts/tautulli/Chart.yaml @@ -2,11 +2,11 @@ apiVersion: v1 appVersion: v2.1.39-ls32 description: A Python based monitoring and tracking tool for Plex Media Server. name: tautulli -version: 1.0.2 +version: 2.0.0 keywords: - tautulli - plex -home: https://github.com/billimek/billimek-charts/tree/master/tautulli +home: https://github.com/billimek/billimek-charts/tree/master/charts/tautulli icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/tautulli-icon.png sources: - https://hub.docker.com/r/linuxserver/tautulli/ diff --git a/charts/tautulli/README.md b/charts/tautulli/README.md index 65c094f3..f645385a 100644 --- a/charts/tautulli/README.md +++ b/charts/tautulli/README.md @@ -83,4 +83,4 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install --name my-release -f values.yaml billimek/tautulli ``` -Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/tautulli/values.yaml) file. It has several commented out suggested values. \ No newline at end of file +Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/tautulli/values.yaml) file. It has several commented out suggested values. \ No newline at end of file