From cd54aa7fadbac0c02b3f555df4136a9b6284c339 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 20:53:28 +0100 Subject: [PATCH] [tautulli] Update helm chart common to v2 (#401) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [tautulli] Update helm chart common to v2 * Delete ct-values.yaml Co-authored-by: Renovate Bot Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <6213398+bjw-s@users.noreply.github.com> --- charts/tautulli/Chart.yaml | 4 ++-- charts/tautulli/ci/ct-values.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 charts/tautulli/ci/ct-values.yaml diff --git a/charts/tautulli/Chart.yaml b/charts/tautulli/Chart.yaml index 3aa6e302..726207ed 100644 --- a/charts/tautulli/Chart.yaml +++ b/charts/tautulli/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.6.1 description: A Python based monitoring and tracking tool for Plex Media Server name: tautulli -version: 5.7.0 +version: 6.0.0 keywords: - tautulli - plex @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: 1.7.0 + version: 2.0.4 diff --git a/charts/tautulli/ci/ct-values.yaml b/charts/tautulli/ci/ct-values.yaml deleted file mode 100644 index f6ccc628..00000000 --- a/charts/tautulli/ci/ct-values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -ingress: - enabled: true