From 2aba1913afd8983e3763fc780ce1f2b0ac626535 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 13:48:59 -0500 Subject: [PATCH] [jackett] Update helm chart common to v2 (#379) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot Co-authored-by: ᗪєνιη ᗷυнʟ --- charts/jackett/Chart.yaml | 4 ++-- charts/jackett/ci/ct-values.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 charts/jackett/ci/ct-values.yaml diff --git a/charts/jackett/Chart.yaml b/charts/jackett/Chart.yaml index c1430290..3fa8959d 100644 --- a/charts/jackett/Chart.yaml +++ b/charts/jackett/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v0.16.2106 description: API Support for your favorite torrent trackers name: jackett -version: 5.7.0 +version: 6.0.0 keywords: - jackett - torrent @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: 1.7.0 + version: 2.0.3 diff --git a/charts/jackett/ci/ct-values.yaml b/charts/jackett/ci/ct-values.yaml deleted file mode 100644 index f6ccc628..00000000 --- a/charts/jackett/ci/ct-values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -ingress: - enabled: true