From 69152b09164fbd2c6919628286d05276ff30bcbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 14:08:23 -0500 Subject: [PATCH] [nzbget] Update helm chart common to v2 (#386) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot Co-authored-by: ᗪєνιη ᗷυнʟ --- charts/nzbget/Chart.yaml | 4 ++-- charts/nzbget/ci/ct-values.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 charts/nzbget/ci/ct-values.yaml diff --git a/charts/nzbget/Chart.yaml b/charts/nzbget/Chart.yaml index 4b7b1174..b25f81a0 100644 --- a/charts/nzbget/Chart.yaml +++ b/charts/nzbget/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v21.0 description: NZBGet is a Usenet downloader client name: nzbget -version: 6.7.0 +version: 7.0.0 keywords: - nzbget - usenet @@ -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/nzbget/ci/ct-values.yaml b/charts/nzbget/ci/ct-values.yaml deleted file mode 100644 index f6ccc628..00000000 --- a/charts/nzbget/ci/ct-values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -ingress: - enabled: true